minetest-lexip16/rules/pipeworks.py

6 lines
333 B
Python
Raw Normal View History

2016-06-18 00:07:45 +08:00
textures = {
'pipeworks_tube_connection_metallic': (('steel', 'color_black'), 'tube_connection', 'tube_connection'),
'pipeworks_tube_connection_stony': (('stone', 'color_black'), 'tube_connection', 'tube_connection'),
'pipeworks_tube_connection_wooden': (('wood', 'color_black'), 'tube_connection', 'tube_connection'),
}