SuperMartijn642 / ChunkLoaders

15 stars 11 forks source link

Possible fix for #50 and #54 #55

Closed alekthefirst closed 2 years ago

alekthefirst commented 2 years ago

Possible fix for #50 and #54 by removing setChunkForced from mod initialization and putting it behind world creation. This is not the prettiest solution, but i am wholly unfamiliar with the forge environment. Tested with several loaders in several dimensions from both vanilla and other mods. My refined storage disks are now fine :)

SuperMartijn642 commented 2 years ago

Hello, thank you for the pull request.

I am currently working on a rewrite for most of the mod which will likely be released sometime within the next two weeks. Sadly, this means I likely won't merge this unless some delays occur on my end, as I would have to port it to all versions and take the time to built and publish them all.

- distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-7.2-20210702220150+0000-bin.zip
+ distributionUrl=https\://downloads.gradle-dn.com/distributions/gradle-7.4.2-bin.zip

No clue where this came from to be honest. I recently updated IntelliJ and the cache for it was gone, so your PR did help me out there XD

alekthefirst commented 2 years ago

No problem :)