Added model (may change later, not very good but best I could come up with)
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "exdeorum:block/mechanical_hammer"
|
||||
"parent": "exdeorum:block/mechanical_hammer_off"
|
||||
}
|
||||
|
|
@ -1,10 +1,34 @@
|
|||
{
|
||||
"variants": {
|
||||
"running=false": {
|
||||
"facing=east,running=false": {
|
||||
"model": "exdeorum:block/mechanical_hammer_off",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,running=true": {
|
||||
"model": "exdeorum:block/mechanical_hammer_on",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north,running=false": {
|
||||
"model": "exdeorum:block/mechanical_hammer_off"
|
||||
},
|
||||
"running=true": {
|
||||
"facing=north,running=true": {
|
||||
"model": "exdeorum:block/mechanical_hammer_on"
|
||||
},
|
||||
"facing=south,running=false": {
|
||||
"model": "exdeorum:block/mechanical_hammer_off",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,running=true": {
|
||||
"model": "exdeorum:block/mechanical_hammer_on",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,running=false": {
|
||||
"model": "exdeorum:block/mechanical_hammer_off",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,running=true": {
|
||||
"model": "exdeorum:block/mechanical_hammer_on",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"parent": "minecraft:block/orientable_with_bottom",
|
||||
"textures": {
|
||||
"front": "exdeorum:block/mechanical_hammer_front",
|
||||
"side": "exdeorum:block/mechanical_hammer_side",
|
||||
"top": "exdeorum:block/mechanical_hammer_top"
|
||||
"top": "exdeorum:block/mechanical_hammer_top",
|
||||
"bottom": "exdeorum:block/mechanical_hammer_bottom"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"parent": "minecraft:block/orientable_with_bottom",
|
||||
"textures": {
|
||||
"front": "exdeorum:block/mechanical_hammer_front_on",
|
||||
"side": "exdeorum:block/mechanical_hammer_side",
|
||||
"top": "exdeorum:block/mechanical_hammer_top"
|
||||
"top": "exdeorum:block/mechanical_hammer_top",
|
||||
"bottom": "exdeorum:block/mechanical_hammer_bottom"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 712 B |
|
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 609 B |
|
Before Width: | Height: | Size: 748 B After Width: | Height: | Size: 647 B |
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"animation": {
|
||||
"interpolate": false,
|
||||
"frametime": 4
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 614 B |
|
Before Width: | Height: | Size: 691 B After Width: | Height: | Size: 701 B |