Fix use_texture_alpha issue

master
Joachim Stolberg 2022-07-11 20:11:22 +02:00
parent 3d6630c8d7
commit 8518f721a8
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ minetest.register_node("hyperloop:tube_crowbar", {
description = S("Hyperloop Tube Crowbar"),
inventory_image = "hyperloop_tubecrowbar.png",
wield_image = "hyperloop_tubecrowbar.png",
use_texture_alpha = true,
use_texture_alpha = hyperloop.CLIP,
groups = {cracky=1, book=1},
on_use = remove_tube,
on_place = repair_tubes,