[Molden] Stone TFGfication p3 - Aqueducts, Supports + Cutting and Grinding fixes (#1919)

* Aqueducts + move stone characs to constants

* Supports

Supports for all stones
Remapped to the original textures rather than copies (all removed)

* Support tooltips

+ recipe rocks regions added

* Macerator Recipes

- Add Macerator missing grinding recipes
- Change the TFC stone Macerator recipes to the same ratios

* aqueduct recipes + stonecutting fixes

* Remove redundant tags

---------

Signed-off-by: Adrien Vidal <vidal.adrien2@gmail.com>
This commit is contained in:
Adrien Vidal 2025-09-28 19:10:33 +02:00 committed by GitHub
parent 1a8172e27a
commit c856ec9398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 1366 additions and 975 deletions

View file

@ -81,7 +81,7 @@ const registerTooltips = (event) => {
event.addAdvanced(['tfg:reinforced_light_concrete_support', 'tfg:reinforced_dark_concrete_support', 'tfg:steel_support'], (item, advanced, text) => {
text.add(1, Text.translate('tfg.tooltip.support.tier3'))
})
const other_stone = ['pyroxenite', 'migmatite', 'travertine']
const other_stone = ['migmatite', 'pyroxenite', 'travertine', 'keratophyre', 'anorthosite', 'norite', 'argillite', 'trachyte', 'komatiite', 'phonolite', 'permafrost', 'red_granite', 'stone']
const stone_types = global.TFC_STONE_TYPES.concat(other_stone)
stone_types.forEach(stone => {