mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Added model for butterfly spawn eggs
This commit is contained in:
parent
f41c64c732
commit
0716c5bf20
2 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
"item.unicopia.friendship_bracelet.issuer": "Signed by %s",
|
||||
"item.unicopia.friendship_bracelet.glowing": "Glowing",
|
||||
|
||||
"item.unicopia.butterfly_spawn_egg": "Butterfly Spawn Egg",
|
||||
|
||||
"item.unicopia.green_apple": "Granny Smith Apple",
|
||||
"item.unicopia.sweet_apple": "Sweet Apple Acres Apple",
|
||||
"item.unicopia.sour_apple": "Sour Apple",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
Loading…
Reference in a new issue