Fix paramtype/use_texture_alphaissue
This commit is contained in:
parent
2826423e5b
commit
e068a39c4d
@ -93,6 +93,8 @@ minetest.register_node("techage:ta4_magnet", {
|
|||||||
},
|
},
|
||||||
wield_scale = {x = 0.8, y = 0.8, z = 0.8},
|
wield_scale = {x = 0.8, y = 0.8, z = 0.8},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
paramtype = "light",
|
||||||
|
use_texture_alpha = techage.CLIP,
|
||||||
groups = {cracky = 1},
|
groups = {cracky = 1},
|
||||||
on_rotate = screwdriver.disallow,
|
on_rotate = screwdriver.disallow,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
Loading…
Reference in New Issue
Block a user