diff options
| author | cheapie <no-email-for-you@example.com> | 2024-05-27 13:32:11 -0500 | 
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2024-05-27 13:32:11 -0500 | 
| commit | 4ae175d93418c5dd9b14bbaad83c1d08c8a61644 (patch) | |
| tree | 5c97822e54593014a7ebc7886660c4e22a1c2247 /labels | |
| parent | 97052d1579398e8f41239d8fbd7be6a6ae947dd1 (diff) | |
| download | roads-4ae175d93418c5dd9b14bbaad83c1d08c8a61644.tar roads-4ae175d93418c5dd9b14bbaad83c1d08c8a61644.tar.gz roads-4ae175d93418c5dd9b14bbaad83c1d08c8a61644.tar.bz2 roads-4ae175d93418c5dd9b14bbaad83c1d08c8a61644.tar.xz roads-4ae175d93418c5dd9b14bbaad83c1d08c8a61644.zip | |
Diffstat (limited to 'labels')
| -rw-r--r-- | labels/init.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/labels/init.lua b/labels/init.lua index e8d0624..36492c7 100644 --- a/labels/init.lua +++ b/labels/init.lua @@ -240,6 +240,7 @@ streets.register_label = function(friendlyname,name,tex,color,ink_needed,hide)  		walkable = false,  		inventory_image = tex,  		wield_image = tex, +		use_texture_alpha = "clip",  		after_place_node = function(pos)  			local node = minetest.get_node(pos)  			local lower_pos = {x = pos.x, y = pos.y-1, z = pos.z} | 
