squeek502 / VeganOption

A Minecraft mod that seeks to add vegan alternatives to all Minecraft mob/animal products
The Unlicense
45 stars 10 forks source link

Fix any instances of getBlock/getTileEntity/etc that don't check if the chunk is loaded #31

Open squeek502 opened 8 years ago

squeek502 commented 8 years ago

See: https://www.reddit.com/r/feedthebeast/comments/3lfjpp/1710_post_mortem_investigating_mystery_chunk/

Specifically, this comment chain: https://www.reddit.com/r/feedthebeast/comments/3lfjpp/1710_post_mortem_investigating_mystery_chunk/cv62nhl

tl;dr:

So, basically, wrap all World calls using external coordinates in some sort of isChunkLoaded check?


world.blockExists works well for that but yeah