moved drinkable data to the right namespaces, renamed tfcgurman server script dir -> tfc_gurman, moved all alcohols to #tfg:alcohols instead of #tfc:alcohols, because agedalcohols is very fussy
This commit is contained in:
parent
0db5dd7267
commit
120d6e1c43
22 changed files with 25 additions and 22 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_corn_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_rye_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_sake",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:resistance",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_vodka",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:resistance",
|
||||
"duration": 3200,
|
||||
"amplifier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 3200,
|
||||
"amplifier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:cocoa",
|
||||
"thirst": 15,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"type": "tfg:warming",
|
||||
"duration": 20,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:coffee",
|
||||
"thirst": 15,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:speed",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"type": "tfg:warming",
|
||||
"duration": 20,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:compote",
|
||||
"thirst": 15,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:jump_boost",
|
||||
"duration": 600,
|
||||
"amplifier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:kvass",
|
||||
"thirst": 15,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:strength",
|
||||
"duration": 1600,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"type": "tfg:cooling",
|
||||
"duration": 20,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:lemonade",
|
||||
"thirst": 15,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"type": "tfg:cooling",
|
||||
"duration": 20,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:nalivka",
|
||||
"thirst": 15,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:strength",
|
||||
"duration": 3200,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"type": "tfg:cooling",
|
||||
"duration": 20,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:tea_chamomile",
|
||||
"thirst": 15,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:resistance",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"type": "tfg:warming",
|
||||
"duration": 20,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:tea_mint",
|
||||
"thirst": 15,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:regeneration",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"type": "tfg:warming",
|
||||
"duration": 20,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:tea_nettle",
|
||||
"thirst": 15,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:slow_falling",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"type": "tfg:warming",
|
||||
"duration": 20,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"ingredient": "tfc_gurman:tea_rosehip",
|
||||
"thirst": 15,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:absorption",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
},
|
||||
{
|
||||
"type": "tfg:warming",
|
||||
"duration": 20,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue