Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2025-07-28 10:14:47 -04:00
5 changed files with 21 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ public enum EditorTool{
Tile tile = editor.tile(x, y);
editor.drawBlock = tile.block() == Blocks.air || !tile.block().inEditor ? tile.overlay() == Blocks.air ? tile.floor() : tile.overlay() : tile.block();
editor.drawBlock.editorPicked(tile);
}
},
line(KeyCode.l, "replace", "orthogonal"){