[1.16.5] how to add custom recipes? recipes.json resets on startup ...
MSandro opened this issue ยท 8 comments
Hi, I am trying to add custom recipes, but if I add something in the recipes.json, it resets on the next game start.
I tried to add the recipe via Datapack too, but nothing happened... any help?
Mutiple Questions
- What version of AF are you running?
- What recipe format have you tried? I know there is no documentation for the new version yet, I can write it up if you need it.
- When did that thing in the GUI happen?
Alloy Forgery 1.2.0
here are the files:
Config File: recipes.json
DataPack File: bronze_ingot.json
GUI: I've just placed the Brick Forge Multiblock structure and right clicked the controller.
any idea how to solve the recipe issues? I would realy like to use this mod in my Fabric Skyblock Modpack.
The legacy Alloy Forgery recipe format is completely different from the current iteration. We are still considering whether or not to backport to this version.
I will write a tutorial on the wiki later tonight for legacy versions. I want to note that with the old versions nothing is done through data. Everything is done through the config folder. You can either add stuff using the API in the mod, or just manually add stuff to the config, and ship it with your modpack.
Thanks. I will try to follow the tutorial when you have published it. Maybe I was a bit too stupid to add a recipe with the recipes.json in the config folder...