dynamite 3d model (ugly, but works as reference implementation)

This commit is contained in:
Jenny 2025-02-03 20:31:50 +01:00
parent 1a86b04d71
commit 70377f53f7
Signed by: Jenny
GPG Key ID: 2072A14E40940632
3 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"parent": "minecraft:item/handheld",
"loader": "forge:separate_transforms",
"base": {
"parent": "enhancedexplosives:item/dynamite_3d"
},
"perspectives": {
"gui": {
"parent": "enhancedexplosives:item/dynamite_3d"
},
"ground": {
"parent": "enhancedexplosives:item/dynamite_3d"
},
"fixed": {
"parent": "enhancedexplosives:item/dynamite_3d"
}
}
}

View File

@ -0,0 +1,49 @@
{
"credit": "Made with Blockbench",
"textures": {
"1": "enhancedexplosives:item/dynamite",
"particle": "enhancedexplosives:item/dynamite"
},
"elements": [
{
"from": [5, 0, 5],
"to": [11, 16, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [5, 0, 5]},
"faces": {
"north": {"uv": [0.25, 0.25, 0.75, 0.75], "texture": "#1"},
"east": {"uv": [1.25, 0.25, 1.75, 0.75], "texture": "#1"},
"south": {"uv": [2.25, 0.25, 2.75, 0.75], "texture": "#1"},
"west": {"uv": [3.25, 0.25, 3.75, 0.75], "texture": "#1"},
"up": {"uv": [4.25, 0.25, 4.75, 0.75], "texture": "#1"},
"down": {"uv": [5.25, 0.25, 5.75, 0.75], "texture": "#1"}
}
},
{
"from": [4, 2, 4],
"to": [12, 3, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 2, 4]},
"faces": {
"north": {"uv": [8, 0, 16, 1], "texture": "#1"},
"east": {"uv": [8, 1, 16, 2], "texture": "#1"},
"south": {"uv": [8, 2, 16, 3], "texture": "#1"},
"west": {"uv": [8, 3, 16, 4], "texture": "#1"},
"up": {"uv": [16, 8, 8, 0], "texture": "#1"},
"down": {"uv": [16, 8, 8, 16], "texture": "#1"}
}
},
{
"from": [4, 13, 4],
"to": [12, 14, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 13, 4]},
"faces": {
"north": {"uv": [8, 0, 16, 1], "texture": "#1"},
"east": {"uv": [8, 1, 16, 2], "texture": "#1"},
"south": {"uv": [8, 2, 16, 3], "texture": "#1"},
"west": {"uv": [8, 3, 16, 4], "texture": "#1"},
"up": {"uv": [16, 16, 8, 8], "texture": "#1"},
"down": {"uv": [16, 8, 8, 16], "texture": "#1"}
}
}
],
"display": {}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B