plugin-hub
plugin-hub copied to clipboard
Deforestation Plugin
Makes it so that when you cut down a tree it never respawns, either leaving a stump behind or a blank tile. Saves a file to make sure that data is saved between sessions, can be deleted through the config.
New plugin deforestation: https://github.com/Ocknon/deforestation/tree/f0604159d39ff9c24ed11cdedb6cf57df39055d7
The dataset looks like it could get quite large, yes? Some things to keep in mind:
- There is a max size for config entries
- We'd prefer large static sets like this be saved to a file on disk instead of in config
- You can use serializable properties to decrease the save size
closing as the above comments have not been resolved yet. feel free to resubmit when they are