Set custom parent class to custom item
iglee42 opened this issue ยท 1 comments
Describe the feature
Just add a method to set a custom parent class to a custom item
Additional info
No response
This should be much, much easier to accomplish now using the new RegistryObjectBuilderTypes system and KubeJS plugins. We unfortunately can't just allow arbitrary parent classes with our current Builder system since that would break with abstract classes whose methods the item builder may not necessarily override.