diff --git a/CMC-Resource-Pack/assets/continentalmc/models/item/diamond_nugget.json b/CMC-Resource-Pack/assets/continentalmc/models/item/diamond_nugget.json new file mode 100644 index 0000000..a1c1d8d --- /dev/null +++ b/CMC-Resource-Pack/assets/continentalmc/models/item/diamond_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "continentalmc:item/diamond_nugget" + } + } \ No newline at end of file diff --git a/CMC-Resource-Pack/assets/continentalmc/textures/item/diamond_nugget.png b/CMC-Resource-Pack/assets/continentalmc/textures/item/diamond_nugget.png new file mode 100644 index 0000000..f7f4993 Binary files /dev/null and b/CMC-Resource-Pack/assets/continentalmc/textures/item/diamond_nugget.png differ diff --git a/CMC-Resource-Pack/assets/minecraft/models/item/diamond.json b/CMC-Resource-Pack/assets/minecraft/models/item/diamond.json new file mode 100644 index 0000000..f1d64eb --- /dev/null +++ b/CMC-Resource-Pack/assets/minecraft/models/item/diamond.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond" + }, + "overrides": [ + {"predicate": {"custom_model_data":1}, "model": "continentalmc:item/diamond_nugget"} + ] + + } \ No newline at end of file