Fix texture bug

This commit is contained in:
Joachim Stolberg 2023-07-20 18:59:24 +02:00
parent f737be9a38
commit e12ba852cf

View File

@ -459,6 +459,8 @@ minetest.register_node("techage:meltingpot", {
can_dig = can_dig,
paramtype = "light",
use_texture_alpha = techage.CLIP,
is_ground_content = false,
groups = {cracky = 3},
sounds = default.node_sound_metal_defaults(),