Fix texture bug
This commit is contained in:
parent
f737be9a38
commit
e12ba852cf
@ -459,6 +459,8 @@ minetest.register_node("techage:meltingpot", {
|
|||||||
|
|
||||||
can_dig = can_dig,
|
can_dig = can_dig,
|
||||||
|
|
||||||
|
paramtype = "light",
|
||||||
|
use_texture_alpha = techage.CLIP,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {cracky = 3},
|
groups = {cracky = 3},
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
|
Loading…
Reference in New Issue
Block a user