bugfix: Aged alcohols now are drinkable when player water is full (#3001)
This commit is contained in:
parent
114365a6f1
commit
20e2417e15
9 changed files with 119 additions and 0 deletions
14
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_beer.json
Normal file
14
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_beer.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"ingredient": "tfcagedalcohol:aged_beer",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:absorption",
|
||||
"duration": 6400,
|
||||
"amplifier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
14
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_cider.json
Normal file
14
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_cider.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"ingredient": "tfcagedalcohol:aged_cider",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:speed",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_corn_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
13
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_mead.json
Normal file
13
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_mead.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_mead",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:regeneration",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
13
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_rum.json
Normal file
13
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_rum.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_rum",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:speed",
|
||||
"duration": 3200,
|
||||
"amplifier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_rye_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
13
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_sake.json
Normal file
13
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_sake.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_sake",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:resistance",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
13
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_vodka.json
Normal file
13
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_vodka.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_vodka",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:resistance",
|
||||
"duration": 3200,
|
||||
"amplifier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
13
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_whiskey.json
Normal file
13
kubejs/data/tfcagedalcohol/tfc/drinkables/aged_whiskey.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 3200,
|
||||
"amplifier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue