Tier1 machines got models

This commit is contained in:
drcrazy 2019-03-29 14:41:08 +03:00
parent 5a910c94af
commit c45e7fb836
53 changed files with 295 additions and 486 deletions

View file

@ -0,0 +1,12 @@
{
"variants": {
"facing=north,active=false": { "model": "techreborn:block/machines/tier1_machines/assembly_machine" },
"facing=south,active=false": { "model": "techreborn:block/machines/tier1_machines/assembly_machine", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/machines/tier1_machines/assembly_machine", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/machines/tier1_machines/assembly_machine", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/machines/tier1_machines/assembly_machine_on" },
"facing=south,active=true": { "model": "techreborn:block/machines/tier1_machines/assembly_machine_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/machines/tier1_machines/assembly_machine_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/machines/tier1_machines/assembly_machine_on", "y": 90 }
}
}

View file

@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "techreborn:block/machines/tier1_machines/auto_crafting_table" },
"facing=south": { "model": "techreborn:block/machines/tier1_machines/auto_crafting_table", "y": 180 },
"facing=west": { "model": "techreborn:block/machines/tier1_machines/auto_crafting_table", "y": 270 },
"facing=east": { "model": "techreborn:block/machines/tier1_machines/auto_crafting_table", "y": 90 }
}
}

View file

@ -0,0 +1,12 @@
{
"variants": {
"facing=north,active=false": { "model": "techreborn:block/machines/tier1_machines/chemical_reactor" },
"facing=south,active=false": { "model": "techreborn:block/machines/tier1_machines/chemical_reactor", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/machines/tier1_machines/chemical_reactor", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/machines/tier1_machines/chemical_reactor", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/machines/tier1_machines/chemical_reactor_on" },
"facing=south,active=true": { "model": "techreborn:block/machines/tier1_machines/chemical_reactor_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/machines/tier1_machines/chemical_reactor_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/machines/tier1_machines/chemical_reactor_on", "y": 90 }
}
}

View file

@ -0,0 +1,12 @@
{
"variants": {
"facing=north,active=false": { "model": "techreborn:block/machines/tier1_machines/compressor" },
"facing=south,active=false": { "model": "techreborn:block/machines/tier1_machines/compressor", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/machines/tier1_machines/compressor", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/machines/tier1_machines/compressor", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/machines/tier1_machines/compressor_on" },
"facing=south,active=true": { "model": "techreborn:block/machines/tier1_machines/compressor_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/machines/tier1_machines/compressor_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/machines/tier1_machines/compressor_on", "y": 90 }
}
}

View file

@ -0,0 +1,12 @@
{
"variants": {
"facing=north,active=false": { "model": "techreborn:block/machines/tier1_machines/electric_furnace" },
"facing=south,active=false": { "model": "techreborn:block/machines/tier1_machines/electric_furnace", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/machines/tier1_machines/electric_furnace", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/machines/tier1_machines/electric_furnace", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/machines/tier1_machines/electric_furnace_on" },
"facing=south,active=true": { "model": "techreborn:block/machines/tier1_machines/electric_furnace_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/machines/tier1_machines/electric_furnace_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/machines/tier1_machines/electric_furnace_on", "y": 90 }
}
}

View file

@ -0,0 +1,12 @@
{
"variants": {
"facing=north,active=false": { "model": "techreborn:block/machines/tier1_machines/extractor" },
"facing=south,active=false": { "model": "techreborn:block/machines/tier1_machines/extractor", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/machines/tier1_machines/extractor", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/machines/tier1_machines/extractor", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/machines/tier1_machines/extractor_on" },
"facing=south,active=true": { "model": "techreborn:block/machines/tier1_machines/extractor_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/machines/tier1_machines/extractor_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/machines/tier1_machines/extractor_on", "y": 90 }
}
}

View file

@ -1,47 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_off",
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/electric_alloy_smelter_front_off"
}
}
}
}
}

View file

@ -1,47 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off",
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/assembling_machine_front_off"
}
}
}
}
}

View file

@ -1,30 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/electric_crafting_table_side",
"top": "techreborn:blocks/machines/tier1_machines/electric_crafting_table_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/electric_crafting_table_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"side": "techreborn:blocks/machines/tier1_machines/electric_crafting_table_side"
}
},
"normal": {
"transform": "forge:default-block",
"model": "cube_bottom_top",
"textures": {
"side": "techreborn:blocks/machines/tier1_machines/electric_crafting_table_side"
}
}
}
}

View file

@ -1,47 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/compressor_front_off",
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/compressor_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/compressor_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/compressor_front_off"
}
}
}
}
}

View file

@ -1,47 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off",
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/electric_furnace_front_off"
}
}
}
}
}

View file

@ -1,47 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/extractor_front_off",
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/extractor_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/extractor_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/extractor_front_off"
}
}
}
}
}

View file

@ -1,32 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"textures": {},
"transform": "forge:default-block",
"model": "cube_all"
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {}
},
"type": {
"all": {
"textures": {
"all": "techreborn:blocks/machines/tier1_machines/player_detector_all"
}
},
"others": {
"textures": {
"all": "techreborn:blocks/machines/tier1_machines/player_detector_others"
}
},
"you": {
"textures": {
"all": "techreborn:blocks/machines/tier1_machines/player_detector_you"
}
}
}
}
}

View file

@ -1,47 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/recycler_front_off",
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/recycler_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/recycler_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/recycler_front_off"
}
}
}
}
}

View file

@ -1,48 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off",
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/rolling_machine_front_off"
}
}
}
}
}

View file

@ -1,47 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off",
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/scrapboxinator_front_off"
}
}
}
}
}

View file

@ -1,47 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off",
"top": "techreborn:blocks/machines/tier1_machines/machine_top",
"down": "techreborn:blocks/machines/tier1_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier1_machines/machine_side"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier1_machines/chemical_reactor_front_off"
}
}
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"type=all": { "model": "techreborn:block/machines/tier1_machines/player_detector_all" },
"type=you": { "model": "techreborn:block/machines/tier1_machines/player_detector_you" },
"type=others": { "model": "techreborn:block/machines/tier1_machines/player_detector_others" }
}
}

View file

@ -0,0 +1,12 @@
{
"variants": {
"facing=north,active=false": { "model": "techreborn:block/machines/tier1_machines/recycler" },
"facing=south,active=false": { "model": "techreborn:block/machines/tier1_machines/recycler", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/machines/tier1_machines/recycler", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/machines/tier1_machines/recycler", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/machines/tier1_machines/recycler_on" },
"facing=south,active=true": { "model": "techreborn:block/machines/tier1_machines/recycler_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/machines/tier1_machines/recycler_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/machines/tier1_machines/recycler_on", "y": 90 }
}
}

View file

@ -0,0 +1,12 @@
{
"variants": {
"facing=north,active=false": { "model": "techreborn:block/machines/tier1_machines/rolling_machine" },
"facing=south,active=false": { "model": "techreborn:block/machines/tier1_machines/rolling_machine", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/machines/tier1_machines/rolling_machine", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/machines/tier1_machines/rolling_machine", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/machines/tier1_machines/rolling_machine_on" },
"facing=south,active=true": { "model": "techreborn:block/machines/tier1_machines/rolling_machine_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/machines/tier1_machines/rolling_machine_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/machines/tier1_machines/rolling_machine_on", "y": 90 }
}
}

View file

@ -0,0 +1,12 @@
{
"variants": {
"facing=north,active=false": { "model": "techreborn:block/machines/tier1_machines/scrapboxinator" },
"facing=south,active=false": { "model": "techreborn:block/machines/tier1_machines/scrapboxinator", "y": 180 },
"facing=west,active=false": { "model": "techreborn:block/machines/tier1_machines/scrapboxinator", "y": 270 },
"facing=east,active=false": { "model": "techreborn:block/machines/tier1_machines/scrapboxinator", "y": 90 },
"facing=north,active=true": { "model": "techreborn:block/machines/tier1_machines/scrapboxinator_on" },
"facing=south,active=true": { "model": "techreborn:block/machines/tier1_machines/scrapboxinator_on", "y": 180 },
"facing=west,active=true": { "model": "techreborn:block/machines/tier1_machines/scrapboxinator_on", "y": 270 },
"facing=east,active=true": { "model": "techreborn:block/machines/tier1_machines/scrapboxinator_on", "y": 90 }
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/assembling_machine_front_off",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/assembling_machine_front_on",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"top": "techreborn:block/machines/tier1_machines/auto_crafting_table_top",
"bottom": "techreborn:block/machines/tier1_machines/machine_bottom",
"side": "techreborn:block/machines/tier1_machines/auto_crafting_table_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/chemical_reactor_front_off",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/chemical_reactor_front_on",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/compressor_front_off",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/compressor_front_on",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/electric_furnace_front_off",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/electric_furnace_front_on",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/extractor_front_off",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/extractor_front_on",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/machines/tier1_machines/player_detector_all"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/machines/tier1_machines/player_detector_others"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "techreborn:block/machines/tier1_machines/player_detector_you"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/recycler_front_off",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/recycler_front_on",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/rolling_machine_front_off",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/rolling_machine_front_on",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/scrapboxinator_front_off",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"top": "techreborn:block/machines/tier1_machines/machine_top",
"front": "techreborn:block/machines/tier1_machines/scrapboxinator_front_on",
"side": "techreborn:block/machines/tier1_machines/machine_side"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier1_machines/assembly_machine"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier1_machines/auto_crafting_table"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier1_machines/chemical_reactor"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier1_machines/compressor"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier1_machines/electric_furnace"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier1_machines/extractor"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier1_machines/player_detector_all"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier1_machines/recycler"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier1_machines/rolling_machine"
}

View file

@ -0,0 +1,3 @@
{
"parent": "techreborn:block/machines/tier1_machines/scrapboxinator"
}