Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ConfigurableCrafting
Allows new Wandering CHEF recipes to be defined via config. Includes 2 new recipes by default.
By swuff-star
| Last updated | 5 months ago |
| Total downloads | 20351 |
| Total rating | 3 |
| Categories | Tools Tweaks Items Alloyed Collective |
| Dependency string | swuff-star-ConfigurableCrafting-1.0.0 |
| Dependants | 3 other packages depend on this package |
This mod requires the following mods to function
README
Configurable Crafting
lets you define new item/equipment crafting recipes via configuration file. doesn't include many recipes on its own, mostly intended for personal/public modpacks seeking to add cross-mod support by configuring this.
How?
recipes are defined via text entries as such:
(InputPickupNameA,InputPickupNameB,OutputPickupName,OutputAmount)
internal names of items/equipment can be found on the RoR2 wiki for example, the default config includes:
(IncreaseHealing,DeathMark,NovaOnHeal,1),
which allows players to turn Rejuv Rack (IncreaseHealing) + DeathMark (DeathMark) = 1 N'kuhana's Opinion (NovaOnHeal)
By Default
- Rejuvination Rack + Death Mark = N'kuhana's Opinion
- N'kuhana's Opinion + Lepton Daisy = Rejuvination Rack
Credits
- psuedopulse - spoke idea to me. thanx
- rob - default recipe suggestion