Recommit 85d9a7ce317affe2067cd6d9c5c7a6a0fbda91a9

This commit is contained in:
modmuss50 2016-06-04 09:56:48 +01:00
parent d8b425abc5
commit 42d271c018
8 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,58 @@
{
"forge_marker":1,
"defaults":{
"transform":"forge:default-block",
"model":"orientable",
"textures":{
"particle":"techreborn:blocks/machine/greg_machines/machine_side",
"down":"techreborn:blocks/machine/greg_machines/machine_bottom",
"side":"techreborn:blocks/machine/greg_machines/machine_side"
}
},
"variants":{
"inventory":{
"transform":"forge:default-block",
"textures":{
"top": "techreborn:blocks/machine/greg_machines/vacuum_freezer_top_off",
"front":"techreborn:blocks/machine/greg_machines/vacuum_freezer_front_off"
}
},
"facing":{
"north":{
},
"east":{
"y":90
},
"south":{
"y":180
},
"west":{
"y":270
}
},
"active":{
"true":{
"textures":{
"top": "techreborn:blocks/machine/greg_machines/vacuum_freezer_top_on",
"front":"techreborn:blocks/machine/greg_machines/vacuum_freezer_front_on"
}
},
"false":{
"textures":{
"top": "techreborn:blocks/machine/greg_machines/vacuum_freezer_top_on",
"front":"techreborn:blocks/machine/greg_machines/vacuum_freezer_front_on"
}
}
},
"inventory": {
"model": "orientable",
"textures": {
"particle": "techreborn:blocks/machine/greg_machines/machine_side",
"side": "techreborn:blocks/machine/greg_machines/machine_side",
"top": "techreborn:blocks/machine/greg_machines/vacuum_freezer_top_off",
"front":"techreborn:blocks/machine/greg_machines/vacuum_freezer_front_off"
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}