[REQUEST] Add random int to spread out fluid/item networks
aria1th opened this issue ยท 0 comments
Description:
- Describe your suggestion with as many details as possible.
This commit still does not effect anything if chunks are forceloaded, because they are loaded at once and share same modulus.
Adding randint(20) will solve this.
Reason:
- Why do you think your suggestion should be added?