FramedBlocks

FramedBlocks

45M Downloads

[Mod Support]:

mcm opened this issue ยท 3 comments

commented

The mod to integrate with

Create

Describe the feature

Have you considered creating framed versions of Create's casings? Specifically it would be cool to be able to encase shafts and cogs in "framed casings"

commented

Duplicate of #348.
As mentioned in the linked issue, this is not possible at the moment.

commented

Is it more possible/doable through an integration with something like Create Encased?

commented

Unfortunately not. The issue is that I would need to inherit from Create's BlockEntities to avoid having to duplicate their code but at the same time I need to inherit from my own BlockEntity to have the FramedBlocks functionality, which is of course not possible. I had a similar issue with signs and the chiseled bookshelf, but their code was significantly simpler, so duplicating their code was viable.