This commit is contained in:
nimsolated
2026-03-24 11:34:33 -07:00
parent 0daca60588
commit cec0364d50
123 changed files with 3468 additions and 25 deletions

92
models/enditescythe.json Normal file
View File

@@ -0,0 +1,92 @@
{
"format_version": "1.9.0",
"credit": "Made with Blockbench",
"textures": {
"0": "aris_random_additions:block/endite_ore_block",
"1": "aris_random_additions:block/endite_scythe_handle",
"particle": "aris_random_additions:block/endite_ore_block"
},
"elements": [
{
"from": [-6, 8.7, 6.7],
"to": [19, 11.3, 9.3],
"rotation": {"angle": 22.5, "axis": "z", "origin": [3, 11, 7]},
"faces": {
"north": {"uv": [0.25, 0.25, 0.75, 0.75], "rotation": 270, "texture": "#1"},
"east": {"uv": [1.25, 0.25, 1.75, 0.75], "rotation": 90, "texture": "#1"},
"south": {"uv": [2.25, 0.25, 2.75, 0.75], "rotation": 90, "texture": "#1"},
"west": {"uv": [3.25, 0.25, 3.75, 0.75], "rotation": 90, "texture": "#1"},
"up": {"uv": [4.25, 0.25, 4.75, 0.75], "rotation": 90, "texture": "#1"},
"down": {"uv": [5.25, 0.25, 5.75, 0.75], "rotation": 90, "texture": "#1"}
}
},
{
"from": [16, 9, 2],
"to": [18, 11, 7],
"rotation": {"angle": 22.5, "axis": "z", "origin": [3, 11, 7]},
"faces": {
"north": {"uv": [6.25, 0.25, 6.75, 0.75], "rotation": 270, "texture": "#0"},
"east": {"uv": [7.25, 0.25, 7.75, 0.75], "rotation": 90, "texture": "#0"},
"south": {"uv": [8.25, 0.25, 8.75, 0.75], "rotation": 90, "texture": "#0"},
"west": {"uv": [9.25, 0.25, 9.75, 0.75], "rotation": 90, "texture": "#0"},
"up": {"uv": [10.25, 0.25, 10.75, 0.75], "rotation": 90, "texture": "#0"},
"down": {"uv": [11.25, 0.25, 11.75, 0.75], "rotation": 90, "texture": "#0"}
}
},
{
"from": [15, 9, -3],
"to": [17, 11, 2],
"rotation": {"angle": 22.5, "axis": "z", "origin": [3, 11, 6]},
"faces": {
"north": {"uv": [12.25, 0.25, 12.75, 0.75], "rotation": 270, "texture": "#0"},
"east": {"uv": [13.25, 0.25, 13.75, 0.75], "rotation": 90, "texture": "#0"},
"south": {"uv": [14.25, 0.25, 14.75, 0.75], "rotation": 90, "texture": "#0"},
"west": {"uv": [15.25, 0.25, 15.75, 0.75], "rotation": 90, "texture": "#0"},
"up": {"uv": [0.25, 1.25, 0.75, 1.75], "rotation": 90, "texture": "#0"},
"down": {"uv": [1.25, 1.25, 1.75, 1.75], "rotation": 90, "texture": "#0"}
}
},
{
"from": [14, 9, -6],
"to": [16, 11, -3],
"rotation": {"angle": 22.5, "axis": "z", "origin": [3, 11, 5]},
"faces": {
"north": {"uv": [2.25, 1.25, 2.75, 1.75], "rotation": 270, "texture": "#0"},
"east": {"uv": [3.25, 1.25, 3.75, 1.75], "rotation": 90, "texture": "#0"},
"south": {"uv": [4.25, 1.25, 4.75, 1.75], "rotation": 90, "texture": "#0"},
"west": {"uv": [5.25, 1.25, 5.75, 1.75], "rotation": 90, "texture": "#0"},
"up": {"uv": [6.25, 1.25, 6.75, 1.75], "rotation": 90, "texture": "#0"},
"down": {"uv": [7.25, 1.25, 7.75, 1.75], "rotation": 90, "texture": "#0"}
}
},
{
"from": [13, 9, -7],
"to": [15, 11, -6],
"rotation": {"angle": 22.5, "axis": "z", "origin": [3, 11, 4]},
"faces": {
"north": {"uv": [8.25, 1.25, 8.75, 1.75], "rotation": 270, "texture": "#0"},
"east": {"uv": [9.25, 1.25, 9.75, 1.75], "rotation": 90, "texture": "#0"},
"south": {"uv": [10.25, 1.25, 10.75, 1.75], "rotation": 90, "texture": "#0"},
"west": {"uv": [11.25, 1.25, 11.75, 1.75], "rotation": 90, "texture": "#0"},
"up": {"uv": [12.25, 1.25, 12.75, 1.75], "rotation": 90, "texture": "#0"},
"down": {"uv": [13.25, 1.25, 13.75, 1.75], "rotation": 90, "texture": "#0"}
}
}
],
"groups": [
{
"name": "Handle",
"origin": [8, 8, 8],
"scope": 0,
"color": 0,
"children": [0]
},
{
"name": "Blade",
"origin": [8, 8, 8],
"scope": 0,
"color": 0,
"children": [1, 2, 3, 4]
}
]
}

View File

@@ -0,0 +1,11 @@
{
"mappings": {
"default": {
"map": {
"0": "endite_ore_block",
"1": "endite_scythe_handle"
},
"name": "default"
}
}
}