Fix paramtype/use_texture_alpha issue

This commit is contained in:
Joachim Stolberg 2023-03-05 11:39:01 +01:00
parent b40447ed95
commit 6e193f57ae

View File

@ -395,6 +395,8 @@ minetest.register_node("techage:meltingpot_active", {
can_dig = can_dig, can_dig = can_dig,
paramtype = "light",
use_texture_alpha = techage.CLIP,
drop = "techage:meltingpot", drop = "techage:meltingpot",
is_ground_content = false, is_ground_content = false,
groups = {cracky = 3, not_in_creative_inventory=1}, groups = {cracky = 3, not_in_creative_inventory=1},