Skip to content

Commit

Permalink
Added new staffs' plushies (#13)
Browse files Browse the repository at this point in the history
* New staffs' skins

* Updated models for papel and wooden_hoe

* Uploaded new staffs' standing plushies

* Uploaded new staffs' plushies
  • Loading branch information
Del3t authored Sep 21, 2024
1 parent 5501d6e commit 81cd0c6
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/custom/plushies/mercuryx001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/custom/plushies/normal",
"textures": {
"0": "item/plushies/mercuryx001"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/custom/plushies/saturnyx001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/custom/plushies/normal",
"textures": {
"0": "item/plushies/saturnyx001"
}
}
4 changes: 3 additions & 1 deletion assets/minecraft/models/item/paper.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
}
2 changes: 2 additions & 0 deletions assets/minecraft/models/item/wooden_hoe.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "sparklypower:item/plushies/standing/normal",
"textures": {
"0": "item/plushies/mercuryx001"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "sparklypower:item/plushies/standing/normal",
"textures": {
"0": "item/plushies/saturnyx001"
}
}

0 comments on commit 81cd0c6

Please sign in to comment.