-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added uvlock to chiseled bookshelf model
- Loading branch information
1 parent
8a56790
commit 3dc760d
Showing
4 changed files
with
149 additions
and
17 deletions.
There are no files selected for viewing
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
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,19 @@ | ||
{ | ||
"__comment":"Designed by GeForceLegend", | ||
"textures":{ | ||
"side":"block/chiseled_bookshelf_side", | ||
"top":"block/chiseled_bookshelf_top" | ||
}, | ||
"elements":[ | ||
{ | ||
"from":[0,0,0], | ||
"to":[16,16,16], | ||
"faces":{ | ||
"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"east"}, | ||
"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"west"}, | ||
"up":{"uv":[0,0,16,16],"texture":"#top","cullface":"up"}, | ||
"down":{"uv":[0,0,16,16],"texture":"#top","cullface":"down"} | ||
} | ||
} | ||
] | ||
} |
85 changes: 84 additions & 1 deletion
85
assets/minecraft/models/block/chiseled_bookshelf_inventory.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,4 +1,87 @@ | ||
{ | ||
"__comment":"Designed by GeForceLegend", | ||
"parent":"block/chiseled_bookshelf" | ||
"parent":"block/block", | ||
"textures":{ | ||
"front":"block/chiseled_bookshelf_occupied", | ||
"particle":"block/chiseled_bookshelf_side", | ||
"side":"block/chiseled_bookshelf_side", | ||
"top":"block/chiseled_bookshelf_top" | ||
}, | ||
"elements":[ | ||
{ | ||
"from":[0,15,0], | ||
"to":[16,16,16], | ||
"faces":{ | ||
"north":{"uv":[0,0,16,1],"texture":"#front","cullface":"north"}, | ||
"east":{"uv":[0,0,16,1],"texture":"#side","cullface":"east"}, | ||
"west":{"uv":[0,0,16,1],"texture":"#side","cullface":"west"}, | ||
"up":{"uv":[0,0,16,16],"texture":"#top","cullface":"up"}, | ||
"down":{"uv":[0,0,16,16],"texture":"#side"} | ||
} | ||
}, | ||
{ | ||
"from":[0,0,0], | ||
"to":[16,1,16], | ||
"faces":{ | ||
"north":{"uv":[0,15,16,16],"texture":"#front","cullface":"north"}, | ||
"east":{"uv":[0,15,16,16],"texture":"#side","cullface":"east"}, | ||
"west":{"uv":[0,15,16,16],"texture":"#side","cullface":"west"}, | ||
"up":{"uv":[0,0,16,16],"texture":"#side"}, | ||
"down":{"uv":[0,0,16,16],"texture":"#top","cullface":"down"} | ||
} | ||
}, | ||
{ | ||
"from":[15,1,0], | ||
"to":[16,15,16], | ||
"faces":{ | ||
"north":{"uv":[0,1,1,15],"texture":"#front","cullface":"north"}, | ||
"east":{"uv":[0,1,16,15],"texture":"#side","cullface":"east"}, | ||
"west":{"uv":[0,1,16,15],"texture":"#side"} | ||
} | ||
}, | ||
{ | ||
"from":[0,1,0], | ||
"to":[1,15,16], | ||
"faces":{ | ||
"north":{"uv":[15,1,16,15],"texture":"#front","cullface":"north"}, | ||
"east":{"uv":[0,1,16,15],"texture":"#side"}, | ||
"west":{"uv":[0,1,16,15],"texture":"#side","cullface":"west"} | ||
} | ||
}, | ||
{ | ||
"from":[0,0,6], | ||
"to":[16,16,16], | ||
"faces":{ | ||
"north":{"uv":[0,0,16,16],"texture":"#side"}, | ||
"south":{"uv":[0,0,16,16],"texture":"#side","cullface":"south"} | ||
} | ||
}, | ||
{ | ||
"from":[1,7,0], | ||
"to":[15,9,6], | ||
"faces":{ | ||
"north":{"uv":[1,7,15,9],"texture":"#front","cullface":"north"}, | ||
"up":{"uv":[1,0,15,6],"texture":"#side","cullface":"north"}, | ||
"down":{"uv":[1,10,15,16],"texture":"#side","cullface":"north"} | ||
} | ||
}, | ||
{ | ||
"from":[10,1,2], | ||
"to":[11,15,6], | ||
"faces":{ | ||
"north":{"uv":[4,1,5,15],"texture":"#side","cullface":"north"}, | ||
"east":{"uv":[1,1,5,15],"texture":"#side","cullface":"north"}, | ||
"west":{"uv":[6,1,10,15],"texture":"#side","cullface":"north"} | ||
} | ||
}, | ||
{ | ||
"from":[5,1,2], | ||
"to":[6,15,6], | ||
"faces":{ | ||
"north":{"uv":[4,1,5,15],"texture":"#side","cullface":"north"}, | ||
"east":{"uv":[1,1,5,15],"texture":"#side","cullface":"north"}, | ||
"west":{"uv":[6,1,10,15],"texture":"#side","cullface":"north"} | ||
} | ||
} | ||
] | ||
} |