YUNG-GANG / YUNGs-API

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

Bound must be positive game crashes when loading world 1.16.5 forge #27

Closed UwUsheep closed 2 years ago

UwUsheep commented 2 years ago

here is the crash crash-2022-04-03_14.00.33-server.txt

NixityNull commented 2 years ago

I am having a similar issue that also seems to be effecting other structure mods. crash-2022-04-30_13.21.52-server.txt

NixityNull commented 2 years ago

I removed yung's api and all associated mods and it still crashed, so i don't believe this is necessarily the cause

yungnickyoung commented 2 years ago

It's impossible to tell from these logs alone, but this often happens because structure mods offer settings for a minY and maxY. If you set the minY to be greater than the maxY (which makes no sense), this crash is commonly the result. Double check all your mod configs.