QuiltServerTools / Ledger

A server-side logging mod for fabric 1.17+
https://www.quiltservertools.net/Ledger/latest/
GNU Lesser General Public License v3.0
190 stars 52 forks source link

Biome tracking + rollback #236

Open zaneshaw opened 11 months ago

zaneshaw commented 11 months ago

Is your feature request related to a problem?

The problem is the lack of an existing way to rollback a biome tags the same way you would rollback block/entity data with Ledger.

Describe the solution you'd like.

A way to rollback biome tags without altering block data.

Describe alternatives you've considered.

I've messed around with using CraftScript but it was ultimately too slow at performing rollbacks on large areas. I've also considered writing a standalone fabric mod for a similar purpose (restoring biomes with respect to the seed and biome-altering mods).

Agreements

Other

No response