aged alcohol update, pakku
This commit is contained in:
parent
6c04609b1b
commit
68ca4775ba
5 changed files with 62 additions and 84 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"ingredient": "tfcagedalcohol:aged_corn_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"ingredient": "tfcagedalcohol:aged_rye_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -598,6 +598,7 @@ function registerTFCFluidTags(event) {
|
|||
event.add("tfc:alcohols", "tfcagedalcohol:aged_whiskey");
|
||||
event.add("tfc:alcohols", "tfcagedalcohol:aged_corn_whiskey");
|
||||
event.add("tfc:alcohols", "tfcagedalcohol:aged_rye_whiskey");
|
||||
event.add("tfc:alcohols", "tfcagedalcohol:aged_mead");
|
||||
|
||||
// Добавляем тег для скрытия в EMI
|
||||
event.add("c:hidden_from_recipe_viewers", "tfc:metal/bismuth");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue