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:
parent
01703cb0a3
commit
f4ed507897
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user