Skip to content

Commit

Permalink
Optimize dirt_path.json (#762)
Browse files Browse the repository at this point in the history
Optimized
#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.

-->
  • Loading branch information
Minecrafthyr authored Nov 9, 2023
1 parent 48cf646 commit d09b9c2
Showing 1 changed file with 25 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -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" }
}
}
]
}

0 comments on commit d09b9c2

Please sign in to comment.