mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-28 14:44:12 +00:00
feat: export as .schem
todo: block properties todo: fix bug with air blocks
This commit is contained in:
parent
6aa619c632
commit
37be502e1a
3 changed files with 140 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ function FileMenu() {
|
|||
<MenubarSub>
|
||||
<MenubarSubTrigger>Export to...</MenubarSubTrigger>
|
||||
<MenubarSubContent>
|
||||
<MenubarItem>.schematic</MenubarItem>
|
||||
<MenubarItem onClick={() => openDialog("SaveSchem")}>.schem</MenubarItem>
|
||||
<MenubarItem onClick={() => openDialog("SaveLitematic")}>.litematic</MenubarItem>
|
||||
<MenubarItem onClick={() => openDialog("SaveImage")}>image</MenubarItem>
|
||||
</MenubarSubContent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue