Config pick (#11073)

* Pick Configs

* Fix character overlay picking

* More descriptive method name
This commit is contained in:
MEEPofFaith
2025-07-28 09:56:55 -04:00
committed by GitHub
parent efccaeb7fc
commit 4938bcaeb1
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"){