diff --git a/assets/minecraft/models/item/custom/plushies/mercuryx001.json b/assets/minecraft/models/item/custom/plushies/mercuryx001.json new file mode 100644 index 0000000..6c3295c --- /dev/null +++ b/assets/minecraft/models/item/custom/plushies/mercuryx001.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/plushies/normal", + "textures": { + "0": "item/plushies/mercuryx001" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/plushies/saturnyx001.json b/assets/minecraft/models/item/custom/plushies/saturnyx001.json new file mode 100644 index 0000000..ee0d261 --- /dev/null +++ b/assets/minecraft/models/item/custom/plushies/saturnyx001.json @@ -0,0 +1,6 @@ +{ + "parent": "item/custom/plushies/normal", + "textures": { + "0": "item/plushies/saturnyx001" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/paper.json b/assets/minecraft/models/item/paper.json index d790556..c0ac373 100644 --- a/assets/minecraft/models/item/paper.json +++ b/assets/minecraft/models/item/paper.json @@ -212,6 +212,8 @@ { "predicate": { "custom_model_data": 207 }, "model": "sparklypower:item/plushies/standing/thecauagames" }, { "predicate": { "custom_model_data": 208 }, "model": "sparklypower:item/plushies/standing/lightt2148" }, { "predicate": { "custom_model_data": 209 }, "model": "sparklypower:item/plushies/standing/pansoka" }, - { "predicate": { "custom_model_data": 210 }, "model": "sparklypower:item/plushies/standing/otnt_" } + { "predicate": { "custom_model_data": 210 }, "model": "sparklypower:item/plushies/standing/otnt_" }, + { "predicate": { "custom_model_data": 211 }, "model": "sparklypower:item/plushies/standing/mercuryx001" }, + { "predicate": { "custom_model_data": 212 }, "model": "sparklypower:item/plushies/standing/saturnyx001" } ] } \ No newline at end of file diff --git a/assets/minecraft/models/item/wooden_hoe.json b/assets/minecraft/models/item/wooden_hoe.json index 4a3ec29..28c67a0 100644 --- a/assets/minecraft/models/item/wooden_hoe.json +++ b/assets/minecraft/models/item/wooden_hoe.json @@ -54,6 +54,8 @@ { "predicate": { "custom_model_data": 17 }, "model": "item/custom/plushies/lightt2148" }, { "predicate": { "custom_model_data": 18 }, "model": "item/custom/plushies/pansoka" }, { "predicate": { "custom_model_data": 19 }, "model": "item/custom/plushies/otnt_" }, + { "predicate": { "custom_model_data": 20 }, "model": "item/custom/plushies/mercuryx001" }, + { "predicate": { "custom_model_data": 21 }, "model": "item/custom/plushies/saturnyx001" }, { "predicate": {"damaged": 1, "damage": 0}, "model": "item/wooden_hoe"} ] } \ No newline at end of file diff --git a/assets/minecraft/textures/item/plushies/mercuryx001.png b/assets/minecraft/textures/item/plushies/mercuryx001.png new file mode 100644 index 0000000..f9fb9de Binary files /dev/null and b/assets/minecraft/textures/item/plushies/mercuryx001.png differ diff --git a/assets/minecraft/textures/item/plushies/saturnyx001.png b/assets/minecraft/textures/item/plushies/saturnyx001.png new file mode 100644 index 0000000..09ef9d1 Binary files /dev/null and b/assets/minecraft/textures/item/plushies/saturnyx001.png differ diff --git a/assets/sparklypower/models/item/plushies/standing/mercuryx001.json b/assets/sparklypower/models/item/plushies/standing/mercuryx001.json new file mode 100644 index 0000000..b2e31e6 --- /dev/null +++ b/assets/sparklypower/models/item/plushies/standing/mercuryx001.json @@ -0,0 +1,6 @@ +{ + "parent": "sparklypower:item/plushies/standing/normal", + "textures": { + "0": "item/plushies/mercuryx001" + } +} \ No newline at end of file diff --git a/assets/sparklypower/models/item/plushies/standing/saturnyx001.json b/assets/sparklypower/models/item/plushies/standing/saturnyx001.json new file mode 100644 index 0000000..9a4d45e --- /dev/null +++ b/assets/sparklypower/models/item/plushies/standing/saturnyx001.json @@ -0,0 +1,6 @@ +{ + "parent": "sparklypower:item/plushies/standing/normal", + "textures": { + "0": "item/plushies/saturnyx001" + } +} \ No newline at end of file