Recommit 85d9a7ce317affe2067cd6d9c5c7a6a0fbda91a9
This commit is contained in:
parent
d8b425abc5
commit
42d271c018
8 changed files with 70 additions and 0 deletions
Binary file not shown.
|
@ -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 |
|
@ -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 |
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"animation": {
|
||||||
|
"frametime": 10,
|
||||||
|
"interpolate": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue