BuildCraft|Core

BuildCraft|Core

7M Downloads

Rotate rail junctions in blueprints

SpaceToad opened this issue ยท 3 comments

commented

You might want to look at net.minecraftforge.common.util.RotationHelper.rotateVanillaBlock(Block, World, int, int, int, ForgeDirection)?

commented

Won't work - this in a blueprint, there's no world to feed it.

commented

Uhh then maybe do it at run-time?