milo better user experience
This commit is contained in:
@@ -15,6 +15,9 @@ local exportView = UI.Window {
|
||||
},
|
||||
sortColumn = 'slot',
|
||||
help = 'Edit this entry',
|
||||
accelerators = {
|
||||
delete = 'remove_entry',
|
||||
},
|
||||
},
|
||||
text = UI.Text {
|
||||
x = 2, y = -2,
|
||||
@@ -38,7 +41,11 @@ local exportView = UI.Window {
|
||||
|
||||
function exportView:isValidType(node)
|
||||
local m = device[node.name]
|
||||
return m and m.pullItems and { name = 'Generic Inventory', value = 'machine' }
|
||||
return m and m.pullItems and {
|
||||
name = 'Generic Inventory',
|
||||
value = 'machine',
|
||||
help = 'Chest, furnace... (has an inventory)'
|
||||
}
|
||||
end
|
||||
|
||||
function exportView:isValidFor(node)
|
||||
|
||||
Reference in New Issue
Block a user