-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
48cf646
commit d09b9c2
Showing
1 changed file
with
25 additions
and
29 deletions.
There are no files selected for viewing
54 changes: 25 additions & 29 deletions
54
Resource Packs/Fast Better Grass/assets/minecraft/models/block/dirt_path.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" } | ||
} | ||
} | ||
] | ||
} |