MinecraftModDevelopmentMods / Tesla-Core-Lib

Minecraft library useful in creating power hungry machines
https://minecraft.curseforge.com/projects/tesla-core-lib
MIT License
6 stars 8 forks source link

(BUG) "B:allowMachinesToSpawnItems" defaults to TRUE #39

Open Vaygrim opened 6 years ago

Vaygrim commented 6 years ago

This has GOT to be a bug, as defaulting this option to true is a way to kill a server SUPER FAST. We've got TeslaCoreLib & Powered Thingies in a pack and it's constantly resetting this option back to default (TRUE) after a pack update. If it gets left on accidentally, and someone's got 4 "Crop Cloners" from Powered Thingies setup to grow wheat so they can feed it into a power system for making Biomass?

Server can die keeping that chunkloaded inside of just a few days because so much wheat is spilling out onto the floor of the loaded chunks. We just had to console-command KILL over 28,000 individual pieces of wheat that were piled up in one chunk and causing our server to completely hang every time someone tried to log in.

Can we please get this default changed? Also can you check your code to make sure you're not RESETTING THIS when a mod update or config file change is detected?

Thank you.