Empty flasks can now be refilled (#976)

Right click a water source (any block that uses Material.WATER, same as vanilla potions) to refill it. This removes all potion effects. The model will display without the fluid inside as a visual indicator.
This commit is contained in:
Nicholas Ignoffo 2016-12-30 18:27:16 -08:00
parent b6eae2fc67
commit 4c614df15e
4 changed files with 75 additions and 16 deletions

View file

@ -5,13 +5,18 @@
"transform": "forge:default-item"
},
"variants": {
"type": {
"normal": {
"full": {
"true": {
"textures": {
"layer0": "bloodmagic:items/PotionFlask_underlay",
"layer1": "bloodmagic:items/PotionFlask_outline",
"layer2": "bloodmagic:items/PotionFlask_overlay"
}
},
"false": {
"textures": {
"layer0": "bloodmagic:items/PotionFlask_outline"
}
}
}
}