drinkable mars water
This commit is contained in:
parent
caf958c4f6
commit
9259a0e711
1 changed files with 7 additions and 0 deletions
|
|
@ -266,6 +266,13 @@ const registerTFGFoodData = (event) => {
|
||||||
food.water(20)
|
food.water(20)
|
||||||
food.decayModifier(0)
|
food.decayModifier(0)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
event.drinkable('tfg:semiheavy_ammoniacal_water', data => {
|
||||||
|
data.thirst(10)
|
||||||
|
data.effect('minecraft:nausea', effect => {
|
||||||
|
effect.duration(200)
|
||||||
|
})
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue