Schematic import

This commit is contained in:
Anuken
2019-10-19 01:19:32 -04:00
parent 08a51d8f1b
commit f7be953bb5
6 changed files with 60 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ public class DesktopInput extends InputHandler{
lastSchematic.tags.put("name", text);
schematics.add(lastSchematic);
ui.showInfoFade("$schematic.saved");
//ui.schematics.showInfo(lastSchematic);
ui.schematics.showInfo(lastSchematic);
});
}).colspan(2).size(250f, 50f);
});