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:
Pyritie 2025-12-09 15:48:42 +00:00
parent 0db5dd7267
commit 120d6e1c43
22 changed files with 25 additions and 22 deletions

View file

@ -671,16 +671,17 @@ function registerTFCFluidTags(event) {
event.add("tfc:ingredients", "tfc:spring_water");
event.add('tfc:drinkables', 'tfc:spring_water')
event.add("tfc:alcohols", "tfcagedalcohol:aged_beer");
event.add("tfc:alcohols", "tfcagedalcohol:aged_cider");
event.add("tfc:alcohols", "tfcagedalcohol:aged_rum");
event.add("tfc:alcohols", "tfcagedalcohol:aged_sake");
event.add("tfc:alcohols", "tfcagedalcohol:aged_vodka");
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");
event.add("tfc:alcohols", "tfc_gurman:nalivka");
event.add('tfg:alcohols', '#tfc:alcohols')
event.add("tfg:alcohols", "tfcagedalcohol:aged_beer");
event.add("tfg:alcohols", "tfcagedalcohol:aged_cider");
event.add("tfg:alcohols", "tfcagedalcohol:aged_rum");
event.add("tfg:alcohols", "tfcagedalcohol:aged_sake");
event.add("tfg:alcohols", "tfcagedalcohol:aged_vodka");
event.add("tfg:alcohols", "tfcagedalcohol:aged_whiskey");
event.add("tfg:alcohols", "tfcagedalcohol:aged_corn_whiskey");
event.add("tfg:alcohols", "tfcagedalcohol:aged_rye_whiskey");
event.add("tfg:alcohols", "tfcagedalcohol:aged_mead");
event.add("tfg:alcohols", "tfc_gurman:nalivka");
// Добавляем тег для скрытия в EMI
event.add("c:hidden_from_recipe_viewers", "tfc:metal/bismuth");