Separate blockstate upgrader system into a library #6312
Labels
Category: Core
Related to internal functionality
Type: Enhancement
Contributes features or other improvements to PocketMine-MP
Description
pocketmine\data\bedrock\block\upgrade
can be separated into a library by itself, if we remove its dependency onBlockStateData
and have it operate on NBT directly.Justification
Scope isolation, easier to test, easier for third party tools to use
Alternative methods
The text was updated successfully, but these errors were encountered: