Skip to content

Commit

Permalink
Add Diamond Nugget Texture
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikkilectric committed Oct 25, 2024
1 parent c84cab2 commit dff7214
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "continentalmc:item/diamond_nugget"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions CMC-Resource-Pack/assets/minecraft/models/item/diamond.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/diamond"
},
"overrides": [
{"predicate": {"custom_model_data":1}, "model": "continentalmc:item/diamond_nugget"}
]

}

0 comments on commit dff7214

Please sign in to comment.