milo: drop from trashcans

This commit is contained in:
kepler155c
2018-11-13 18:56:29 -05:00
parent 16c56aa092
commit f6c05dba56
2 changed files with 67 additions and 37 deletions

View File

@@ -251,27 +251,13 @@ The settings will take effect immediately!]],
x = 2, y = -4, height = 3,
margin = 1,
manualControls = true,
[1] = UI.Chooser {
width = 7,
[1] = UI.Checkbox {
formLabel = 'Ignore Dmg', formKey = 'ignoreDamage',
pruneEmpty = true,
nochoice = 'No',
choices = {
{ name = 'Yes', value = true },
{ name = 'No', value = false },
},
help = 'Ignore damage of item'
help = 'Ignore damage of item',
},
[2] = UI.Chooser {
width = 7,
[2] = UI.Checkbox {
formLabel = 'Ignore NBT', formKey = 'ignoreNbtHash',
pruneEmpty = true,
nochoice = 'No',
choices = {
{ name = 'Yes', value = true },
{ name = 'No', value = false },
},
help = 'Ignore NBT of item'
help = 'Ignore NBT of item',
},
[3] = UI.Chooser {
width = 13,