mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-13 00:52:43 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
|
{
|
||
|
"ambientocclusion": false,
|
||
|
"textures": {
|
||
|
"particle": "block/flower_pot",
|
||
|
"flowerpot": "block/flower_pot",
|
||
|
"cactus_top": "block/cactus_top",
|
||
|
"cactus": "block/cactus_side"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 5, 0, 5 ],
|
||
|
"to": [ 11, 6, 11 ],
|
||
|
"faces": {
|
||
|
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
|
||
|
"up": { "texture": "#flowerpot" },
|
||
|
"north": { "texture": "#flowerpot" },
|
||
|
"south": { "texture": "#flowerpot" },
|
||
|
"west": { "texture": "#flowerpot" },
|
||
|
"east": { "texture": "#flowerpot" }
|
||
|
}
|
||
|
},
|
||
|
{ "from": [ 6, 5, 6 ],
|
||
|
"to": [ 10, 16, 10 ],
|
||
|
"faces": {
|
||
|
"up": { "texture": "#cactus_top", "cullface": "up" },
|
||
|
"north": { "uv": [ 6, 0, 10, 11 ], "texture": "#cactus" },
|
||
|
"south": { "uv": [ 6, 0, 10, 11 ], "texture": "#cactus" },
|
||
|
"west": { "uv": [ 6, 0, 10, 11 ], "texture": "#cactus" },
|
||
|
"east": { "uv": [ 6, 0, 10, 11 ], "texture": "#cactus" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|