mirror of
https://github.com/TeamMidnightDust/Puddles.git
synced 2025-12-15 11:35:09 +01:00
22 lines
639 B
JSON
Executable File
22 lines
639 B
JSON
Executable File
{
|
|
"credit": "made by Motschen",
|
|
"parent": "block/block",
|
|
"textures": {
|
|
"0": "block/water_still",
|
|
"particle": "block/water_still"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [0, 0, 0],
|
|
"to": [16, 1, 16],
|
|
"faces": {
|
|
"north": {"uv": [0, 0, 16, 1], "texture": "#0", "tintindex": 0},
|
|
"east": {"uv": [0, 0, 16, 1], "texture": "#0", "tintindex": 0},
|
|
"south": {"uv": [0, 0, 16, 1], "texture": "#0", "tintindex": 0},
|
|
"west": {"uv": [0, 0, 16, 1], "texture": "#0", "tintindex": 0},
|
|
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0},
|
|
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "tintindex": 0}
|
|
}
|
|
}
|
|
]
|
|
} |