minetest-lexip16/rules/unified_inventory.py
2016-05-21 21:48:20 +08:00

14 lines
383 B
Python

_none_texture = ('color_black', 'simple_block', 'transparent')
textures = {
'ui_bags_lg_form': _none_texture,
'ui_bags_main_form': _none_texture,
'ui_bags_med_form': _none_texture,
'ui_bags_sm_form': _none_texture,
'ui_crafting_form': _none_texture,
'ui_form_bg': 'gui_formbg',
'ui_main_inventory': _none_texture,
'ui_single_slot': _none_texture,
}