Initial Commit

This commit is contained in:
Victoria Fierce 2022-09-11 08:11:04 +02:00
commit 083da3ece7
23 changed files with 917 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.DS_Store
*.zip
*.sha1

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
.PHONY: all
all: malloc-items-1.0.zip malloc-items-1.0.zip.sha1
malloc-items-1.0.zip: pack.mcmeta
zip -r malloc-items-1.0.zip pack.mcmeta assets
malloc-items-1.0.zip.sha1: malloc-items-1.0.zip
sha1sum $< > $@
clean:
rm -f malloc-items-1.0.zip malloc-items-1.0.zip.sha1

View File

@ -0,0 +1,178 @@
{
"credit": "Made with Blockbench",
"texture_size": [128, 128],
"textures": {
"0": "malloc:custom/big_bomb/texture",
"particle": "malloc:custom/big_bomb/texture"
},
"elements": [
{
"from": [2.5, 2.5, 2.25],
"to": [18.5, 13.5, 13.25],
"rotation": {"angle": 0, "axis": "y", "origin": [2.5, 2.5, 2.25]},
"faces": {
"north": {"uv": [1.375, 3.625, 3.375, 5], "texture": "#0"},
"east": {"uv": [0, 3.625, 1.375, 5], "texture": "#0"},
"south": {"uv": [4.75, 3.625, 6.75, 5], "texture": "#0"},
"west": {"uv": [3.375, 3.625, 4.75, 5], "texture": "#0"},
"up": {"uv": [3.375, 3.625, 1.375, 2.25], "texture": "#0"},
"down": {"uv": [5.375, 2.25, 3.375, 3.625], "texture": "#0"}
}
},
{
"from": [0.5, 3.5, 3.25],
"to": [20.5, 12.5, 12.25],
"rotation": {"angle": 0, "axis": "y", "origin": [2.5, 2.5, 2.25]},
"faces": {
"north": {"uv": [1.125, 1.125, 3.625, 2.25], "texture": "#0"},
"east": {"uv": [0, 1.125, 1.125, 2.25], "texture": "#0"},
"south": {"uv": [4.75, 1.125, 7.25, 2.25], "texture": "#0"},
"west": {"uv": [3.625, 1.125, 4.75, 2.25], "texture": "#0"},
"up": {"uv": [3.625, 1.125, 1.125, 0], "texture": "#0"},
"down": {"uv": [6.125, 0, 3.625, 1.125], "texture": "#0"}
}
},
{
"from": [1.5, 4.5, 4.25],
"to": [21.5, 11.5, 11.25],
"rotation": {"angle": 0, "axis": "y", "origin": [2.5, 2.5, 2.25]},
"faces": {
"north": {"uv": [1.125, 1.25, 3.625, 2.125], "texture": "#0"},
"east": {"uv": [0.25, 1.25, 1.125, 2.125], "texture": "#0"},
"south": {"uv": [4.5, 1.25, 7, 2.125], "texture": "#0"},
"west": {"uv": [3.625, 1.25, 4.5, 2.125], "texture": "#0"},
"up": {"uv": [3.625, 1.25, 1.125, 0.375], "texture": "#0"},
"down": {"uv": [6.125, 0.375, 3.625, 1.25], "texture": "#0"}
}
},
{
"from": [2.5, 5.5, 5.25],
"to": [22.5, 10.5, 10.25],
"rotation": {"angle": 0, "axis": "y", "origin": [2.5, 2.5, 2.25]},
"faces": {
"north": {"uv": [1.125, 1.5, 3.625, 2.125], "texture": "#0"},
"east": {"uv": [0.5, 1.5, 1.125, 2.125], "texture": "#0"},
"south": {"uv": [4.25, 1.5, 6.75, 2.125], "texture": "#0"},
"west": {"uv": [3.625, 1.5, 4.25, 2.125], "texture": "#0"},
"up": {"uv": [3.625, 1.5, 1.125, 0.875], "texture": "#0"},
"down": {"uv": [6.125, 0.875, 3.625, 1.5], "texture": "#0"}
}
},
{
"from": [1.5, 6.5, 6.25],
"to": [24.5, 9.5, 9.25],
"rotation": {"angle": 0, "axis": "y", "origin": [2.5, 2.5, 2.25]},
"faces": {
"north": {"uv": [0.625, 5.875, 3.5, 6.25], "texture": "#0"},
"east": {"uv": [0.25, 5.875, 0.625, 6.25], "texture": "#0"},
"south": {"uv": [3.875, 5.875, 6.75, 6.25], "texture": "#0"},
"west": {"uv": [3.5, 5.875, 3.875, 6.25], "texture": "#0"},
"up": {"uv": [3.5, 5.875, 0.625, 5.5], "texture": "#0"},
"down": {"uv": [6.375, 5.5, 3.5, 5.875], "texture": "#0"}
}
},
{
"from": [1.5, 1.5, 1.25],
"to": [4.5, 14.5, 14.25],
"rotation": {"angle": 0, "axis": "y", "origin": [2.5, 2.5, 2.25]},
"faces": {
"north": {"uv": [7, 6.25, 7.375, 7.875], "texture": "#0"},
"east": {"uv": [5.375, 6.25, 7, 7.875], "texture": "#0"},
"south": {"uv": [9, 6.25, 9.375, 7.875], "texture": "#0"},
"west": {"uv": [7.375, 6.25, 9, 7.875], "texture": "#0"},
"up": {"uv": [7.375, 6.25, 7, 4.625], "texture": "#0"},
"down": {"uv": [7.75, 4.625, 7.375, 6.25], "texture": "#0"}
}
},
{
"from": [2.5, 12.5, 6.25],
"to": [7.5, 15.5, 9.25],
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 15, 8.25]},
"faces": {
"north": {"uv": [5.75, 3.25, 6.375, 3.625], "texture": "#0"},
"east": {"uv": [5.375, 3.25, 5.75, 3.625], "texture": "#0"},
"south": {"uv": [6.75, 3.25, 7.375, 3.625], "texture": "#0"},
"west": {"uv": [6.375, 3.25, 6.75, 3.625], "texture": "#0"},
"up": {"uv": [6.375, 3.25, 5.75, 2.875], "texture": "#0"},
"down": {"uv": [7, 2.875, 6.375, 3.25], "texture": "#0"}
}
},
{
"from": [2.5, 0.5, 6.25],
"to": [7.5, 3.5, 9.25],
"rotation": {"angle": 22.5, "axis": "z", "origin": [5, 1, 8.25]},
"faces": {
"north": {"uv": [5.75, 2.625, 6.375, 3], "rotation": 180, "texture": "#0"},
"east": {"uv": [5.375, 2.625, 5.75, 3], "rotation": 180, "texture": "#0"},
"south": {"uv": [6.75, 2.625, 7.375, 3], "rotation": 180, "texture": "#0"},
"west": {"uv": [6.375, 2.625, 6.75, 3], "rotation": 180, "texture": "#0"},
"up": {"uv": [6.375, 2.625, 5.75, 2.25], "rotation": 180, "texture": "#0"},
"down": {"uv": [7, 2.25, 6.375, 2.625], "rotation": 180, "texture": "#0"}
}
},
{
"from": [-2, 7, 7],
"to": [1, 9, 9],
"faces": {
"north": {"uv": [8, 6, 8.375, 6.25], "texture": "#0"},
"east": {"uv": [7.75, 6, 8, 6.25], "texture": "#0"},
"south": {"uv": [8.625, 6, 9, 6.25], "texture": "#0"},
"west": {"uv": [8.375, 6, 8.625, 6.25], "texture": "#0"},
"up": {"uv": [8.375, 6, 8, 5.75], "texture": "#0"},
"down": {"uv": [8.75, 5.75, 8.375, 6], "texture": "#0"}
}
},
{
"from": [-4.5, 6.9, 6.6],
"to": [-1.5, 8.9, 8.6],
"rotation": {"angle": -22.5, "axis": "y", "origin": [-2.5, 8, 8]},
"faces": {
"north": {"uv": [8, 6, 8.375, 6.25], "texture": "#0"},
"east": {"uv": [7.75, 6, 8, 6.25], "texture": "#0"},
"south": {"uv": [8.625, 6, 9, 6.25], "texture": "#0"},
"west": {"uv": [8.375, 6, 8.625, 6.25], "texture": "#0"},
"up": {"uv": [8.375, 6, 8, 5.75], "texture": "#0"},
"down": {"uv": [8.75, 5.75, 8.375, 6], "texture": "#0"}
}
},
{
"from": [-6.9, 6.8, 7.3],
"to": [-3.9, 8.8, 9.3],
"rotation": {"angle": -45, "axis": "y", "origin": [-2.5, 8, 8]},
"faces": {
"north": {"uv": [8, 6, 8.375, 6.25], "texture": "#0"},
"east": {"uv": [7.75, 6, 8, 6.25], "texture": "#0"},
"south": {"uv": [8.625, 6, 9, 6.25], "texture": "#0"},
"west": {"uv": [8.375, 6, 8.625, 6.25], "texture": "#0"},
"up": {"uv": [8.375, 6, 8, 5.75], "texture": "#0"},
"down": {"uv": [8.75, 5.75, 8.375, 6], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [0, 0, 108],
"translation": [0, -7.75, -4]
},
"thirdperson_lefthand": {
"rotation": [21, -7, -116],
"translation": [-6.25, 0.25, -4.75]
},
"head": {
"rotation": [0, 20, -60],
"translation": [0, -12.5, 0],
"scale": [2.58, 2.58, 2.58]
}
},
"groups": [
{
"name": "group",
"origin": [2.5, 2.5, 2.25],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6, 7]
},
8,
9,
10
]
}

