mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-28 14:44:12 +00:00
feat: exporting to .litematic
this took like 2 days todo: - fix other blocks - block properties
This commit is contained in:
parent
b8f55b401f
commit
560ca4e429
2 changed files with 150 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ function FileMenu() {
|
|||
<MenubarSubTrigger>Export to...</MenubarSubTrigger>
|
||||
<MenubarSubContent>
|
||||
<MenubarItem>.schematic</MenubarItem>
|
||||
<MenubarItem>.litematic</MenubarItem>
|
||||
<MenubarItem onClick={() => openDialog("SaveLitematic")}>.litematic</MenubarItem>
|
||||
<MenubarItem>image</MenubarItem>
|
||||
</MenubarSubContent>
|
||||
</MenubarSub>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue