Player Modified Blocks Library
A common library for mods that need to determine whether a block has been modified by a player.
Instead of having every mod maintain its own data of modified blocks, this library provides a shared system for tracking player modifications. Mods can use the same underlying data, reducing duplicated world-state information and unnecessary memory usage.
This library aims to provide a single shared source of information that can be used by multiple mods.