View File

@ -0,0 +1,115 @@
{
"credit": "Made with Blockbench",
"texture_size": [128, 128],
"textures": {
"0": "malloc:custom/bomb_target/texture",
"particle": "malloc:custom/bomb_target/texture"
},
"elements": [
{
"from": [3, 7.5, 3],
"to": [13, 9.5, 13],
"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [1.25, 5.5, 2.5, 5.75], "texture": "#0"},
"east": {"uv": [0, 5.5, 1.25, 5.75], "texture": "#0"},
"south": {"uv": [3.75, 5.5, 5, 5.75], "texture": "#0"},
"west": {"uv": [2.5, 5.5, 3.75, 5.75], "texture": "#0"},
"up": {"uv": [2.5, 5.5, 1.25, 4.25], "texture": "#0"},
"down": {"uv": [3.75, 4.25, 2.5, 5.5], "texture": "#0"}
}
},
{
"from": [0, 5.5, 0],
"to": [16, 7.5, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [2, 2, 4, 2.25], "texture": "#0"},
"east": {"uv": [0, 2, 2, 2.25], "texture": "#0"},
"south": {"uv": [6, 2, 8, 2.25], "texture": "#0"},
"west": {"uv": [4, 2, 6, 2.25], "texture": "#0"},
"up": {"uv": [4, 2, 2, 0], "texture": "#0"},
"down": {"uv": [6, 0, 4, 2], "texture": "#0"}
}
},
{
"from": [1, 6.5, 1],
"to": [15, 8.5, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [1.75, 4, 3.5, 4.25], "texture": "#0"},
"east": {"uv": [0, 4, 1.75, 4.25], "texture": "#0"},
"south": {"uv": [5.25, 4, 7, 4.25], "texture": "#0"},
"west": {"uv": [3.5, 4, 5.25, 4.25], "texture": "#0"},
"up": {"uv": [3.5, 4, 1.75, 2.25], "texture": "#0"},
"down": {"uv": [5.25, 2.25, 3.5, 4], "texture": "#0"}
}
},
{
"from": [3, 7.5, 3],
"to": [13, 9.5, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [1.25, 5.5, 2.5, 5.75], "texture": "#0"},
"east": {"uv": [0, 5.5, 1.25, 5.75], "texture": "#0"},
"south": {"uv": [3.75, 5.5, 5, 5.75], "texture": "#0"},
"west": {"uv": [2.5, 5.5, 3.75, 5.75], "texture": "#0"},
"up": {"uv": [2.5, 5.5, 1.25, 4.25], "texture": "#0"},
"down": {"uv": [3.75, 4.25, 2.5, 5.5], "texture": "#0"}
}
},
{
"from": [4, 8.5, 4],
"to": [12, 10.5, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [7, 1, 8, 1.25], "texture": "#0"},
"east": {"uv": [6, 1, 7, 1.25], "texture": "#0"},
"south": {"uv": [9, 1, 10, 1.25], "texture": "#0"},
"west": {"uv": [8, 1, 9, 1.25], "texture": "#0"},
"up": {"uv": [8, 1, 7, 0], "texture": "#0"},
"down": {"uv": [9, 0, 8, 1], "texture": "#0"}
}
},
{
"from": [3, 7.5, 3],
"to": [13, 9.5, 13],
"rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [1.25, 5.5, 2.5, 5.75], "texture": "#0"},
"east": {"uv": [0, 5.5, 1.25, 5.75], "texture": "#0"},
"south": {"uv": [3.75, 5.5, 5, 5.75], "texture": "#0"},
"west": {"uv": [2.5, 5.5, 3.75, 5.75], "texture": "#0"},
"up": {"uv": [2.5, 5.5, 1.25, 4.25], "texture": "#0"},
"down": {"uv": [3.75, 4.25, 2.5, 5.5], "texture": "#0"}
}
},
{
"from": [3, 7.5, 3],
"to": [13, 9.5, 13],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [1.25, 5.5, 2.5, 5.75], "texture": "#0"},
"east": {"uv": [0, 5.5, 1.25, 5.75], "texture": "#0"},
"south": {"uv": [3.75, 5.5, 5, 5.75], "texture": "#0"},
"west": {"uv": [2.5, 5.5, 3.75, 5.75], "texture": "#0"},
"up": {"uv": [2.5, 5.5, 1.25, 4.25], "texture": "#0"},
"down": {"uv": [3.75, 4.25, 2.5, 5.5], "texture": "#0"}
}
}
],
"display": {
"head": {
"translation": [0, -36, 0],
"scale": [3, 3, 3]
}
},
"groups": [
{
"name": "group",
"origin": [8, 8.5, 8],
"color": 0,
"children": [0, 1, 2, 3, 4, 5, 6]
}
]
}

