Skip to content

Commit 9259a0e

Browse files
committed
drinkable mars water
1 parent caf958c commit 9259a0e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

kubejs/server_scripts/tfg/data.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,13 @@ const registerTFGFoodData = (event) => {
266266
food.water(20)
267267
food.decayModifier(0)
268268
})
269+
270+
event.drinkable('tfg:semiheavy_ammoniacal_water', data => {
271+
data.thirst(10)
272+
data.effect('minecraft:nausea', effect => {
273+
effect.duration(200)
274+
})
275+
})
269276
}
270277

271278

0 commit comments

Comments
 (0)