exile_advanced_ceramics 🔗
Advanced ceramics addon for Exile focused on two pottery stations:
- clay shaping spot (tier 1: basic pottery)
- pottery wheel (tier 2: basic + advanced pottery)
What this mod does 🔗
- Registers two station types:
clay_shaping_spotpottery_wheel
- Registers station nodes:
exile_advanced_ceramics:clay_shaping_spotexile_advanced_ceramics:pottery_wheel
- Removes selected original pottery recipes from Exile tech crafts.
- Re-registers pottery recipes split by tier.
Tier design 🔗
Tier 1 (clay_shaping_spot):
tech:clay_water_pot_unfiredtech:clay_storage_pot_unfiredtech:clay_oil_lamp_unfired- undo recipes for basic unfired pieces (recover
nodes_nature:clay_wet)
Tier 2 (pottery_wheel) includes all Tier 1 plus:
tech:clay_watering_can_unfiredtech:cooking_pot_unfired- undo recipes for basic + advanced unfired pieces (recover
nodes_nature:clay_wet)
Configure which original recipes are removed 🔗
Edit pottery_recipe_replacements.lua.
All entries listed in this file are removed from loaded crafting lists.
To keep a recipe, remove its entry from pottery_recipe_replacements.lua.
Notes 🔗
- Recipe removal runs during mod init after dependencies are loaded.
- If upstream Exile recipe definitions change, update the matching entries in
pottery_recipe_replacements.lua.