1
0
mirror of https://bitbucket.org/minetest_gamers/x_enchanting.git synced 2025-04-21 17:50:21 +02:00

Add missing use_texture_alpha

This commit is contained in:
Juraj Vajda 2023-04-01 14:40:34 -04:00
parent 01703cb0a3
commit f4ed507897

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,