BuildCraft|Core

BuildCraft|Core

7M Downloads

Add api to allow other mod to use facade

samoht2401 opened this issue ยท 6 comments

commented

I can't figure out how I could properly get my own mod item supporting facade without extends Pipe stuff. So I was wondering if it would be posible to add a simply interface in the api like :
public interface IFacadeSupport {
public boolean canPlaceFacade(ForgeDirection direction);
}

commented

I though the IMC is for adding new facade textures, not for allowing facades to be placed on custom blocks.

commented

Ah, right, other way around.

commented

I think this can be done, but you do realize that you would have to handle all the facade rendering yourself...

commented

It can be done. AE does it

commented

Facades are dumb items as far as I know, the pipe does all the fancy stuff.