Make an asm, set the recipe to one of the barrel ones, and then rotate it. Hover over it and run this command:
Code: Select all
/c local sel= game.player.selected local clone = sel.clone({position = {sel.position.x, sel.position.y + 3}}) game.print(sel.direction) game.print(clone.direction)