API hook to list facades
planetguy32 opened this issue ยท 5 comments
A future-proof way to list what facades are on a block, and which sides they're on, would be helpful.
@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)
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)
That looks perfect, thanks. I've finished writing my end of this, and it's working.