Posted May 22, 20241 yr I am trying to make a mod which requires dividing chunks into regional districts based on the proximity of the chunk to the nearest bastion. How would I even do this, and what should I use to find where the nearest bastion is? Also, I'm having a lot of trouble finding out how to store information about a full chunk rather than an individual block, do I need to store the chunk information on every block?
May 23, 20241 yr 13 hours ago, FireDrake987 said: I am trying to make a mod which requires dividing chunks into regional districts based on the proximity of the chunk to the nearest bastion. How would I even do this, and what should I use to find where the nearest bastion is? Also, I'm having a lot of trouble finding out how to store information about a full chunk rather than an individual block, do I need to store the chunk information on every block? Id use this ServerLevel#findNearestMapFeature
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.