Models for tier2 machines done.
This commit is contained in:
parent
76c2c03a13
commit
04f4e51695
15 changed files with 111 additions and 149 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"facing=north,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_grinder" },
|
||||||
|
"facing=south,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_grinder", "y": 180 },
|
||||||
|
"facing=west,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_grinder", "y": 270 },
|
||||||
|
"facing=east,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_grinder", "y": 90 },
|
||||||
|
"facing=north,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_grinder_on" },
|
||||||
|
"facing=south,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_grinder_on", "y": 180 },
|
||||||
|
"facing=west,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_grinder_on", "y": 270 },
|
||||||
|
"facing=east,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_grinder_on", "y": 90 }
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"facing=north,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_sawmill" },
|
||||||
|
"facing=south,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_sawmill", "y": 180 },
|
||||||
|
"facing=west,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_sawmill", "y": 270 },
|
||||||
|
"facing=east,active=false": { "model": "techreborn:block/machines/tier2_machines/industrial_sawmill", "y": 90 },
|
||||||
|
"facing=north,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_sawmill_on" },
|
||||||
|
"facing=south,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_sawmill_on", "y": 180 },
|
||||||
|
"facing=west,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_sawmill_on", "y": 270 },
|
||||||
|
"facing=east,active=true": { "model": "techreborn:block/machines/tier2_machines/industrial_sawmill_on", "y": 90 }
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,51 +0,0 @@
|
||||||
{
|
|
||||||
"forge_marker": 1,
|
|
||||||
"defaults": {
|
|
||||||
"transform": "forge:default-block",
|
|
||||||
"model": "orientable",
|
|
||||||
"textures": {
|
|
||||||
"particle": "techreborn:blocks/machines/tier2_machines/industrial_grinder_front_off",
|
|
||||||
"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": {
|
|
||||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_grinder_top_off",
|
|
||||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_grinder_front_off"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"facing": {
|
|
||||||
"north": {
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"y": 270
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"active": {
|
|
||||||
"true": {
|
|
||||||
"textures": {
|
|
||||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_grinder_top_on",
|
|
||||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_grinder_front_on"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"false": {
|
|
||||||
"textures": {
|
|
||||||
"top": "techreborn:blocks/machines/tier2_machines/industrial_grinder_top_off",
|
|
||||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_grinder_front_off"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,49 +0,0 @@
|
||||||
{
|
|
||||||
"forge_marker": 1,
|
|
||||||
"defaults": {
|
|
||||||
"transform": "forge:default-block",
|
|
||||||
"model": "orientable",
|
|
||||||
"textures": {
|
|
||||||
"particle": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_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/industrial_sawmill_front_off"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"facing": {
|
|
||||||
"north": {
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"y": 270
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"active": {
|
|
||||||
"true": {
|
|
||||||
"textures": {
|
|
||||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_on"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"false": {
|
|
||||||
"textures": {
|
|
||||||
"front": "techreborn:blocks/machines/tier2_machines/industrial_sawmill_front_off"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,49 +0,0 @@
|
||||||
{
|
|
||||||
"forge_marker": 1,
|
|
||||||
"defaults": {
|
|
||||||
"transform": "forge:default-block",
|
|
||||||
"model": "orientable",
|
|
||||||
"textures": {
|
|
||||||
"particle": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_off",
|
|
||||||
"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": {
|
|
||||||
"top": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_off",
|
|
||||||
"front": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_off"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"facing": {
|
|
||||||
"north": {
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"y": 90
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"y": 180
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"y": 270
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"active": {
|
|
||||||
"true": {
|
|
||||||
"textures": {
|
|
||||||
"top": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_on",
|
|
||||||
"front": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_on"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"false": {
|
|
||||||
"textures": {
|
|
||||||
"top": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_top_off",
|
|
||||||
"front": "techreborn:blocks/machines/tier2_machines/vacuum_freezer_front_off"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"facing=north,active=false": { "model": "techreborn:block/machines/tier2_machines/vacuum_freezer" },
|
||||||
|
"facing=south,active=false": { "model": "techreborn:block/machines/tier2_machines/vacuum_freezer", "y": 180 },
|
||||||
|
"facing=west,active=false": { "model": "techreborn:block/machines/tier2_machines/vacuum_freezer", "y": 270 },
|
||||||
|
"facing=east,active=false": { "model": "techreborn:block/machines/tier2_machines/vacuum_freezer", "y": 90 },
|
||||||
|
"facing=north,active=true": { "model": "techreborn:block/machines/tier2_machines/vacuum_freezer_on" },
|
||||||
|
"facing=south,active=true": { "model": "techreborn:block/machines/tier2_machines/vacuum_freezer_on", "y": 180 },
|
||||||
|
"facing=west,active=true": { "model": "techreborn:block/machines/tier2_machines/vacuum_freezer_on", "y": 270 },
|
||||||
|
"facing=east,active=true": { "model": "techreborn:block/machines/tier2_machines/vacuum_freezer_on", "y": 90 }
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:block/orientable",
|
||||||
|
"textures": {
|
||||||
|
"up": "techreborn:block/machines/tier2_machines/industrial_grinder_top_off",
|
||||||
|
"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/industrial_grinder_front_off"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:block/orientable",
|
||||||
|
"textures": {
|
||||||
|
"up": "techreborn:block/machines/tier2_machines/industrial_grinder_top_on",
|
||||||
|
"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/industrial_grinder_front_on"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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/industrial_sawmill_front_off"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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/industrial_sawmill_front_on"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:block/orientable",
|
||||||
|
"textures": {
|
||||||
|
"up": "techreborn:block/machines/tier2_machines/vacuum_freezer_top_off",
|
||||||
|
"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/vacuum_freezer_front_off"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:block/orientable",
|
||||||
|
"textures": {
|
||||||
|
"up": "techreborn:block/machines/tier2_machines/vacuum_freezer_top_on",
|
||||||
|
"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/vacuum_freezer_front_on"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"parent": "techreborn:block/machines/tier2_machines/industrial_grinder"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"parent": "techreborn:block/machines/tier2_machines/industrial_sawmill"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"parent": "techreborn:block/machines/tier2_machines/vacuum_freezer"
|
||||||
|
}
|
Loading…
Reference in a new issue