My recource pack does not work whenever I load it into minecrft. I have the pack.mcmeta correct and the format is correct too. I don't know what could be wrong with it. here are the files:
pack.mcmeta:
{
"pack": {
"description": "A hat for the cat",
"pack_format": 34
}
}
practice for the week.json(this is the model/block/custom file):
The carved_pumpkin file, for some reason, is not a block model, but a flat item? Why?
In the override, it looks for the model inside the block/custom/ folder, for a file named "tutorial", where the file itself is actually in block/ named "custom".
My recource pack does not work whenever I load it into minecrft. I have the pack.mcmeta correct and the format is correct too. I don't know what could be wrong with it. here are the files:
pack.mcmeta:
{
"pack": {
"description": "A hat for the cat",
"pack_format": 34
}
}
practice for the week.json(this is the model/block/custom file):
{
"credit": "Made with Blockbench",
"textures": {
"0": "block/custom/kinkakitty_hat",
"1": "block/custom/earmuffbits",
"3": "block/custom/topbit",
"particle": "block/custom/kinkakitty_hat"
},
"elements": [
{
"from": [
3.99,
5.99,
3.99
],
"to": [
12.01,
10.01,
12.01
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
8,
8,
8
]
},
"faces": {
"north": {
"uv": [
0,
8,
4,
10
],
"texture": "#0"
},
"east": {
"uv": [
8,
0,
12,
2
],
"texture": "#0"
},
"south": {
"uv": [
8,
2,
12,
4
],
"texture": "#0"
},
"west": {
"uv": [
4,
8,
8,
10
],
"texture": "#0"
},
"up": {
"uv": [
8,
4,
4,
0
],
"texture": "#0"
},
"down": {
"uv": [
8,
4,
4,
8
],
"texture": "#0"
}
}
},
{
"from": [
3.79,
5.99,
4.69
],
"to": [
12.21,
9.31,
11.31
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
8,
8,
8
]
},
"faces": {
"north": {
"uv": [
0,
8,
4,
10
],
"texture": "#0"
},
"east": {
"uv": [
8,
0,
12,
2
],
"texture": "#0"
},
"south": {
"uv": [
8,
2,
12,
4
],
"texture": "#0"
},
"west": {
"uv": [
4,
8,
8,
10
],
"texture": "#0"
},
"up": {
"uv": [
8,
4,
4,
0
],
"texture": "#0"
},
"down": {
"uv": [
8,
4,
4,
8
],
"texture": "#0"
}
}
},
{
"from": [
4.69,
5.99,
4.39
],
"to": [
11.31,
9.31,
12.21
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
8,
7.65,
8
]
},
"faces": {
"north": {
"uv": [
8,
0,
12,
2
],
"texture": "#0"
},
"east": {
"uv": [
8,
2,
12,
4
],
"texture": "#0"
},
"south": {
"uv": [
4,
8,
8,
10
],
"texture": "#0"
},
"west": {
"uv": [
0,
8,
4,
10
],
"texture": "#0"
},
"up": {
"uv": [
8,
4,
4,
0
],
"rotation": 270,
"texture": "#0"
},
"down": {
"uv": [
8,
4,
4,
8
],
"rotation": 90,
"texture": "#0"
}
}
},
{
"from": [
4.7,
8.35,
4.7
],
"to": [
11.3,
10.95,
11.3
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
8,
9.75,
8
]
},
"faces": {
"north": {
"uv": [
0,
8,
4,
10
],
"texture": "#0"
},
"east": {
"uv": [
8,
0,
12,
2
],
"texture": "#0"
},
"south": {
"uv": [
8,
2,
12,
4
],
"texture": "#0"
},
"west": {
"uv": [
4,
8,
8,
10
],
"texture": "#0"
},
"up": {
"uv": [
8,
4,
4,
0
],
"texture": "#0"
},
"down": {
"uv": [
8,
4,
4,
8
],
"texture": "#0"
}
}
},
{
"from": [
5.5,
10.65,
5.5
],
"to": [
10.5,
11.65,
10.5
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
8,
11.25,
8
]
},
"faces": {
"north": {
"uv": [
0,
8,
4,
10
],
"texture": "#0"
},
"east": {
"uv": [
8,
0,
12,
2
],
"texture": "#0"
},
"south": {
"uv": [
8,
2,
12,
4
],
"texture": "#0"
},
"west": {
"uv": [
4,
8,
8,
10
],
"texture": "#0"
},
"up": {
"uv": [
8,
4,
4,
0
],
"texture": "#0"
},
"down": {
"uv": [
8,
4,
4,
8
],
"texture": "#0"
}
}
},
{
"from": [
3.7,
4.7,
3.7
],
"to": [
12.3,
7.05,
12.3
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
8,
11,
8
]
},
"faces": {
"north": {
"uv": [
8,
4,
12,
5
],
"texture": "#0"
},
"east": {
"uv": [
8,
5,
12,
6
],
"texture": "#0"
},
"south": {
"uv": [
8,
6,
12,
7
],
"texture": "#0"
},
"west": {
"uv": [
8,
7,
12,
8
],
"texture": "#0"
},
"up": {
"uv": [
4,
4,
0,
0
],
"texture": "#0"
},
"down": {
"uv": [
4,
4,
0,
8
],
"texture": "#0"
}
}
},
{
"from": [
7.5,
8.35,
3.7
],
"to": [
8.5,
8.85,
3.9
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
7,
7,
1
]
},
"faces": {
"north": {
"uv": [
6,
10,
6.5,
10.5
],
"texture": "#0"
},
"east": {
"uv": [
6.5,
10,
7,
10.5
],
"texture": "#0"
},
"south": {
"uv": [
7,
10,
7.5,
10.5
],
"texture": "#0"
},
"west": {
"uv": [
7.5,
10,
8,
10.5
],
"texture": "#0"
},
"up": {
"uv": [
8.5,
10.5,
8,
10
],
"texture": "#0"
},
"down": {
"uv": [
10.5,
8,
10,
8.5
],
"texture": "#0"
}
}
},
{
"from": [
8.5,
7.5,
3.7
],
"to": [
9,
9.75,
3.9
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
8.75,
8.5,
3.8
]
},
"faces": {
"north": {
"uv": [
0,
10,
0.5,
11
],
"texture": "#0"
},
"east": {
"uv": [
0.5,
10,
1,
11
],
"texture": "#0"
},
"south": {
"uv": [
1,
10,
1.5,
11
],
"texture": "#0"
},
"west": {
"uv": [
1.5,
10,
2,
11
],
"texture": "#0"
},
"up": {
"uv": [
9,
10.5,
8.5,
10
],
"texture": "#0"
},
"down": {
"uv": [
10.5,
8.5,
10,
9
],
"texture": "#0"
}
}
},
{
"from": [
7,
7.5,
3.7
],
"to": [
7.5,
9.75,
3.9
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
7.25,
8.5,
3.8
]
},
"faces": {
"north": {
"uv": [
2,
10,
2.5,
11
],
"texture": "#0"
},
"east": {
"uv": [
2.5,
10,
3,
11
],
"texture": "#0"
},
"south": {
"uv": [
3,
10,
3.5,
11
],
"texture": "#0"
},
"west": {
"uv": [
3.5,
10,
4,
11
],
"texture": "#0"
},
"up": {
"uv": [
9.5,
10.5,
9,
10
],
"texture": "#0"
},
"down": {
"uv": [
10.5,
9,
10,
9.5
],
"texture": "#0"
}
}
},
{
"from": [
12.2,
-0.5,
4.5
],
"to": [
12.2,
5,
11.5
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
12.2,
2.5,
8
]
},
"faces": {
"north": {
"uv": [
0,
11,
1,
16
],
"texture": "#1"
},
"east": {
"uv": [
0,
0,
6,
5
],
"texture": "#1"
},
"south": {
"uv": [
0,
11,
1,
16
],
"texture": "#1"
},
"west": {
"uv": [
0,
5,
6,
10
],
"texture": "#1"
},
"up": {
"uv": [
0,
16,
1,
10
],
"rotation": 180,
"texture": "#1"
},
"down": {
"uv": [
0,
10,
1,
16
],
"rotation": 180,
"texture": "#1"
}
}
},
{
"from": [
3.8,
-0.5,
4.5
],
"to": [
3.8,
5,
11.5
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
3.8,
2.5,
8
]
},
"faces": {
"north": {
"uv": [
0,
11,
1,
16
],
"texture": "#1"
},
"east": {
"uv": [
6,
5,
0,
10
],
"texture": "#1"
},
"south": {
"uv": [
0,
11,
1,
16
],
"texture": "#1"
},
"west": {
"uv": [
6,
0,
0,
5
],
"texture": "#1"
},
"up": {
"uv": [
0,
16,
1,
10
],
"rotation": 180,
"texture": "#1"
},
"down": {
"uv": [
0,
10,
1,
16
],
"rotation": 180,
"texture": "#1"
}
}
},
{
"from": [
6.99,
12.54,
5.99
],
"to": [
9.01,
12.76,
9.01
],
"rotation": {
"angle": -22.5,
"axis": "x",
"origin": [
8,
12.6,
10
]
},
"faces": {
"north": {
"uv": [
0,
4,
2,
5
],
"texture": "#3"
},
"east": {
"uv": [
0,
3,
3,
4
],
"texture": "#3"
},
"south": {
"uv": [
4,
0,
6,
1
],
"texture": "#3"
},
"west": {
"uv": [
3,
3,
6,
4
],
"texture": "#3"
},
"up": {
"uv": [
2,
3,
0,
0
],
"texture": "#3"
},
"down": {
"uv": [
4,
0,
2,
3
],
"texture": "#3"
}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [
180,
180,
180
],
"translation": [
0,
0,
1
],
"scale": [
0.5,
0.5,
0.5
]
},
"thirdperson_lefthand": {
"translation": [
0,
0,
1
],
"scale": [
0.5,
0.5,
0.5
]
},
"firstperson_righthand": {
"scale": [
1,
1.01,
0.5
]
},
"firstperson_lefthand": {
"scale": [
1,
1,
0.5
]
},
"ground": {
"translation": [
0,
8,
0
],
"scale": [
4,
4,
4
]
},
"gui": {
"rotation": [
-147.27,
-39.1,
-179.24
],
"translation": [
0,
1.5,
0
],
"scale": [
0.8,
0.8,
0.8
]
},
"head": {
"rotation": [
3.75,
0,
0
],
"translation": [
0,
4.3,
0
],
"scale": [
1.61,
1.4,
1.65
]
}
}
}
carved_pumpkin.json(model/item file to place it on the carved pumkin texture):
{
"parent": "item/generated",
"textures": {
"layer0": "item/carved_pumpkin"
},
"overrides": [
{"predicate": {"custom_model_data":1}, "model": "block/custom/tutorial"}
]
}
Please format your topic as described here.
The carved_pumpkin file, for some reason, is not a block model, but a flat item? Why?
In the override, it looks for the model inside the block/custom/ folder, for a file named "tutorial", where the file itself is actually in block/ named "custom".
Meow~
#F5F8FB
KittenKatja ♥