Compare commits

...

2 Commits

Author SHA1 Message Date
f4ed507897 Add missing use_texture_alpha 2023-04-01 14:40:34 -04:00
01703cb0a3 3 Add support for item_drop mod 2023-02-26 15:45:25 +00:00

View File

@ -31,6 +31,7 @@ minetest.register_node('x_enchanting:table', {
drawtype = 'mesh', drawtype = 'mesh',
mesh = 'x_enchanting_table.obj', mesh = 'x_enchanting_table.obj',
tiles = { 'x_enchanting_table.png' }, tiles = { 'x_enchanting_table.png' },
use_texture_alpha = 'clip',
paramtype = 'light', paramtype = 'light',
paramtype2 = 'facedir', paramtype2 = 'facedir',
walkable = true, walkable = true,