neuralgia/kubejs/data/rnr/tfc/drinkables/concrete.json
2026-01-23 21:31:48 +00:00

22 lines
No EOL
341 B
JSON

{
"ingredient": "rnr:concrete",
"thirst": 0,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:slowness",
"duration": 12000,
"amplifier": 2
},
{
"type": "species:tanked",
"duration": 12000,
"amplifier": 0
},
{
"type": "minecraft:mining_fatigue",
"duration": 1200,
"amplifier": 0
}
]
}