-
-
Notifications
You must be signed in to change notification settings - Fork 29
Recipe XML
Note: The Recipe XML system has been deprecated since Minecraft 1.14 in favor of Vanilla recipe JSON files
From the moment this mod is loaded, a folder cyclopscore
will be checked in the config folder.
You can place any *.xml
inside this folder. You can choose your own folder hierarchy inside this folder, so cyclopscore/folder1/folder2/recipes.xml
will also be loaded.
This also works for all other mods that depend on Cyclops Core, if you for example want to add recipes for EvilCraft, you would use the base directory evilcraft
instead.
This system support different types of recipes, below you can find a list together with an example file. These examples are taken from EvilCraft, because Cyclops Core itself does not add any recipes.
Some mods (like EvilCraft) also have XML recipe support for custom crafting recipes, more information about this can be found on their respective wiki's.
Feel free to open an issue or contact the developers if you require more information about this.