Unused texture files cleanup, thin_steel_pole_recipe nerfed from 18 to 12 out stacks.
This commit is contained in:
parent
bcb088b1a4
commit
af228ac730
5 changed files with 16 additions and 10 deletions
|
@ -89,7 +89,7 @@ tile.engineersdecor.small_lab_furnace.help=§6Small metal cased lab kiln.§r Sol
|
|||
and fuel. Place an external heater into a aux slot and connect power for electrical \
|
||||
smelting speed boost.
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
tile.engineersdecor.sign_decor.name=Sign plate (Engineer's decor logo)
|
||||
tile.engineersdecor.sign_decor.name=Sign plate (Engineer's decor)
|
||||
tile.engineersdecor.sign_decor.help=§6This should not be craftable or visible in JEI. Used for creative tab and screenshots.
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:thin_steel_pole",
|
||||
"count": 18
|
||||
"count": 12
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 560 B |
|
@ -10,7 +10,15 @@ Mod sources for Minecraft version 1.13.2.
|
|||
----
|
||||
## Revision history
|
||||
|
||||
~ v1.0.2-b4 [A]
|
||||
- v1.0.4-b3 [V] Version assignment: All features of v1.0.4-b3-1.12.2 that can be ported
|
||||
to 1.13.2 implemented/prepared, therefore version re-iterated.
|
||||
[A] Lab furnace ported to 1.13.
|
||||
[A] Treated wood crafting table: Added crafting table history/quick craft.
|
||||
[A] Treated wood stool: Sitting on the stool implemented.
|
||||
[A] Steel poles (thick/thin) with support heads/foots added.
|
||||
[E] Prepared position dependent texture variation for walls (clinker, slag, rebar concrete),
|
||||
missing one forge feature yet for completion.
|
||||
[E] Prepared multi-layer rendering for windows, needs forge feature implementation.
|
||||
|
||||
- v1.0.2-b3 [A] Added treated wood window.
|
||||
[A] Added treated wood pole support.
|
||||
|
@ -19,16 +27,13 @@ Mod sources for Minecraft version 1.13.2.
|
|||
|
||||
- v1.0.2-b2 [A] Added wall decomposition recipes.
|
||||
[A] Added slag brick wall.
|
||||
[M] Climbing/descending mod ladders is faster when
|
||||
looking up or down and not sneaking.
|
||||
[M] Climbing/descending mod ladders is faster when looking up or down and not sneaking.
|
||||
[M] Panzer glass material definition changed.
|
||||
|
||||
- v1.0.2-b1 [A] Added Treated wood crafting table.
|
||||
[A] Added decomposition recipes for stairs and tiles.
|
||||
[N] Note: All v1.0.2-b1-mc1.12.2 blocks are
|
||||
ported to 1.13.2 (alpha -^ beta version).
|
||||
[N] Note: Until IE is out for 1.13.2, the
|
||||
recipes are temporary with vanilla items.
|
||||
[N] Note: All v1.0.2-b1-mc1.12.2 blocks are ported to 1.13.2 (alpha -^ beta version).
|
||||
[N] Note: Until IE is out for 1.13.2, the recipes are temporary with vanilla items.
|
||||
|
||||
- v1.0.0-a3 [A] Added iron inset light.
|
||||
[A] Added rebar concrete tile.
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"1.0.0-b1": "[A] Initial structure.\n[A] Added clinker bricks and clinker brick stairs.\n[A] Added slag bricks and slag brick stairs.\n[A] Added metal rung ladder.\n[A] Added staggered metal steps ladder.\n[A] Added treated wood ladder.\n[A] Added treated wood pole.\n[A] Added treated wood table."
|
||||
},
|
||||
"1.13.2": {
|
||||
"1.0.4-b3": "[V] Version assignment: All features of v1.0.4-b3-1.12.2 that can be ported to 1.13.2 implemented/prepared, therefore version re-iterated.\n[A] Lab furnace ported to 1.13.\n[A] Treated wood crafting table: Added crafting table history/quick craft.\n[A] Treated wood stool: Sitting on the stool implemented.\n[A] Steel poles (thick/thin) with support heads/foots added.\n[E] Prepared position dependent texture variation for walls (clinker, slag, rebar concrete), missing one forge feature yet for completion.\n[E] Prepared multi-layer rendering for windows, needs forge feature implementation.",
|
||||
"1.0.2-b3": "[A] Added treated wood window.\n[A] Added treated wood pole support.\n[A] Added treated wood pole head.\n[A] Added steel framed window.",
|
||||
"1.0.2-b2": "[A] Added wall decomposition recipes.\n[A] Added slag brick wall.\n[M] Climbing/descending mod ladders is faster when looking up or down and not sneaking.\n[M] Panzer glass material definition changed.",
|
||||
"1.0.2-b1": "[A] Added Treated wood crafting table.\n[A] Added decomposition recipes for stairs and tiles.\n[N] Note: All v1.0.2-b1-mc1.12.2 blocks are ported to 1.13.2 (alpha -^ beta version).\n[N] Note: Until IE is out for 1.13.2, the recipes are temporary with vanilla items.",
|
||||
|
@ -37,6 +38,6 @@
|
|||
"1.12.2-recommended": "1.0.3",
|
||||
"1.12.2-latest": "1.0.4-b3",
|
||||
"1.13.2-recommended": "",
|
||||
"1.13.2-latest": "1.0.2-b3"
|
||||
"1.13.2-latest": "1.0.4-b3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue