Started by
JCS6
on
Topic category: Help with Minecraft modding (Java Edition)
i want make kitchen counter (custom block) after i export this mod ,i got strange textures in my custom block
Error texture screenshot:
https://i.ibb.co/YXVfq41/Screenshot-192.png
my json model :
{
"textures": {
"0": "blocks/white",
"1": "blocks/yellow",
"particle": "blocks/white"
},
"elements": [
{
"name": "down",
"from": [0, 0, 1],
"to": [16, 15, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 23, 8]},
"faces": {
"north": {"uv": [15, 15, 31, 30], "texture": "#0"},
"east": {"uv": [0, 15, 15, 30], "texture": "#0"},
"south": {"uv": [46, 15, 62, 30], "texture": "#0"},
"west": {"uv": [31, 15, 46, 30], "texture": "#0"},
"up": {"uv": [31, 15, 15, 0], "texture": "#0"},
"down": {"uv": [47, 0, 31, 15], "texture": "#0"}
}
},
{
"name": "up",
"from": [0, 15, 0],
"to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 23, 8]},
"faces": {
"north": {"uv": [16, 16, 32, 17], "texture": "#1"},
"east": {"uv": [0, 16, 16, 17], "texture": "#1"},
"south": {"uv": [48, 16, 64, 17], "texture": "#1"},
"west": {"uv": [32, 16, 48, 17], "texture": "#1"},
"up": {"uv": [32, 16, 16, 0], "texture": "#1"},
"down": {"uv": [48, 0, 32, 16], "texture": "#1"}
}
i use only two texture (white color and yellow color )common color
my workspace (Mcreator screenshot) :
https://drive.google.com/open?id=16f48Eg8nrbaTDLxNbFnVp1sRSFA6qIOx
https://drive.google.com/open?id=1fQHYeG9bXPrrxYT7ZN8D4dCoNr1Es3
HELP ME PLEASE