Skip to content

Commit

Permalink
Merge branch 'main' into l10n_main
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 authored Nov 8, 2023
2 parents 6f69e67 + 310a705 commit cb3f954
Showing 1 changed file with 29 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
{
"parent": "block/block",
"textures": {
"particle": "block/dirt",
"top": "block/dirt_path_top",
"bottom": "block/dirt"
"parent": "block/block",
"textures": {
"particle": "block/dirt",
"top": "block/dirt_path_top",
"bottom": "block/dirt"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 15, 16],
"faces": {
"down": { "uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [0, 0, 16, 16], "texture": "#top" },
"north": { "uv": [0, 0, 16, 15], "texture": "#top", "cullface": "north" },
"south": { "uv": [0, 0, 16, 15], "texture": "#top", "cullface": "south" },
"west": { "uv": [0, 0, 16, 15], "texture": "#top", "cullface": "west" },
"east": { "uv": [0, 0, 16, 15], "texture": "#top", "cullface": "east" }
}
},

"elements": [
{ "from": [ -0.008, -1, -0.008 ],
"to": [ 16.008, 15, 16.008 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 1, 16.008, 16.008 ], "texture": "#top", "cullface": "north" },
"south": { "uv": [ 0, 1, 16.008, 16.008 ], "texture": "#top", "cullface": "south" },
"west": { "uv": [ 0, 1, 16.008, 16.008 ], "texture": "#top", "cullface": "west" },
"east": { "uv": [ 0, 1, 16.008, 16.008 ], "texture": "#top", "cullface": "east" }
}
},
{
"from": [0, -0, 0],
"to": [16, -0.0001, 16],
"faces": {
"north": {"uv": [0, 0, 16, 0], "texture": "#bottom", "cullface": "down" },
"east": {"uv": [0, 0, 16, 0], "texture": "#bottom", "cullface": "down" },
"south": {"uv": [0, 0, 16, 0], "texture": "#bottom", "cullface": "down" },
"west": {"uv": [0, 0, 16, 0], "texture": "#bottom", "cullface": "down" },
"up": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down" },
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down" }
}
}
]
{
"from": [-0.008, -1, -0.008],
"to": [16.008, 0, 16.008],
"faces": {
"north": { "uv": [0, 15, 16, 16], "texture": "#top", "cullface": "north" },
"east": { "uv": [0, 15, 16, 16], "texture": "#top", "cullface": "east" },
"south": { "uv": [0, 15, 16, 16], "texture": "#top" , "cullface": "south"},
"west": { "uv": [0, 15, 16, 16], "texture": "#top", "cullface": "west" }
}
}
]
}

0 comments on commit cb3f954

Please sign in to comment.