josephcsible / Oreberries

A Minecraft mod that brings back a configurable version of 1.7.10 Tinkers' Construct oreberries
https://minecraft.curseforge.com/projects/oreberries
Other
3 stars 4 forks source link

Tinkers' Construct smeltery casting makes oreberries instead of nuggets #7

Open josephcsible opened 7 years ago

josephcsible commented 7 years ago

Tinkers' Construct uses the first nugget oredict entry as the result of the nugget cast for any given material. We register our oreberries before our own nuggets, so unless another mod registers a nugget before we do, it will end up getting cast into our oreberries.

josephcsible commented 7 years ago

Kinda-sorta fixed in 0.3.2 by 3131337. I'd still like to do some sort of actual blacklisting like https://github.com/SlimeKnights/TinkersConstruct/blob/1.7.10/src/main/java/tconstruct/smeltery/TinkerSmeltery.java#L940-L948, but the only blacklisting API that's exposed in 1.12 is to prevent melting, not casting.

Skaphegor commented 6 years ago

Are you using Unidict? There is also a option to add preferred mod IDs in TiC's config file.