aged alcohol update, pakku

This commit is contained in:
Pyritie 2025-10-28 17:23:19 +00:00
parent 6c04609b1b
commit 68ca4775ba
5 changed files with 62 additions and 84 deletions

View file

@ -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
}
]
}

View file

@ -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
}
]
}

View file

@ -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");