Industrial Grinder

This commit is contained in:
Yulife 2016-06-02 22:09:14 +02:00
parent b09e60f774
commit d8b425abc5
15 changed files with 139 additions and 2 deletions

View file

@ -0,0 +1,64 @@
{
"forge_marker":1,
"defaults":{
"transform":"forge:default-block",
"model":"orientable",
"textures":{
"particle":"techreborn:blocks/machine/advanced_machines/advanced_machine_west",
"down":"techreborn:blocks/machine/advanced_machines/advanced_machine_bottom",
"west":"techreborn:blocks/machine/advanced_machines/advanced_machine_west",
"east":"techreborn:blocks/machine/advanced_machines/advanced_machine_east",
"south":"techreborn:blocks/machine/advanced_machines/advanced_machine_back"
}
},
"variants":{
"inventory":{
"transform":"forge:default-block",
"textures":{
"top":"techreborn:blocks/machine/advanced_machines/industrial_grinder_top_off",
"front":"techreborn:blocks/machine/advanced_machines/industrial_grinder_front_off"
}
},
"facing":{
"north":{
},
"east":{
"y":90
},
"south":{
"y":180
},
"west":{
"y":270
}
},
"active":{
"true":{
"textures":{
"top":"techreborn:blocks/machine/advanced_machines/industrial_grinder_top_on",
"front":"techreborn:blocks/machine/advanced_machines/industrial_grinder_front_on"
}
},
"false":{
"textures":{
"top":"techreborn:blocks/machine/advanced_machines/industrial_grinder_top_off",
"front":"techreborn:blocks/machine/advanced_machines/industrial_grinder_front_off"
}
}
},
"inventory": {
"model": "orientable",
"textures": {
"particle":"techreborn:blocks/machine/advanced_machines/advanced_machine_west",
"down":"techreborn:blocks/machine/advanced_machines/advanced_machine_bottom",
"west":"techreborn:blocks/machine/advanced_machines/advanced_machine_west",
"east":"techreborn:blocks/machine/advanced_machines/advanced_machine_east",
"south":"techreborn:blocks/machine/advanced_machines/advanced_machine_back",
"top":"techreborn:blocks/machine/advanced_machines/industrial_grinder_top_off",
"front":"techreborn:blocks/machine/advanced_machines/industrial_grinder_front_off"
}
}
}
}

View file

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

View file

@ -0,0 +1,11 @@
{
"animation": {
"frametime": 2,
"frames": [
0,
1,
2,
1
]
}
}

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,7 +1,7 @@
{ {
"animation": { "animation": {
"frametime": 5, "frametime": 3,
"interpolate": false, "interpolate": true,
"frames": [ "frames": [
0, 0,
1, 1,

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B