Fix texture issoes

This commit is contained in:
Joachim Stolberg 2024-01-21 11:53:34 +01:00
parent eea5c1a4ef
commit ccd017b665

View File

@ -56,6 +56,8 @@ minetest.register_node("techage:ta4_collider_tube_inlet", {
fixed = {-4/8, -4/8, -4/8, 4/8, 4/8, 4/8}, fixed = {-4/8, -4/8, -4/8, 4/8, 4/8, 4/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,