BuildCraft|Core

BuildCraft|Core

7M Downloads

API hook to list facades

planetguy32 opened this issue ยท 5 comments

commented

A future-proof way to list what facades are on a block, and which sides they're on, would be helpful.

commented

@planetguy32 - generally, my plan was to:
a) split off IPipeTile into IPluggableProvider and IPipeTile
b) add IFacadePluggable which gives you that information

Would this work?

(Also, BuildCraft will automatically not do redundant facades twice, so just register anything you need)

commented

For what you're doing, I think a14eb3b is enough

(Yes, it does let you define custom IFacadePluggables, both with and without a custom renderer)

commented

That looks perfect, thanks. I've finished writing my end of this, and it's working.

commented

Excellent. Closing. However, don't expect a release before February.

commented

Good to know. I'll add a check for the actual API I use, and make sure to test it with other BC versions.