[1.12.2] Inscriber don't accept oreDic for silicon
TheSnowyChickens opened this issue ยท 5 comments
The default recipe accepts any oredict itemSilicon
.
They might simply not register theirs under this name or something else removes these recipes afterwards.
This is duplicate that was already posted but both mods said it is fault of the other.
refinedmods/refinedstorage#1814
#3534
Never get's resolved prolly. Personally never had any issues with silicon so...
Fixed in refinedmods/refinedstorage@7870361.
Like in normal json recipes, oredict entries for inscriber recipes are resolved at recipe registration time. If you register oredict in the item registration event (as suggested by lex ), everything should be fine.
In 1.13 the tag system will probably fix this whole mess..