fix drinks giving too much hydration
This commit is contained in:
parent
2167fcdb6a
commit
8fba57695e
17 changed files with 38 additions and 16 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"ingredient": "firmalife:red_wine",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"intoxication": 4000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:strength",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
"ingredient": "firmalife:rose_wine",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"intoxication": 4000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:dolphins_grace",
|
||||
"type": "minecraft:strength",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"ingredient": "firmalife:dessert_wine",
|
||||
"thirst": 15,
|
||||
"ingredient": "firmalife:sparkling_wine",
|
||||
"thirst": 10,
|
||||
"intoxication": 4000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:jump_boost",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"ingredient": "firmalife:white_wine",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"intoxication": 4000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "species:wither_resistance",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "gtceu:ethanol",
|
||||
"thirst": 5,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:nausea",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "gtceu:ice",
|
||||
"thirst": 10,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "tfg:cooling",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "gtceu:methanol",
|
||||
"thirst": 5,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:blindness",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:cocoa",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:coffee",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:speed",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:compote",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:jump_boost",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:kvass",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:strength",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:lemonade",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:nalivka",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"intoxication": 4000,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:strength",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:tea_chamomile",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:resistance",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:tea_mint",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:regeneration",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:tea_nettle",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:slow_falling",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:tea_rosehip",
|
||||
"thirst": 15,
|
||||
"thirst": 10,
|
||||
"may_drink_when_full": true,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:absorption",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue