2016-10-04 11:23:50 +08:00

8 lines
284 B
Python

textures = {
'bubble': ('breath', 'bubble', 'bubble'),
'crack_anylength': ('color_gray', 'crack_anylength', 'crack_anylength'),
'halo': ('color_gray', 'simple_block', 'halo'),
'heart': ('health', 'heart', 'heart'),
'wieldhand': ('hand', 'simple_block', 'hand'),
}