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:
parent
b6eae2fc67
commit
4c614df15e
4 changed files with 75 additions and 16 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue