Added model for butterfly spawn eggs

This commit is contained in:
Sollace 2021-08-19 21:22:41 +02:00
parent f41c64c732
commit 0716c5bf20
2 changed files with 5 additions and 0 deletions

View file

@ -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",

View file

@ -0,0 +1,3 @@
{
"parent": "minecraft:item/template_spawn_egg"
}