We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9259a0e commit cc59445Copy full SHA for cc59445
kubejs/server_scripts/tfg/data.js
@@ -270,6 +270,7 @@ const registerTFGFoodData = (event) => {
270
event.drinkable('tfg:semiheavy_ammoniacal_water', data => {
271
data.thirst(10)
272
data.effect('minecraft:nausea', effect => {
273
+ effect.chance(0.5)
274
effect.duration(200)
275
})
276
0 commit comments