View File

@ -0,0 +1,148 @@
{
"credit": "Made with Blockbench",
"ambientocclusion": false,
"texture_size": [32, 32],
"textures": {
"0": "malloc:custom/broadsword/handle",
"1": "malloc:custom/broadsword/hilt",
"2": "malloc:custom/broadsword/blade",
"particle": "malloc:custom/broadsword/blade"
},
"elements": [
{
"name": "edge",
"from": [7.45381, 9.49403, 6.5],
"to": [8.45381, 22.49403, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7.5]},
"faces": {
"north": {"uv": [6, 0, 6.5, 6.5], "texture": "#2"},
"east": {"uv": [1.25, 0, 0, 6.5], "texture": "#2"},
"south": {"uv": [0, 6.5, 0.5, 13], "texture": "#2"},
"west": {"uv": [1.5, 0, 2.75, 6.5], "texture": "#2"},
"up": {"uv": [2, 7.75, 1.5, 6.5], "texture": "#2"},
"down": {"uv": [7, 1.5, 6.5, 2.75], "texture": "#2"}
}
},
{
"name": "tip",
"from": [7.55381, 21.00596, 1.03263],
"to": [8.35381, 23.75596, 2.53263],
"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8, 7.5]},
"faces": {
"north": {"uv": [2, 6.5, 2.375, 7.875], "texture": "#2"},
"east": {"uv": [1.25, 6.5, 0.5, 7.875], "texture": "#2"},
"south": {"uv": [2.5, 6.5, 2.875, 7.875], "texture": "#2"},
"west": {"uv": [0.5, 6.5, 1.25, 7.875], "texture": "#2"},
"up": {"uv": [6.875, 4.75, 6.5, 4], "texture": "#2"},
"down": {"uv": [6.875, 5, 6.5, 5.75], "texture": "#2"}
}
},
{
"name": "point",
"from": [7.65381, 23.52275, 1.11294],
"to": [8.25381, 24.62275, 2.11294],
"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8, 7.5]},
"faces": {
"north": {"uv": [6.5, 6.5, 6.75, 7], "texture": "#2"},
"east": {"uv": [7, 6, 6.5, 6.5], "texture": "#2"},
"south": {"uv": [7, 1.5, 7.25, 2], "texture": "#2"},
"west": {"uv": [6.5, 6, 7, 6.5], "texture": "#2"},
"up": {"uv": [7.25, 2.5, 7, 2], "texture": "#2"},
"down": {"uv": [7.25, 2.5, 7, 3], "texture": "#2"}
}
},
{
"name": "dull",
"from": [7.25381, 10.34403, 8.1],
"to": [8.65381, 25.34403, 9.1],
"rotation": {"angle": 0, "axis": "y", "origin": [7.35381, 24.84403, 8.1]},
"faces": {
"north": {"uv": [3, 0, 3.75, 7.5], "texture": "#2"},
"east": {"uv": [6, 0, 5.5, 7.5], "texture": "#2"},
"south": {"uv": [4, 0, 4.75, 7.5], "texture": "#2"},
"west": {"uv": [5.5, 0, 6, 7.5], "texture": "#2"},
"up": {"uv": [7.25, 3.5, 6.5, 3], "texture": "#2"},
"down": {"uv": [7.25, 3.5, 6.5, 4], "texture": "#2"}
}
},
{
"name": "hilt",
"from": [6.45381, 8.89403, 5],
"to": [9.45381, 9.89403, 10],
"rotation": {"angle": -22.5, "axis": "x", "origin": [7.95381, 9.39403, 7.5]},
"faces": {
"north": {"uv": [0, 6, 3, 7], "texture": "#1"},
"east": {"uv": [0, 5, 5, 6], "texture": "#1"},
"south": {"uv": [6, 0, 9, 1], "texture": "#1"},
"west": {"uv": [5, 5, 10, 6], "texture": "#1"},
"up": {"uv": [3, 5, 0, 0], "texture": "#1"},
"down": {"uv": [6, 0, 3, 5], "texture": "#1"}
}
},
{
"from": [7.55381, 2.49403, 7],
"to": [8.35381, 10.49403, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7.5]},
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#0"},
"east": {"uv": [2, 0, 4, 16], "texture": "#0"},
"south": {"uv": [4, 0, 6, 16], "texture": "#0"},
"west": {"uv": [6, 0, 8, 16], "texture": "#0"},
"up": {"uv": [14, 6, 12, 4], "texture": "#0"},
"down": {"uv": [14, 6, 12, 8], "texture": "#0"}
}
},
{
"from": [7.25381, 2.69403, 6.6],
"to": [8.65381, 3.69403, 8.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 7.5]},
"faces": {
"north": {"uv": [12, 0, 15, 2], "texture": "#0"},
"east": {"uv": [8, 8, 12, 10], "texture": "#0"},
"south": {"uv": [12, 2, 15, 4], "texture": "#0"},
"west": {"uv": [8, 10, 12, 12], "texture": "#0"},
"up": {"uv": [11, 4, 8, 0], "texture": "#0"},
"down": {"uv": [11, 4, 8, 8], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [0, 0, 1.75]
},
"ground": {
"rotation": [-43, 0, 0],
"translation": [0, 2.75, 5.5]
},
"gui": {
"rotation": [75, 141, -75],
"translation": [3.75, -3.75, 0]
},
"fixed": {
"rotation": [-90, -44.75, -90],
"translation": [-4, -4, -3.25]
}
},
"groups": [
{
"name": "group",
"origin": [15.99403, 15.85381, 15],
"color": 0,
"children": [
{
"name": "blade",
"origin": [7.99403, 7.85381, 7],
"color": 0,
"children": [0, 1, 2, 3]
},
4,
{
"name": "handle",
"origin": [7.99403, 7.85381, 7],
"color": 0,
"children": [5, 6]
}
]
}
]
}

View File

@ -0,0 +1,128 @@
{
"credit": "Made with Blockbench",
"texture_size": [8, 8],
"textures": {
"0": "malloc:custom/dagger/handle",
"2": "malloc:custom/dagger/blade",
"3": "malloc:custom/dagger/hilt",
"particle": "malloc:custom/dagger/blade"
},
"elements": [
{
"name": "hilt",
"from": [7.2, 5.9, 5.75],
"to": [8.8, 7, 9.75],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [8, 2, 10, 5], "rotation": 90, "texture": "#3"},
"east": {"uv": [16, 0, 8, 2], "texture": "#3"},
"south": {"uv": [8, 6, 10, 9], "rotation": 270, "texture": "#3"},
"west": {"uv": [8, 10, 0, 8], "rotation": 180, "texture": "#3"},
"up": {"uv": [0, 4, 8, 7], "rotation": 270, "texture": "#3"},
"down": {"uv": [0, 0, 8, 3], "rotation": 270, "texture": "#3"}
}
},
{
"from": [7.5, 0.8, 7.35],
"to": [8.5, 6, 8.35],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 4, 2, 14], "rotation": 180, "texture": "#0"},
"east": {"uv": [2, 4, 0, 14], "texture": "#0"},
"south": {"uv": [0, 4, 2, 14], "texture": "#0"},
"west": {"uv": [2, 14, 0, 4], "rotation": 180, "texture": "#0"},
"up": {"uv": [8, 8, 10, 10], "rotation": 270, "texture": "#0"},
"down": {"uv": [8, 6, 10, 8], "rotation": 270, "texture": "#0"}
}
},
{
"from": [7.4, 1, 7.05],
"to": [8.6, 2, 8.65],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [10, 0, 12, 2], "rotation": 90, "texture": "#0"},
"east": {"uv": [11, 4, 8, 6], "texture": "#0"},
"south": {"uv": [10, 2, 12, 4], "rotation": 270, "texture": "#0"},
"west": {"uv": [7, 10, 4, 8], "rotation": 180, "texture": "#0"},
"up": {"uv": [4, 6, 7, 8], "rotation": 270, "texture": "#0"},
"down": {"uv": [4, 4, 7, 6], "rotation": 270, "texture": "#0"}
}
},
{
"from": [7.5, 13, 7.75],
"to": [8.5, 16, 8.75],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [4, 4, 7, 5], "rotation": 90, "texture": "#2"},
"east": {"uv": [4, 6, 5, 9], "texture": "#2"},
"south": {"uv": [4, 5, 7, 6], "rotation": 270, "texture": "#2"},
"west": {"uv": [5, 9, 4, 6], "rotation": 180, "texture": "#2"},
"up": {"uv": [1, 8, 2, 9], "rotation": 270, "texture": "#2"},
"down": {"uv": [0, 8, 1, 9], "rotation": 270, "texture": "#2"}
}
},
{
"from": [7.4, 6, 6.85],
"to": [8.6, 14, 8.85],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [4, 0, 12, 1.25], "rotation": 90, "texture": "#2"},
"east": {"uv": [0, 0, 2, 8], "texture": "#2"},
"south": {"uv": [4, 2, 12, 3.25], "rotation": 270, "texture": "#2"},
"west": {"uv": [2, 8, 0, 0], "rotation": 180, "texture": "#2"},
"up": {"uv": [7, 4, 9, 5.25], "rotation": 270, "texture": "#2"},
"down": {"uv": [6, 6, 8, 7.25], "rotation": 270, "texture": "#2"}
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [0, 2.25, 1.75]
},
"thirdperson_lefthand": {
"translation": [0, 2.25, 0.5]
},
"firstperson_righthand": {
"rotation": [-33, 0, 0],
"translation": [0, 3, 0]
},
"firstperson_lefthand": {
"rotation": [-33, 0, 0],
"translation": [0, 3, 0]
},
"ground": {
"rotation": [-47, 0, 0],
"translation": [0, 2.25, 0],
"scale": [0.7, 0.7, 0.7]
},
"gui": {
"rotation": [90, -44, 90]
},
"fixed": {
"rotation": [90, -136, 90],
"translation": [0, 0, -2.25]
}
},
"groups": [
{
"name": "group",
"origin": [7.25, 7.5, 6],
"color": 0,
"children": [
0,
{
"name": "handle",
"origin": [7.25, 7.5, 6],
"color": 0,
"children": [1, 2]
},
{
"name": "blade",
"origin": [7.25, 7.5, 6],
"color": 0,
"children": [3, 4]
}
]
}
]
}

