-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Why do people name their textures different from the block id...
- Loading branch information
Showing
10 changed files
with
75 additions
and
74 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"variants": { | ||
"": [ | ||
{ | ||
"model": "palegarden:block/pale_leaves1" | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves1", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves1", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves1", | ||
"y": 270 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves2" | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves2", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves2", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves2", | ||
"y": 270 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves3" | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves3", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves3", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves3", | ||
"y": 270 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves4" | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves4", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves4", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "palegarden:block/pale_leaves4", | ||
"y": 270 | ||
} | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...garden/models/block/pale_oak_leaves4.json → ...palegarden/models/block/pale_leaves1.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
2 changes: 1 addition & 1 deletion
2
...garden/models/block/pale_oak_leaves1.json → ...palegarden/models/block/pale_leaves2.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
2 changes: 1 addition & 1 deletion
2
...garden/models/block/pale_oak_leaves2.json → ...palegarden/models/block/pale_leaves3.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
2 changes: 1 addition & 1 deletion
2
...garden/models/block/pale_oak_leaves3.json → ...palegarden/models/block/pale_leaves4.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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "palegarden:block/pale_leaves1" | ||
} |
This file was deleted.
Oops, something went wrong.
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