1.14.3: Fixed issue #35, issue #36, #37. 1.12: Treated Wood Side Table work in progress. 1.12: Release version prepared.
This commit is contained in:
parent
8b99f38f17
commit
d880b90a48
17 changed files with 535 additions and 260 deletions
|
@ -2,9 +2,9 @@
|
|||
org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-Xmx8G
|
||||
version_minecraft=1.14.3
|
||||
version_forge_minecraft=1.14.3-27.0.17
|
||||
version_forge_minecraft=1.14.3-27.0.25
|
||||
version_fml_mappings=20190621-1.14.2
|
||||
version_engineersdecor=1.0.9-b1
|
||||
version_engineersdecor=1.0.9-b2
|
||||
#
|
||||
# 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.3": {
|
||||
"1.0.9-b2": "[U] Updated to Forge 1.14.3-27.0.25/20190621-1.14.2.\n[F] Fixed recipe collision of Metal Rung Ladder (issue #37, thx ProsperCraft for reporting).\n[F] Fixed opening crafting table, furni, dropper server crash issue #35 (thx ProsperCraft also here).\n[F] Fixed missing pole/support item drops (issue #36, ProsperCraft).",
|
||||
"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.",
|
||||
|
@ -11,6 +12,6 @@
|
|||
},
|
||||
"promos": {
|
||||
"1.14.3-recommended": "",
|
||||
"1.14.3-latest": "1.0.9-b1"
|
||||
"1.14.3-latest": "1.0.9-b2"
|
||||
}
|
||||
}
|
|
@ -10,6 +10,13 @@ Mod sources for Minecraft version 1.14.3.
|
|||
----
|
||||
## Version history
|
||||
|
||||
- v1.0.9-b2 [U] Updated to Forge 1.14.3-27.0.25/20190621-1.14.2.
|
||||
[F] Fixed recipe collision of Metal Rung Ladder (issue #37,
|
||||
thx ProsperCraft for reporting).
|
||||
[F] Fixed opening crafting table, furni, dropper server crash
|
||||
issue #35 (thx ProsperCraft also here).
|
||||
[F] Fixed missing pole/support item drops (issue #36, ProsperCraft).
|
||||
|
||||
- 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue