Add an AttachedRegistry for structure transformations #5213
Labels
area: api
Issue or PR is related to API
area: compatibility
Issue only happens when other mods are present
status: fixed in next release
Issue will be fixed in the next release
Describe the Suggestion
Add an AttachedRegistry for transformations, so that mods can allow their blocks to be rotated on the X and Z axis without having to hard depend on Create (implement
ITransformableBlock
).Screenshots and Videos
No response
Additional Context
Current usecase is for blocks registered with KubeJS, where you cannot create custom classes and can't mixin. However I do see use for this in other mods not wanting to hard depend on Create for compat.
The text was updated successfully, but these errors were encountered: