way2muchnoise / JustEnoughResources

A rewrite of NotEnoughResources using JustEnoughItems
Other
127 stars 65 forks source link

Not showing ores from other mods #430

Closed Aceplante closed 1 year ago

Aceplante commented 1 year ago

title. forge 1.18.2

way2muchnoise commented 1 year ago

This is intended behaviour, by default only default ores are supported. Other mods can register their ores through the API, or you can use the DYI ore feature. Sadly I don't really have time to re-implement the scanning feature however there is: RundownRhino/RegionScanner which allows you to generate the json that is used for doing DYI graphs.