mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-28 14:44:12 +00:00
feat: open schematic (.litematic)
known bug: blobs of air blocks in some schematics
This commit is contained in:
parent
8726ffeedd
commit
612d519068
5 changed files with 174 additions and 12 deletions
|
|
@ -20,7 +20,7 @@ function FileMenu() {
|
|||
<MenubarMenu>
|
||||
<MenubarTrigger>File</MenubarTrigger>
|
||||
<MenubarContent>
|
||||
<MenubarItem>Open Schematic</MenubarItem>
|
||||
<MenubarItem onClick={() => openDialog("OpenSchematic")}>Open Schematic</MenubarItem>
|
||||
<MenubarItem onClick={() => openDialog("OpenImage")}>Open Image</MenubarItem>
|
||||
<MenubarSeparator />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue