plugin-hub icon indicating copy to clipboard operation
plugin-hub copied to clipboard

Deforestation Plugin

Open Ocknon opened this issue 1 year ago • 2 comments

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.

Ocknon avatar Aug 08 '24 23:08 Ocknon

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:

  1. There is a max size for config entries
  2. We'd prefer large static sets like this be saved to a file on disk instead of in config
  3. You can use serializable properties to decrease the save size

raiyni avatar Sep 27 '24 13:09 raiyni

closing as the above comments have not been resolved yet. feel free to resubmit when they are

LlemonDuck avatar Nov 12 '24 03:11 LlemonDuck