1.14: Forge testing update: Forge 1.14.4-28.0.40/20190719-1.14.3.
This commit is contained in:
parent
749e5ac7e0
commit
c188f732e8
7 changed files with 117 additions and 81 deletions
|
@ -2,10 +2,10 @@
|
|||
org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-Xmx8G
|
||||
version_minecraft=1.14.4
|
||||
version_forge_minecraft=1.14.4-28.0.11
|
||||
version_forge_minecraft=1.14.4-28.0.40
|
||||
version_fml_mappings=20190719-1.14.3
|
||||
version_jei=1.14.3:6.0.0.8
|
||||
version_engineersdecor=1.0.9-b8
|
||||
version_engineersdecor=1.0.9-b9
|
||||
#
|
||||
# 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.4": {
|
||||
"1.0.9-b9": "[U] Update to Forge 1.14.4-28.0.40/20190719-1.14.3 for Forge testing.",
|
||||
"1.0.9-b8": "[U] UPDATE TO 1.14.4. Forge 1.14.4-28.0.11/20190719-1.14.3.",
|
||||
"1.0.9-b7": "[U] Updated to Forge 1.14.3-27.0.60/20190719-1.14.3.\n[F] Disabled all early implemented fuild handling of valves and the Fluid Accumulator to prevent world loading hang-ups (issue #42, thx TheOhmegha for reporting). Will be re-enabled after fluid handling released in Forge.\n[F] Fixed blockstate model locations for signs and crafting table (issue #43, thx ProsperCraft for the beta test).",
|
||||
"1.0.9-b6": "[U] Updated to Forge 1.14.3-27.0.50/20190621-1.14.2.",
|
||||
|
@ -18,6 +19,6 @@
|
|||
},
|
||||
"promos": {
|
||||
"1.14.4-recommended": "",
|
||||
"1.14.4-latest": "1.0.9-b8"
|
||||
"1.14.4-latest": "1.0.9-b9"
|
||||
}
|
||||
}
|
103
1.14/readme.md
103
1.14/readme.md
|
@ -10,68 +10,71 @@ Mod sources for Minecraft version 1.14.3.
|
|||
----
|
||||
## Version history
|
||||
|
||||
- v1.0.9-b8 [U] UPDATE TO 1.14.4. Forge 1.14.4-28.0.11/20190719-1.14.3.
|
||||
- v1.0.9-b9 [U] Update to Forge 1.14.4-28.0.40/20190719-1.14.3 for Forge
|
||||
testing.
|
||||
|
||||
- v1.0.9-b7 [U] Updated to Forge 1.14.3-27.0.60/20190719-1.14.3.
|
||||
[F] Disabled all early implemented fuild handling of valves
|
||||
and the Fluid Accumulator to prevent world loading
|
||||
hang-ups (issue #42, thx TheOhmegha for reporting).
|
||||
Will be re-enabled after fluid handling released in Forge.
|
||||
[F] Fixed blockstate model locations for signs and crafting
|
||||
table (issue #43, thx ProsperCraft for the beta test).
|
||||
- v1.0.9-b8 [U] UPDATE TO 1.14.4. Forge 1.14.4-28.0.11/20190719-1.14.3.
|
||||
|
||||
- v1.0.9-b6 [U] Updated to Forge 1.14.3-27.0.50/20190621-1.14.2.
|
||||
- v1.0.9-b7 [U] Updated to Forge 1.14.3-27.0.60/20190719-1.14.3.
|
||||
[F] Disabled all early implemented fuild handling of valves
|
||||
and the Fluid Accumulator to prevent world loading
|
||||
hang-ups (issue #42, thx TheOhmegha for reporting).
|
||||
Will be re-enabled after fluid handling released in Forge.
|
||||
[F] Fixed blockstate model locations for signs and crafting
|
||||
table (issue #43, thx ProsperCraft for the beta test).
|
||||
|
||||
- v1.0.9-b5 [A] Added missing recipes for slabs, stained clinker, half-slabs, valves.
|
||||
[M] Standalone recipes adapted.
|
||||
[F] Lang files: Fixed double newline escape.
|
||||
[A] Implicit opt-out of hard IE dependent blocks ported (e.g. Concrete Wall).
|
||||
[M] Basic mod config features, opt-outs and tweaks ported.
|
||||
- v1.0.9-b6 [U] Updated to Forge 1.14.3-27.0.50/20190621-1.14.2.
|
||||
|
||||
- v1.0.9-b4 [E] Experimental: Config skel ported (!not all options have effect yet).
|
||||
[E] Experimental: JEI integration for opt-outs and crafting table ported
|
||||
(also addresses issue #38).
|
||||
- v1.0.9-b5 [A] Added missing recipes for slabs, stained clinker, half-slabs, valves.
|
||||
[M] Standalone recipes adapted.
|
||||
[F] Lang files: Fixed double newline escape.
|
||||
[A] Implicit opt-out of hard IE dependent blocks ported (e.g. Concrete Wall).
|
||||
[M] Basic mod config features, opt-outs and tweaks ported.
|
||||
|
||||
- v1.0.9-b3 [F] Additional item drop fixes when blocks are destroyed (issue #39).
|
||||
- v1.0.9-b4 [E] Experimental: Config skel ported (!not all options have effect yet).
|
||||
[E] Experimental: JEI integration for opt-outs and crafting table ported
|
||||
(also addresses issue #38).
|
||||
|
||||
- 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-b3 [F] Additional item drop fixes when blocks are destroyed (issue #39).
|
||||
|
||||
- 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.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.8-b3 [A] Ported slabs and slab slices from 1.12.2.
|
||||
[A] IE independent ("standalone") recipes ported.
|
||||
- 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-b2 [U] Updated to Forge BETA 1.14.2-26.0.63/20190621-1.14.2,
|
||||
code adapted to new mappings.
|
||||
[M] Updated 1st/3rd person item model rotations/translations.
|
||||
- v1.0.8-b3 [A] Ported slabs and slab slices from 1.12.2.
|
||||
[A] IE independent ("standalone") recipes ported.
|
||||
|
||||
- v1.0.8-b1 [V] Feature set of 1.12 ported.
|
||||
[A] CTRL-SHIFT tooltips ported.
|
||||
[A] Ported stained clinker block/stairs.
|
||||
[M] Updated textures.
|
||||
[I] Issue: Scoped recipe constants still not working.
|
||||
- v1.0.8-b2 [U] Updated to Forge BETA 1.14.2-26.0.63/20190621-1.14.2,
|
||||
code adapted to new mappings.
|
||||
[M] Updated 1st/3rd person item model rotations/translations.
|
||||
|
||||
- v1.0.7-b5 [U] Updated to Forge BETA 1.14.2-26.0.35/20190608-1.14.2.
|
||||
[A] Factory dropper functionality ported.
|
||||
[A] Small lab furnace functionality ported.
|
||||
[A] Small electrical lab furnace functionality ported.
|
||||
[A] Small waste incinerator functionality ported.
|
||||
[A] Fluid valves, Passive Fluid Accumulator ported.
|
||||
[I] Issue: Scoped recipe constants still not working.
|
||||
- v1.0.8-b1 [V] Feature set of 1.12 ported.
|
||||
[A] CTRL-SHIFT tooltips ported.
|
||||
[A] Ported stained clinker block/stairs.
|
||||
[M] Updated textures.
|
||||
[I] Issue: Scoped recipe constants still not working.
|
||||
|
||||
- v1.0.7-b4 [U] Updated to Forge BETA 1.14.2-26.0.32/20190608-1.14.2.
|
||||
[A] Sitting on the stool ported.
|
||||
[A] Ladder climbing speed boost ported.
|
||||
[A] Crafting table functionality ported.
|
||||
[I] Issue: Scoped recipe constants not working yet with
|
||||
the current Forge version (or somehow changed).
|
||||
- v1.0.7-b5 [U] Updated to Forge BETA 1.14.2-26.0.35/20190608-1.14.2.
|
||||
[A] Factory dropper functionality ported.
|
||||
[A] Small lab furnace functionality ported.
|
||||
[A] Small electrical lab furnace functionality ported.
|
||||
[A] Small waste incinerator functionality ported.
|
||||
[A] Fluid valves, Passive Fluid Accumulator ported.
|
||||
[I] Issue: Scoped recipe constants still not working.
|
||||
|
||||
- v1.0.7-b3 [A] Initial 1.14.2 port of decorative blocks.
|
||||
- v1.0.7-b4 [U] Updated to Forge BETA 1.14.2-26.0.32/20190608-1.14.2.
|
||||
[A] Sitting on the stool ported.
|
||||
[A] Ladder climbing speed boost ported.
|
||||
[A] Crafting table functionality ported.
|
||||
[I] Issue: Scoped recipe constants not working yet with
|
||||
the current Forge version (or somehow changed).
|
||||
|
||||
- v1.0.7-b3 [A] Initial 1.14.2 port of decorative blocks.
|
||||
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue