JustEnoughResources icon indicating copy to clipboard operation
JustEnoughResources copied to clipboard

Request: Modder Instructions

Open zontreck opened this issue 2 years ago • 3 comments

Hi, I am developing a mod currently that affects worldgen by adding new blocks and ore. I have spent time looking but cannot find a solution to this. The ore itself does not show in JER, infact, clicking it in JEI does nothing. I first started by searching for a way to add integration, perhaps there was a mod API and a dependency I needed to add, but could not find these, or any information on the wiki aside from outdated information about profiling.

How can I make JER detect the ore? Is there a file I need to add? Part of my request here is for instructions to be added onto the Wiki.

zontreck avatar Jun 02 '22 12:06 zontreck

Detect an ore is currently not possible, you can use the API (https://github.com/way2muchnoise/JustEnoughResources/tree/master/src/api/java/jeresources/api) but that might not suit your needs.

Just really need to get around to re-implementing the profiling or some magic with the new data driven ore definition stuff.

way2muchnoise avatar Jun 03 '22 15:06 way2muchnoise

Is there a maven I can add so I can use the API? I could not find mention of the API or maven anywhere

Jun 3, 2022 8:22:49 AM way2muchnoise @.***>:

Detect an ore is currently not possible, you can use the API (https://github.com/way2muchnoise/JustEnoughResources/tree/master/src/api/java/jeresources/api) but that might not suit your needs.

Just really need to get around to re-implementing the profiling or some magic with the new data driven ore definition stuff.

— Reply to this email directly, view it on GitHub[https://github.com/way2muchnoise/JustEnoughResources/issues/344#issuecomment-1146072052], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAMRK2VCCZDLDI2JHTN2FBLVNIPMRANCNFSM5XUZSNAQ]. You are receiving this because you authored the thread.[Tracking image][https://github.com/notifications/beacon/AAMRK2UTEHGI2TSJ7A6JUXLVNIPMRA5CNFSM5XUZSNA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOIRH2X5A.gif]

zontreck avatar Jun 03 '22 23:06 zontreck

Don't have a specific maven setup currently since bintray died, but the API packages are up on CF as additional files. You should be able to use CF as a maven (https://support.curseforge.com/en/support/solutions/articles/9000197321-curseforge-upload-api)

way2muchnoise avatar Jun 05 '22 10:06 way2muchnoise