diff --git a/src/main/resources/assets/vanilla/models/item/platinum_axe.json b/src/main/resources/assets/vanilla/models/item/platinum_axe.json new file mode 100644 index 0000000..22f7907 --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "vanilla:item/platinum_axe" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/vanilla/models/item/platinum_block.json b/src/main/resources/assets/vanilla/models/item/platinum_block.json new file mode 100644 index 0000000..35ce229 --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_block.json @@ -0,0 +1,3 @@ +{ + "parent": "vanilla:block/platinum_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/vanilla/models/item/platinum_boots.json b/src/main/resources/assets/vanilla/models/item/platinum_boots.json new file mode 100644 index 0000000..a403f10 --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "vanilla:item/platinum_boots" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/vanilla/models/item/platinum_chestplate.json b/src/main/resources/assets/vanilla/models/item/platinum_chestplate.json new file mode 100644 index 0000000..63da954 --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "vanilla:item/platinum_chestplate" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/vanilla/models/item/platinum_helmet.json b/src/main/resources/assets/vanilla/models/item/platinum_helmet.json new file mode 100644 index 0000000..321b8f0 --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "vanilla:item/platinum_helmet" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/vanilla/models/item/platinum_hoe.json b/src/main/resources/assets/vanilla/models/item/platinum_hoe.json new file mode 100644 index 0000000..a19a30a --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "vanilla:item/platinum_hoe" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/vanilla/models/item/platinum_leggings.json b/src/main/resources/assets/vanilla/models/item/platinum_leggings.json new file mode 100644 index 0000000..dc05f59 --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "vanilla:item/platinum_leggings" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/vanilla/models/item/platinum_nugget.json b/src/main/resources/assets/vanilla/models/item/platinum_nugget.json new file mode 100644 index 0000000..9171e9d --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "vanilla:item/platinum_nugget" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/vanilla/models/item/platinum_pickaxe.json b/src/main/resources/assets/vanilla/models/item/platinum_pickaxe.json new file mode 100644 index 0000000..addcd26 --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "vanilla:item/platinum_pickaxe" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/vanilla/models/item/platinum_shovel.json b/src/main/resources/assets/vanilla/models/item/platinum_shovel.json new file mode 100644 index 0000000..12f3788 --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "vanilla:item/platinum_shovel" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/vanilla/models/item/platinum_sword.json b/src/main/resources/assets/vanilla/models/item/platinum_sword.json new file mode 100644 index 0000000..17aa99c --- /dev/null +++ b/src/main/resources/assets/vanilla/models/item/platinum_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "vanilla:item/platinum_sword" + } +} \ No newline at end of file