anoying recipe conflicts
MSandro opened this issue ยท 4 comments
Some Recipes e.g. Quartz have conflicts.
I've tested this in All of Fabric 3 - 2.5.9.
I also tried this in an blank modpack with just Cinderscapes (and its dependencies) installed. and there the issue is not pressent. I think some Script or maybe an Mod which tries to implement some kind of OreDictionary could cause this.
The way that quartz is unified is really weird.
replaceInput('#c:quartz', '#c:quartz') Is an awful way to do this, it should be more specific. All quartz variants should not be used in rose quartz block, sulfur quartz block recipes etc. Hope 2.6.0 will fix this