API for adding blocks to existing blockentities
SollyW opened this issue ยท 1 comments
API for adding blocks to existing blockentities. See #682. This can be done by simply replacing the ImmutableSets in BlockEntityType or its builder with HashSets, creating an accessor for BlockEntityType.blocks
, and creating a registry system to add to it