Tier1 machines got models
This commit is contained in:
parent
5a910c94af
commit
c45e7fb836
53 changed files with 295 additions and 486 deletions
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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" }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "techreborn:block/machines/tier1_machines/player_detector_all"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "techreborn:block/machines/tier1_machines/player_detector_others"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "techreborn:block/machines/tier1_machines/player_detector_you"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/assembly_machine"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/auto_crafting_table"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/chemical_reactor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/compressor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/electric_furnace"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/extractor"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/player_detector_all"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/recycler"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/rolling_machine"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "techreborn:block/machines/tier1_machines/scrapboxinator"
|
||||
}
|
Before Width: | Height: | Size: 702 B After Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 761 B After Width: | Height: | Size: 761 B |
Loading…
Reference in a new issue