YUNG-GANG / YUNGs-API

API for my Minecraft mods
GNU Lesser General Public License v3.0
21 stars 11 forks source link

AE2 is unable to generate meteorites when added with YUNGs API #22

Closed jdevang closed 2 years ago

jdevang commented 2 years ago

Adding YUNGs API with Applied Energestics 2 makes AE2 not generate any meteorite's. Issue in AE2 github Unsure whether its a conflict from AE2's side or from YUNGs API's side.

Minecraft Version - 1.18.1 Modloader - Fabric YUNGs API version - 36

yungnickyoung commented 2 years ago

Not really sure why this would be the case. The API itself doesn't really do any actual worldgen. I believe the only ways the API impacts worldgen at all is by:

Neither of these should have any tangible impact on structures from other mods.

jdevang commented 2 years ago

For a bit more context, we have BetterDungeons, BetterStrongholds, and Yungs Api. But removing any combination of the first two does not fix the issue of meteorite generation. While removing Yungs Api( and by extension, the first two as well) fixes the issue.

I'll link your comment on the issue that's on AE2 GitHub as well to see if they can think of any reason these might stop their structure gen

buhanec commented 2 years ago

I tested a simple pack with:

I'm able to locate meteorites just fine.

I've got a breaking pack too so might try a few more combinations before giving up.

Likely breaks in combination with some other mods, what else are you using @junglesucks?

minecraft.log


Either of these two combinations work:

Terralith:

YUNG's API:

However one with both Terralith and YUNG's API will not generate meteorites:

Not the most useful log file, attached anyways.

minecraft_failure.log

yungnickyoung commented 2 years ago

Does this issue persist in 1.18.2? I don't plan on making changes to 1.18.1 moving forward.

Khytwel commented 2 years ago

No it's good now