forked from mtcontrib/x_enchanting
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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,
|
||||||
|
Reference in New Issue
Block a user