Extended Crafting

Extended Crafting

34M Downloads

Recipes for custom singularities can't be deleted

IcedReaper opened this issue ยท 2 comments

commented

Hi,

I'm trying to implement a singularity system where the harder, rarer materials, singularities require a higher catalyst.
Therefore I removed all recipes from the CompressionCrafting, using the CraftTweaker API, and readded them later with their associated catalyst.
It works without a problem for the default singularities, but for custom singularities both recipes are now active.
Furthermore it seems that the custom singularity compression recipelist is being generated AFTER the CraftTweaker API changes take place.

CraftTweaker changes: https://pastebin.com/YFJtjWw7
Screenshot of the Recipes ingame (custom singularity): https://i.imgur.com/fFw1naN.jpg
Screenshot of the Recipes ingame (normal singularity): https://i.imgur.com/7vb36PM.jpg

Versions:
MC: 1.12.2
Forge: 14.23.4.2707
ExtendedCrafting: 1.3.7

Thank you in Advance.
IcedReaper

commented

If you don't want default recipes for custom singularities, you put 'none' as the material.
It says this in the config as well http://prntscr.com/jve5tz

commented

Oh I see. Thanks.

Sorry my bad and sorry for the ticket.