Optimize dirt_path.json (#762)

Optimized
https://github.com/Fabulously-Optimized/fabulously-optimized/pull/761,
from 9 faces to 6 faces.
<!--
Thanks for submitting a pull request!

- Translation PRs are not accepted, use Crowdin instead:
https://fabulously-optimized.gitbook.io/modpack/readme/language-support#modpack
- Mod and config changes are not accepted, use issues to propose them:
https://github.com/Fabulously-Optimized/fabulously-optimized/issues
- Major changes should be discussed as an issue or on Discord first.

-->
This commit is contained in:
Minecraft_hyr 2023-11-10 01:17:48 +08:00 committed by GitHub
parent 48cf646781
commit d09b9c2f51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,32 +1,28 @@
{
"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" }
}
"parent": "block/block",
"textures": {
"particle": "block/dirt",
"top": "block/dirt_path_top",
"bottom": "block/dirt"
},
{
"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" }
}
}
]
"elements": [
{
"from": [-0.01, -1, -0.01],
"to": [16.01, 15, 16.01],
"faces": {
"up": { "uv": [0, 0, 16, 16], "texture": "#top" },
"north": { "uv": [0, 0, 16, 16], "texture": "#top", "cullface": "north" },
"south": { "uv": [0, 0, 16, 16], "texture": "#top", "cullface": "south" },
"west": { "uv": [0, 0, 16, 16], "texture": "#top", "cullface": "west" },
"east": { "uv": [0, 0, 16, 16], "texture": "#top", "cullface": "east" }
}
},
{
"from": [0, 0, 0],
"to": [16, 15, 16],
"faces": {
"down": { "uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down" }
}
}
]
}