Added lava crystal

Added the Lava Crystal and fixed a bug where it would take a lot of LP initially. Now correctly only draws LP when getContainer is called.
This commit is contained in:
WayofTime 2020-10-25 11:17:22 -04:00
parent e254287a5e
commit 3f158b8908
6 changed files with 128 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/lavacrystal"
}
}