Ancient Warfare 2

Ancient Warfare 2

6M Downloads

Clashing recipes with other mods

immortaleeb opened this issue ยท 0 comments

commented

Some recipes from AW clash with recipes from other mods, such as the Void chest from Railcraft and the Deluxe chunk loader from AW.

Currently the AWCraftingManager seems to favour recipes provided by Minecraft's CraftingManager, which kinda doesn't make sense to me since you can always craft other items using a vanilla workbench, while AW recipes can only be crafted in the AW research table. If two recipes clash, that means there is no way to craft the clashing AW item.

I think this can simply be solved by moving the early check in AWCraftinManager.findRecipe() until all AW recipes have been checked. I could submit a pull request if you want, but I just want to double check that it isn't intended to work like that.