ignore nbt for crafting

This commit is contained in:
kepler155c@gmail.com
2018-12-30 06:16:09 -05:00
parent d4b8ffb978
commit b726e5011f
3 changed files with 31 additions and 16 deletions

View File

@@ -26,14 +26,9 @@ local craftPage = UI.Page {
x = 6, y = 4,
value = 'Eject',
},
eject = UI.Chooser {
eject = UI.Checkbox {
x = 15, y = 4, width = 7,
value = true,
nochoice = 'No',
choices = {
{ name = 'Yes', value = true },
{ name = 'No', value = false },
},
},
},
resources = UI.Window {