Added model (may change later, not very good but best I could come up with)

This commit is contained in:
thedarkcolour 2024-02-01 18:33:47 -08:00
parent 7a2d37a634
commit d90ccc298a
11 changed files with 33 additions and 13 deletions

View File

@ -1,3 +1,3 @@
{
"parent": "exdeorum:block/mechanical_hammer"
"parent": "exdeorum:block/mechanical_hammer_off"
}

View File

@ -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
}
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 B

After

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 748 B

After

Width:  |  Height:  |  Size: 647 B

View File

@ -1,6 +0,0 @@
{
"animation": {
"interpolate": false,
"frametime": 4
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 612 B

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 B

After

Width:  |  Height:  |  Size: 701 B