1.12: Missing slab recipes added. Slab slices added. Item displays fixed. Block hardness fixes. 1.14: Updated to 1.14.3. Mineral Smelter concept implementation.
This commit is contained in:
parent
973da5d4b3
commit
8b99f38f17
11 changed files with 51 additions and 25 deletions
|
@ -42,13 +42,14 @@ clean:
|
|||
|
||||
clean-all:
|
||||
@echo "[1.14] Cleaning using gradle ..."
|
||||
@rm -rf mcmodsrepo
|
||||
@rm -f dist/*
|
||||
@rm -rf run/logs/
|
||||
@rm -rf run/crash-reports/
|
||||
@$(GRADLE) clean
|
||||
|
||||
mrproper: clean-all
|
||||
@rm -rf meta/*
|
||||
@rm -f meta/*.*
|
||||
@rm -rf run/
|
||||
@rm -rf out/
|
||||
@rm -f .project
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# @file gradle.properties
|
||||
org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-Xmx8G
|
||||
version_minecraft=1.14.2
|
||||
version_forge_minecraft=1.14.2-26.0.63
|
||||
version_minecraft=1.14.3
|
||||
version_forge_minecraft=1.14.3-27.0.17
|
||||
version_fml_mappings=20190621-1.14.2
|
||||
version_engineersdecor=1.0.8-b3
|
||||
version_engineersdecor=1.0.9-b1
|
||||
#
|
||||
# jar signing data loaded from signing.properties in the project root.
|
||||
#
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||
"1.14.2": {
|
||||
"1.14.3": {
|
||||
"1.0.9-b1": "[U] Updated to MC1.14.3, Forge 1.14.3-27.0.17/20190621-1.14.2.\n[A] Added Small Mineral Smelter.",
|
||||
"1.0.8-b3": "[A] Ported slabs and slab slices from 1.12.2.\n[A] IE independent (\"standalone\") recipes ported.",
|
||||
"1.0.8-b2": "[U] Updated to Forge BETA 1.14.2-26.0.63/20190621-1.14.2, code adapted to new mappings.\n[M] Updated 1st/3rd person item model rotations/translations.",
|
||||
"1.0.8-b1": "[V] Feature set of 1.12 ported.\n[A] CTRL-SHIFT tooltips ported.\n[A] Ported stained clinker block/stairs.\n[M] Updated textures.\n[I] Issue: Scoped recipe constants still not working.",
|
||||
|
@ -9,7 +10,7 @@
|
|||
"1.0.7-b3": "[A] Initial 1.14.2 port of decorative blocks."
|
||||
},
|
||||
"promos": {
|
||||
"1.14.2-recommended": "",
|
||||
"1.14.2-latest": "1.0.8-b3"
|
||||
"1.14.3-recommended": "",
|
||||
"1.14.3-latest": "1.0.9-b1"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
## Engineer's Decor (MC1.14.2)
|
||||
## Engineer's Decor (MC1.14.3)
|
||||
|
||||
Mod sources for Minecraft version 1.14.2.
|
||||
Mod sources for Minecraft version 1.14.3.
|
||||
|
||||
- Description, credits, and features: Please see the readme in the repository root.
|
||||
|
||||
|
@ -10,6 +10,9 @@ Mod sources for Minecraft version 1.14.2.
|
|||
----
|
||||
## Version history
|
||||
|
||||
- v1.0.9-b1 [U] Updated to MC1.14.3, Forge 1.14.3-27.0.17/20190621-1.14.2.
|
||||
[A] Added Small Mineral Smelter.
|
||||
|
||||
- v1.0.8-b3 [A] Ported slabs and slab slices from 1.12.2.
|
||||
[A] IE independent ("standalone") recipes ported.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue