GTNewHorizons / GT-New-Horizons-Modpack

A big progressive questing modpack for Minecraft 1.7.10 balanced around the mod GregTech.
https://www.gtnewhorizons.com/
Other
1.01k stars 307 forks source link

Recipe conflict for Raw Cinnabar Ore in Crucible #17825

Closed ALongStringOfNumbers closed 21 hours ago

ALongStringOfNumbers commented 1 week ago

Your GTNH Discord Username

alongstringofnumbers

Your Pack Version

Nightly 718

Your Server

private server

Java Version

Java 21

Type of Server

Vanilla Forge

Your Expectation

No warning about recipe conflict

The Reality

When starting a server, the following warning is printed about a recipe conflict

[17:14:04] [Server thread/WARN] [FindCrucibleRecipe]: Recipe CrucibleRecipe{key=PURECINNABAR,catalyst=[1xgt.metaitem.03@5826],output=1xitem.ItemNugget@21,aspects=1xMetallum;1xOrdo} ignored due to collision with CrucibleRecipe{key=PURECINNABAR,catalyst=[1xtile.blockCustomOre@0, 1xgt.blockores@826],output=1xitem.ItemNugget@21,aspects=1xMetallum;1xOrdo} for hash 2098103745

Your Proposal

No conflicting recipe

Final Checklist

chochem commented 5 days ago

I dont get anything in the log but yea I do see the recipe conflict image image

chochem commented 5 days ago

@Ethryan it looks like you added both recipes. so I guess you gotta decide which one you want more :P

Ethryan commented 5 days ago

On it… Tomorrow…

Ethryan commented 5 days ago

Hmm, this is a sign of a much larger error, since the code iterates over every valid GT material in search for metals to make into clusters. So every material even those already added by Thaumcraft, seems to be added here as a completely new cluster.