Fabric API

Fabric API

106M Downloads

Method for setting multiple blocks'/fluids' render layer with a single call

Juuxel opened this issue ยท 1 comments

commented

For example:

BlockRenderLayerMap.INSTANCE.putBlocks(
    RenderLayer.getCutout(),
    myBlock1,
    myBlock2
);
commented

I think thats a good idea.