View File

@ -0,0 +1,275 @@
{
"credit": "Made with Blockbench",
"texture_size": [64, 64],
"textures": {
"0": "malloc:custom/grist_coin/coin",
"1": "malloc:custom/grist_coin/face",
"particle": "malloc:custom/grist_coin/coin"
},
"elements": [
{
"from": [9, 6.9, 5.5],
"to": [10, 7.9, 8.5],
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"},
"east": {"uv": [3, 9, 4, 6], "rotation": 270, "texture": "#1"},
"south": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"},
"west": {"uv": [4, 6, 5, 9], "rotation": 270, "texture": "#1"},
"up": {"uv": [0, 0, 3, 1], "rotation": 90, "texture": "#1"},
"down": {"uv": [0, 0, 3, 1], "rotation": 90, "texture": "#1"}
}
},
{
"from": [9, 10.5, 5.5],
"to": [10, 11.5, 10.5],
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"},
"east": {"uv": [5, 9, 6, 4.5], "rotation": 270, "texture": "#1"},
"south": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"},
"west": {"uv": [0, 6, 1, 11], "rotation": 270, "texture": "#1"},
"up": {"uv": [0, 4, 5, 5], "rotation": 90, "texture": "#1"},
"down": {"uv": [0, 0, 5, 1], "rotation": 90, "texture": "#1"}
}
},
{
"from": [9, 4.5, 5.5],
"to": [10, 5.5, 10.5],
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"},
"east": {"uv": [1, 11, 2, 6], "rotation": 270, "texture": "#1"},
"south": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"},
"west": {"uv": [0, 6, 1, 11], "rotation": 270, "texture": "#1"},
"up": {"uv": [0, 0, 5, 1], "rotation": 90, "texture": "#1"},
"down": {"uv": [0, 0, 5, 1], "rotation": 90, "texture": "#1"}
}
},
{
"from": [9, 4.8, 5.3],
"to": [10.1, 7.5, 6.5],
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 2.7, 1], "rotation": 270, "texture": "#1"},
"east": {"uv": [8.5, 6, 6, 7], "rotation": 270, "texture": "#1"},
"south": {"uv": [0, 0, 2.7, 1], "rotation": 90, "texture": "#1"},
"west": {"uv": [6, 7, 8.7, 7.95], "rotation": 270, "texture": "#1"},
"up": {"uv": [0, 0, 1.2, 1], "rotation": 90, "texture": "#1"},
"down": {"uv": [0, 0, 1.2, 1], "rotation": 90, "texture": "#1"}
}
},
{
"from": [9, 5, 9.5],
"to": [10.1, 11, 10.7],
"rotation": {"angle": 0, "axis": "y", "origin": [9.5, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "rotation": 270, "texture": "#1"},
"east": {"uv": [6, 3, 0, 2], "rotation": 270, "texture": "#1"},
"south": {"uv": [0, 0, 6, 1], "rotation": 90, "texture": "#1"},
"west": {"uv": [0, 3, 6, 3.95], "rotation": 270, "texture": "#1"},
"up": {"uv": [0, 0, 1.2, 1], "rotation": 90, "texture": "#1"},
"down": {"uv": [0, 0, 1.2, 1], "rotation": 90, "texture": "#1"}
}
},
{
"from": [6, 6.9, 7.5],
"to": [7, 7.9, 10.5],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 6.9, 7.5]},
"faces": {
"north": {"uv": [6, 8, 7, 9], "rotation": 90, "texture": "#1"},
"east": {"uv": [5, 6, 4, 9], "rotation": 270, "texture": "#1"},
"south": {"uv": [7, 8, 8, 9], "rotation": 270, "texture": "#1"},
"west": {"uv": [4, 9, 3, 6], "rotation": 270, "texture": "#1"},
"up": {"uv": [6, 2, 9, 3], "rotation": 270, "texture": "#1"},
"down": {"uv": [6, 3, 9, 4], "rotation": 270, "texture": "#1"}
}
},
{
"from": [6, 10.5, 5.5],
"to": [7, 11.5, 10.5],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 10.5, 7.5]},
"faces": {
"north": {"uv": [8, 8, 9, 9], "rotation": 90, "texture": "#1"},
"east": {"uv": [1, 6, 0, 11], "rotation": 270, "texture": "#1"},
"south": {"uv": [9, 2, 10, 3], "rotation": 270, "texture": "#1"},
"west": {"uv": [6, 9, 5, 4], "rotation": 270, "texture": "#1"},
"up": {"uv": [0, 4, 5, 5], "rotation": 270, "texture": "#1"},
"down": {"uv": [0, 5, 5, 6], "rotation": 270, "texture": "#1"}
}
},
{
"from": [6, 4.5, 5.5],
"to": [7, 5.5, 10.5],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 4.5, 7.5]},
"faces": {
"north": {"uv": [3, 9, 4, 10], "rotation": 90, "texture": "#1"},
"east": {"uv": [3, 6, 2, 11], "rotation": 270, "texture": "#1"},
"south": {"uv": [9, 3, 10, 4], "rotation": 270, "texture": "#1"},
"west": {"uv": [2, 11, 1, 6], "rotation": 270, "texture": "#1"},
"up": {"uv": [6, 0, 11, 1], "rotation": 270, "texture": "#1"},
"down": {"uv": [6, 1, 11, 2], "rotation": 270, "texture": "#1"}
}
},
{
"from": [5.9, 4.8, 9.5],
"to": [7, 7.5, 10.7],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 4.5, 7.5]},
"faces": {
"north": {"uv": [6, 4, 8.5, 5], "rotation": 90, "texture": "#1"},
"east": {"uv": [8.5, 7, 6, 8], "rotation": 270, "texture": "#1"},
"south": {"uv": [6, 5, 8.5, 6], "rotation": 270, "texture": "#1"},
"west": {"uv": [8.5, 7, 6, 6], "rotation": 270, "texture": "#1"},
"up": {"uv": [4, 9, 5, 10], "rotation": 270, "texture": "#1"},
"down": {"uv": [9, 4, 10, 5], "rotation": 270, "texture": "#1"}
}
},
{
"from": [5.9, 5, 5.3],
"to": [7, 11, 6.5],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 4.5, 3.5]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "rotation": 90, "texture": "#1"},
"east": {"uv": [6, 3, 0, 4], "rotation": 270, "texture": "#1"},
"south": {"uv": [0, 1, 6, 2], "rotation": 270, "texture": "#1"},
"west": {"uv": [6, 3, 0, 2], "rotation": 270, "texture": "#1"},
"up": {"uv": [5, 9, 6, 10], "rotation": 270, "texture": "#1"},
"down": {"uv": [9, 5, 10, 6], "rotation": 270, "texture": "#1"}
}
},
{
"from": [7, 2.5, 2.5],
"to": [9, 13.5, 13.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 7.5, 7.5]},
"faces": {
"north": {"uv": [8, 2.25, 10.75, 2.75], "rotation": 90, "texture": "#0"},
"east": {"uv": [2.75, 0, 0, 2.75], "rotation": 270, "texture": "#0"},
"south": {"uv": [4.25, 8.5, 7, 9], "rotation": 270, "texture": "#0"},
"west": {"uv": [2.75, 2.75, 0, 0], "rotation": 270, "texture": "#0"},
"up": {"uv": [8, 2.75, 10.75, 3.25], "rotation": 270, "texture": "#0"},
"down": {"uv": [4.25, 9, 7, 9.5], "rotation": 270, "texture": "#0"}
}
},
{
"from": [7.5, 1.5, 3.5],
"to": [8.5, 14.5, 12.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 7.5, 7.5]},
"faces": {
"north": {"uv": [8, 3.25, 11.25, 3.5], "rotation": 90, "texture": "#0"},
"east": {"uv": [6, 2.25, 2.75, 4.5], "rotation": 270, "texture": "#0"},
"south": {"uv": [9.5, 9.5, 12.75, 9.75], "rotation": 270, "texture": "#0"},
"west": {"uv": [6, 2.25, 2.75, 0], "rotation": 270, "texture": "#0"},
"up": {"uv": [4.25, 9.5, 6.5, 9.75], "rotation": 270, "texture": "#0"},
"down": {"uv": [4, 10, 6.25, 10.25], "rotation": 270, "texture": "#0"}
}
},
{
"from": [7.5, 3.5, 1.5],
"to": [8.5, 12.5, 14.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 7.5, 7.5]},
"faces": {
"north": {"uv": [6.25, 10, 8.5, 10.25], "rotation": 90, "texture": "#0"},
"east": {"uv": [7.25, 4.5, 5, 7.75], "rotation": 270, "texture": "#0"},
"south": {"uv": [8.5, 10, 10.75, 10.25], "rotation": 270, "texture": "#0"},
"west": {"uv": [5, 7.75, 2.75, 4.5], "rotation": 270, "texture": "#0"},
"up": {"uv": [4.25, 9.75, 7.5, 10], "rotation": 270, "texture": "#0"},
"down": {"uv": [7.5, 9.75, 10.75, 10], "rotation": 270, "texture": "#0"}
}
},
{
"from": [7.3, 4.3, 1.2],
"to": [8.7, 11.7, 14.8],
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 7.5, 7.5]},
"faces": {
"north": {"uv": [0, 9, 1.875, 9.375], "rotation": 90, "texture": "#0"},
"east": {"uv": [7.875, 0, 6, 3.375], "rotation": 270, "texture": "#0"},
"south": {"uv": [0, 9.5, 1.875, 9.875], "rotation": 270, "texture": "#0"},
"west": {"uv": [1.875, 8.875, 0, 5.5], "rotation": 270, "texture": "#0"},
"up": {"uv": [9.5, 7.5, 12.875, 7.875], "rotation": 270, "texture": "#0"},
"down": {"uv": [9.5, 8, 12.875, 8.375], "rotation": 270, "texture": "#0"}
}
},
{
"from": [7.4, 1.2, 4.3],
"to": [8.6, 14.8, 11.7],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [9.5, 8.5, 12.875, 8.8125], "rotation": 90, "texture": "#0"},
"east": {"uv": [10.625, 5.5, 7.25, 7.375], "rotation": 270, "texture": "#0"},
"south": {"uv": [9.5, 9, 12.875, 9.3125], "rotation": 270, "texture": "#0"},
"west": {"uv": [10.625, 5.375, 7.25, 3.5], "rotation": 270, "texture": "#0"},
"up": {"uv": [0, 10, 1.875, 10.3125], "rotation": 270, "texture": "#0"},
"down": {"uv": [2, 10, 3.875, 10.3125], "rotation": 270, "texture": "#0"}
}
},
{
"from": [6.5, 3.5, 3.5],
"to": [9.5, 12.5, 12.5],
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 7.5, 7.5]},
"faces": {
"north": {"uv": [4.25, 7.75, 6.5, 8.5], "rotation": 90, "texture": "#0"},
"east": {"uv": [9.5, 7.5, 7.25, 9.75], "rotation": 270, "texture": "#0"},
"south": {"uv": [8, 0.75, 10.25, 1.5], "rotation": 270, "texture": "#0"},
"west": {"uv": [9.5, 9.75, 7.25, 7.5], "rotation": 270, "texture": "#0"},
"up": {"uv": [8, 0, 10.25, 0.75], "rotation": 270, "texture": "#0"},
"down": {"uv": [8, 1.5, 10.25, 2.25], "rotation": 270, "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"scale": [0.5, 0.5, 0.5]
},
"thirdperson_lefthand": {
"scale": [0.5, 0.5, 0.5]
},
"firstperson_righthand": {
"rotation": [0, 53, 0],
"translation": [3, -1.25, -3.5],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_lefthand": {
"rotation": [0, 53, 0],
"translation": [3, -1.25, -3.5],
"scale": [0.5, 0.5, 0.5]
},
"ground": {
"translation": [0, 3.25, 0],
"scale": [0.5, 0.5, 0.5]
},
"gui": {
"rotation": [0, 90, 0]
},
"fixed": {
"rotation": [0, 90, 0],
"translation": [0, 0, -1.75]
}
},
"groups": [
{
"name": "group",
"origin": [17, 17, 15.5],
"color": 0,
"children": [
{
"name": "reverse",
"origin": [17, 17, 15.5],
"color": 0,
"children": [0, 1, 2, 3, 4]
},
{
"name": "face",
"origin": [17, 17, 15.5],
"color": 0,
"children": [5, 6, 7, 8, 9]
},
{
"name": "coin",
"origin": [9, 9, 7.5],
"color": 0,
"children": [10, 11, 12, 13, 14, 15]
}
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

View File

@ -0,0 +1,17 @@
{
"parent": "minecraft:block/carved_pumpkin",
"overrides": [
{
"model": "malloc:item/big_bomb",
"predicate": {
"custom_model_data": 33197
}
},
{
"model": "malloc:item/bomb_target",
"predicate": {
"custom_model_data": 35197
}
}
]
}

View File

@ -0,0 +1,14 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/iron_nugget"
},
"overrides": [
{
"model": "malloc:item/grist_coin",
"predicate": {
"custom_model_data": 93197
}
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/wooden_sword"
},
"overrides": [
{
"predicate": {
"custom_model_data": 92197
},
"model": "malloc:item/dagger"
},
{
"predicate": {
"custom_model_data": 99581
},
"model": "malloc:item/broadsword"
}
]
}

6
pack.mcmeta Normal file
View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 9,
"description": "The Magic of Malloc"
}
}

1
src/grist_coin.bbmodel Normal file

File diff suppressed because one or more lines are too long