More models for tier2 machines

This commit is contained in:
drcrazy 2019-04-05 16:19:39 +03:00
parent 6fecbb9392
commit 3892b15685
12 changed files with 74 additions and 198 deletions

View file

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

View file

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

View file

@ -1,46 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"top": "techreborn:blocks/machines/generators/panels/creative_panel_top",
"bottom": "techreborn:blocks/machines/generators/generator_bottom",
"side": "techreborn:blocks/machines/generators/panels/creative_panel_side"
},
"transform": "forge:default-block",
"model": "minecraft:cube_bottom_top"
},
"variants": {
"inventory": {
"model": "minecraft:cube_bottom_top",
"textures": {
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"side": "techreborn:blocks/machines/generators/panels/creative_panel_side"
}
},
"false": {
"textures": {
"side": "techreborn:blocks/machines/generators/panels/creative_panel_side"
}
}
}
}
}

View file

@ -1,49 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier2_machines/computer_cube_front",
"top": "techreborn:blocks/machines/tier2_machines/machine_top",
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
"side": "techreborn:blocks/machines/tier2_machines/computer_cube_side"
}
},
"variants": {
"normal": [{}],
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier2_machines/computer_cube_front"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier2_machines/computer_cube_front"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier2_machines/computer_cube_front"
}
}
}
}
}

View file

@ -1,49 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off",
"top": "techreborn:blocks/machines/tier2_machines/machine_top",
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
"west": "techreborn:blocks/machines/tier2_machines/machine_west",
"east": "techreborn:blocks/machines/tier2_machines/machine_east",
"south": "techreborn:blocks/machines/tier2_machines/machine_back"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_on"
}
},
"false": {
"textures": {
"front": "techreborn:blocks/machines/tier2_machines/distillation_tower_front_off"
}
}
}
}
}

View file

@ -1,54 +0,0 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off",
"top": "techreborn:blocks/machines/tier2_machines/machine_top",
"down": "techreborn:blocks/machines/tier2_machines/machine_bottom",
"south": "techreborn:blocks/machines/tier2_machines/machine_back"
}
},
"variants": {
"inventory": {
"transform": "forge:default-block",
"model": "orientable",
"textures": {
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_off",
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off",
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off"
}
},
"facing": {
"north": {
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
},
"active": {
"true": {
"textures": {
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_on",
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_on",
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_on"
}
},
"false": {
"textures": {
"west": "techreborn:blocks/machines/tier2_machines/implosion_compressor_west_off",
"east": "techreborn:blocks/machines/tier2_machines/implosion_compressor_east_off",
"front": "techreborn:blocks/machines/tier2_machines/implosion_compressor_front_off"
}
}
}
}
}

View file

@ -0,0 +1,11 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"up": "techreborn:block/machines/tier2_machines/machine_top",
"down": "techreborn:block/machines/tier2_machines/machine_bottom",
"west": "techreborn:block/machines/tier2_machines/machine_west",
"east": "techreborn:block/machines/tier2_machines/machine_east",
"south": "techreborn:block/machines/tier2_machines/machine_back",
"front": "techreborn:block/machines/tier2_machines/distillation_tower_front_off"
}
}

View file

@ -0,0 +1,11 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"up": "techreborn:block/machines/tier2_machines/machine_top",
"down": "techreborn:block/machines/tier2_machines/machine_bottom",
"west": "techreborn:block/machines/tier2_machines/machine_west",
"east": "techreborn:block/machines/tier2_machines/machine_east",
"south": "techreborn:block/machines/tier2_machines/machine_back",
"front": "techreborn:block/machines/tier2_machines/distillation_tower_front_on"
}
}

View file

@ -0,0 +1,11 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"up": "techreborn:block/machines/tier2_machines/machine_top",
"down": "techreborn:block/machines/tier2_machines/machine_bottom",
"west": "techreborn:block/machines/tier2_machines/implosion_compressor_west_off",
"east": "techreborn:block/machines/tier2_machines/implosion_compressor_east_off",
"south": "techreborn:block/machines/tier2_machines/machine_back",
"front": "techreborn:block/machines/tier2_machines/implosion_compressor_front_off"
}
}

View file

@ -0,0 +1,11 @@
{
"parent": "minecraft:block/orientable",
"textures": {
"up": "techreborn:block/machines/tier2_machines/machine_top",
"down": "techreborn:block/machines/tier2_machines/machine_bottom",
"west": "techreborn:block/machines/tier2_machines/implosion_compressor_west_on",
"east": "techreborn:block/machines/tier2_machines/implosion_compressor_east_on",
"south": "techreborn:block/machines/tier2_machines/machine_back",
"front": "techreborn:block/machines/tier2_machines/implosion_compressor_front_on"
}
}

View file

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

View file

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