Feature/drinkable (#2708)
* Drinkable ice slush * Update thirst value * Added quests * Edited some text * a --------- Co-authored-by: Redeix <redeix.m@gmail.com>
This commit is contained in:
parent
563bf2306a
commit
882c477037
6 changed files with 32 additions and 6 deletions
11
kubejs/data/gtceu/tfc/drinkables/ice_slush.json
Normal file
11
kubejs/data/gtceu/tfc/drinkables/ice_slush.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"ingredient": "gtceu:ice",
|
||||
"thirst": 10,
|
||||
"effects": [
|
||||
{
|
||||
"type": "tfg:cooling",
|
||||
"duration": 20,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue