From d93af084f27e311ee6098d94d86a6028fa6ca95d Mon Sep 17 00:00:00 2001 From: stfwi Date: Fri, 5 Apr 2019 19:34:59 +0200 Subject: [PATCH] 1.13: Windows and poles ported from 1.12. Both: Removed experimental iron sheet metal roof. --- .../wile/engineersdecor/blocks/ModBlocks.java | 4 - .../blockstates/iron_sheet_roof.json | 55 ------ .../blockstates/iron_sheet_roof_block.json | 11 -- .../assets/engineersdecor/lang/en_us.lang | 3 - .../assets/engineersdecor/lang/ru_ru.lang | 3 - .../block/stairs/decor_inner_roof_model.json | 163 ------------------ .../block/stairs/decor_outer_roof_model.json | 99 ----------- .../stairs/decor_straight_roof_model.json | 114 ------------ ...=> treated_wood_pole_wrapover_recipe.json} | 0 1.13/readme.md | 5 +- meta/update.json | 3 +- 11 files changed, 6 insertions(+), 454 deletions(-) delete mode 100644 1.12/src/main/resources/assets/engineersdecor/blockstates/iron_sheet_roof.json delete mode 100644 1.12/src/main/resources/assets/engineersdecor/blockstates/iron_sheet_roof_block.json delete mode 100644 1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_inner_roof_model.json delete mode 100644 1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_outer_roof_model.json delete mode 100644 1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_straight_roof_model.json rename 1.12/src/main/resources/assets/engineersdecor/recipes/{treated_wood_pole_wrapover_recipe - Copy.json => treated_wood_pole_wrapover_recipe.json} (100%) diff --git a/1.12/src/main/java/wile/engineersdecor/blocks/ModBlocks.java b/1.12/src/main/java/wile/engineersdecor/blocks/ModBlocks.java index 24c42ff..24d1506 100644 --- a/1.12/src/main/java/wile/engineersdecor/blocks/ModBlocks.java +++ b/1.12/src/main/java/wile/engineersdecor/blocks/ModBlocks.java @@ -134,9 +134,6 @@ public class ModBlocks ModAuxiliaries.getPixeledAABB(1,0,1, 15,15,16.0) ); - public static final BlockDecorFull IRON_SHEET_ROOF_FULLBLOCK = new BlockDecorFull("iron_sheet_roof_block", 0, Material.IRON, 1.8f, 25f, SoundType.METAL); - public static final BlockDecorStairs IRON_SHEET_ROOF = new BlockDecorStairs("iron_sheet_roof", IRON_SHEET_ROOF_FULLBLOCK.getDefaultState()); - private static final Block modBlocks[] = { TREATED_WOOD_CRAFTING_TABLE, CLINKER_BRICK_BLOCK, @@ -168,7 +165,6 @@ public class ModBlocks }; private static final Block devBlocks[] = { - IRON_SHEET_ROOF, // model looks not good enough yet }; private static ArrayList registeredBlocks = new ArrayList<>(); diff --git a/1.12/src/main/resources/assets/engineersdecor/blockstates/iron_sheet_roof.json b/1.12/src/main/resources/assets/engineersdecor/blockstates/iron_sheet_roof.json deleted file mode 100644 index 364adae..0000000 --- a/1.12/src/main/resources/assets/engineersdecor/blockstates/iron_sheet_roof.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "forge_marker": 1, - "defaults": { - "model": "engineersdecor:stairs/decor_straight_roof_model", - "textures": { - "bottom": "engineersdecor:blocks/iestyle/ironsheet_roof_top", - "side": "engineersdecor:blocks/iestyle/ironsheet_roof", - "top": "engineersdecor:blocks/iestyle/ironsheet_roof_top" - } - }, - "variants": { - "normal": [{}], - "inventory": [{}], - "facing=east,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model" }, - "facing=west,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model" }, - "facing=west,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model" }, - "facing=north,half=bottom,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model" }, - "facing=west,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model" }, - "facing=north,half=bottom,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "engineersdecor:stairs/decor_straight_roof_model", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "engineersdecor:stairs/decor_outer_roof_model", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "engineersdecor:stairs/decor_inner_roof_model", "x": 180, "y": 270, "uvlock": true } - } -} diff --git a/1.12/src/main/resources/assets/engineersdecor/blockstates/iron_sheet_roof_block.json b/1.12/src/main/resources/assets/engineersdecor/blockstates/iron_sheet_roof_block.json deleted file mode 100644 index 38c1161..0000000 --- a/1.12/src/main/resources/assets/engineersdecor/blockstates/iron_sheet_roof_block.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "forge_marker": 1, - "defaults": { - "model": "engineersdecor:decor_full_block_model", - "textures": { "all": "engineersdecor:blocks/iestyle/ironsheet_roof" } - }, - "variants": { - "normal": [{}], - "inventory": [{}] - } -} diff --git a/1.12/src/main/resources/assets/engineersdecor/lang/en_us.lang b/1.12/src/main/resources/assets/engineersdecor/lang/en_us.lang index 813ced5..b3b7940 100644 --- a/1.12/src/main/resources/assets/engineersdecor/lang/en_us.lang +++ b/1.12/src/main/resources/assets/engineersdecor/lang/en_us.lang @@ -81,8 +81,5 @@ 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.iron_sheet_roof.name=Iron sheet metal roof (experimental) -tile.engineersdecor.iron_sheet_roof.help=§6Well, I just can't get that model right in a way that I could like it. Gimme some time. -#----------------------------------------------------------------------------------------------------------- # EOF #----------------------------------------------------------------------------------------------------------- diff --git a/1.12/src/main/resources/assets/engineersdecor/lang/ru_ru.lang b/1.12/src/main/resources/assets/engineersdecor/lang/ru_ru.lang index 8b12817..41be774 100644 --- a/1.12/src/main/resources/assets/engineersdecor/lang/ru_ru.lang +++ b/1.12/src/main/resources/assets/engineersdecor/lang/ru_ru.lang @@ -77,8 +77,5 @@ tile.engineersdecor.steel_framed_window.name=Окно со стальной ра tile.engineersdecor.small_lab_furnace.name=Компактная лабораторная печь tile.engineersdecor.small_lab_furnace.help=§6Лабораторная печь в металлическом корпусе.§r Подача твёрдого топлива - сверху. Немного горячее чем каменная, поэтому быстрее. Два внутренних слота для ввода, выхода и топлива. #----------------------------------------------------------------------------------------------------------- -tile.engineersdecor.iron_sheet_roof.name=Кровля из листового металла -tile.engineersdecor.iron_sheet_roof.help=§6Ну, это кровля. -#----------------------------------------------------------------------------------------------------------- # EOF #----------------------------------------------------------------------------------------------------------- diff --git a/1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_inner_roof_model.json b/1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_inner_roof_model.json deleted file mode 100644 index 2b31fd9..0000000 --- a/1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_inner_roof_model.json +++ /dev/null @@ -1,163 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "side": "engineersdecor:blocks/iestyle/ironsheet_roof", - "particle": "engineersdecor:blocks/iestyle/ironsheet_roof", - "top": "engineersdecor:blocks/iestyle/ironsheet_roof_top" - }, - "elements": [ - { - "from": [6, 0, 0], - "to": [8, 8, 8], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [14, 0, 0], - "to": [16, 16, 16], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top", "cullface": "up"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [0, 0, 14], - "to": [14, 16, 16], - "faces": { - "north": {"texture": "#top"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#side", "cullface": "west"}, - "up": {"rotation": 270, "texture": "#top", "cullface": "up"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [10, 0, 0], - "to": [12, 12, 12], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [0, 0, 10], - "to": [10, 12, 12], - "faces": { - "north": {"texture": "#top"}, - "west": {"texture": "#side", "cullface": "west"}, - "up": {"rotation": 90, "texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [0, 0, 6], - "to": [6, 8, 8], - "faces": { - "north": {"texture": "#top"}, - "west": {"texture": "#side", "cullface": "west"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [0, 0, 0], - "to": [2, 2, 2], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "west": {"texture": "#side", "cullface": "west"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [12, 0, 0], - "to": [14, 14, 14], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [0, 0, 12], - "to": [12, 14, 14], - "faces": { - "north": {"texture": "#top"}, - "west": {"texture": "#side", "cullface": "west"}, - "up": {"rotation": 270, "texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [8, 0, 0], - "to": [10, 10, 10], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [0, 0, 8], - "to": [8, 10, 10], - "faces": { - "north": {"texture": "#top"}, - "west": {"texture": "#side", "cullface": "west"}, - "up": {"rotation": 90, "texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [4, 0, 0], - "to": [6, 6, 4], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [0, 0, 4], - "to": [6, 6, 6], - "faces": { - "north": {"texture": "#side"}, - "west": {"texture": "#side", "cullface": "west"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [0, 0, 2], - "to": [4, 4, 4], - "faces": { - "north": {"texture": "#top"}, - "west": {"texture": "#side", "cullface": "west"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [2, 0, 0], - "to": [4, 4, 2], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - } - ] -} \ No newline at end of file diff --git a/1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_outer_roof_model.json b/1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_outer_roof_model.json deleted file mode 100644 index d479b3f..0000000 --- a/1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_outer_roof_model.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "engineersdecor:blocks/iestyle/ironsheet_roof", - "side": "engineersdecor:blocks/iestyle/ironsheet_roof", - "top": "engineersdecor:blocks/iestyle/ironsheet_roof_top" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 2, 16], - "faces": { - "north": {"texture": "#top", "cullface": "north"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top", "cullface": "west"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [2, 2, 2], - "to": [16, 4, 16], - "faces": { - "north": {"texture": "#top"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [4, 4, 4], - "to": [16, 6, 16], - "faces": { - "north": {"texture": "#top"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [6, 6, 6], - "to": [16, 8, 16], - "faces": { - "north": {"texture": "#top"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [8, 8, 8], - "to": [16, 10, 16], - "faces": { - "north": {"texture": "#top"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [10, 10, 10], - "to": [16, 12, 16], - "faces": { - "north": {"texture": "#top"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [12, 12, 12], - "to": [16, 14, 16], - "faces": { - "north": {"texture": "#top"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [14, 14, 14], - "to": [16, 16, 16], - "faces": { - "north": {"texture": "#top"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - } - ] -} \ No newline at end of file diff --git a/1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_straight_roof_model.json b/1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_straight_roof_model.json deleted file mode 100644 index 4017adc..0000000 --- a/1.12/src/main/resources/assets/engineersdecor/models/block/stairs/decor_straight_roof_model.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "ambientocclusion": false, - "parent": "block/block", - "textures": { - "side": "engineersdecor:blocks/iestyle/ironsheet_roof", - "particle": "engineersdecor:blocks/iestyle/ironsheet_roof", - "top": "engineersdecor:blocks/iestyle/ironsheet_roof_top" - }, - "elements": [ - { - "from": [2, 2, 0], - "to": [16, 4, 16], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [14, 14, 0], - "to": [16, 16, 16], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top", "cullface": "up"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 2, 16], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top", "cullface": "west"}, - "up": {"texture": "#top"}, - "down": {"texture": "#side", "cullface": "down"} - } - }, - { - "from": [4, 4, 0], - "to": [16, 6, 16], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [6, 6, 0], - "to": [16, 8, 16], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [12, 12, 0], - "to": [16, 14, 16], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [10, 10, 0], - "to": [16, 12, 16], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - }, - { - "from": [8, 8, 0], - "to": [16, 10, 16], - "faces": { - "north": {"texture": "#side", "cullface": "north"}, - "east": {"texture": "#side", "cullface": "east"}, - "south": {"texture": "#side", "cullface": "south"}, - "west": {"texture": "#top"}, - "up": {"texture": "#top"} - } - } - ], - "display": { - "thirdperson_lefthand": { - "rotation": [75, -135, 0], - "translation": [0, 2.5, 0], - "scale": [0.375, 0.375, 0.375] - }, - "gui": { - "rotation": [30, 135, 0], - "scale": [0.625, 0.625, 0.625] - }, - "head": { - "rotation": [0, -90, 0] - } - } -} \ No newline at end of file diff --git a/1.12/src/main/resources/assets/engineersdecor/recipes/treated_wood_pole_wrapover_recipe - Copy.json b/1.12/src/main/resources/assets/engineersdecor/recipes/treated_wood_pole_wrapover_recipe.json similarity index 100% rename from 1.12/src/main/resources/assets/engineersdecor/recipes/treated_wood_pole_wrapover_recipe - Copy.json rename to 1.12/src/main/resources/assets/engineersdecor/recipes/treated_wood_pole_wrapover_recipe.json diff --git a/1.13/readme.md b/1.13/readme.md index c44eed4..87f280c 100644 --- a/1.13/readme.md +++ b/1.13/readme.md @@ -10,7 +10,10 @@ Mod sources for Minecraft version 1.13.2. ---- ## Revision history - ~ v1.0.2-b3 [A] + - v1.0.2-b3 [A] Added treated wood window. + [A] Added treated wood pole support. + [A] Added treated wood pole head. + [A] Added steel framed window. - v1.0.2-b2 [A] Added wall decomposition recipes. [A] Added slag brick wall. diff --git a/meta/update.json b/meta/update.json index 306d0b0..c69a202 100644 --- a/meta/update.json +++ b/meta/update.json @@ -21,6 +21,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.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.", "1.0.0-a3": "[A] Added iron inset light.\n[A] Added rebar concrete tile.\n[A] Added rebar concrete tile stairs.\n[A] Added clinker brick wall.\n[A] Added treated wood stool.\n[A] Added treated window sill.", @@ -31,6 +32,6 @@ "1.12.2-recommended": "1.0.2", "1.12.2-latest": "1.0.3-b4", "1.13.2-recommended": "", - "1.13.2-latest": "1.0.2-b2" + "1.13.2-latest": "1.0.2-b3" } } \ No newline at end of file