mirror of
https://github.com/joe7575/lumberjack.git
synced 2024-11-22 15:03:45 +01:00
Merge pull request #19 from mazes-80/visible_steps
Use blend rather than clip for texture alpha
This commit is contained in:
commit
9738e57d4c
2
init.lua
2
init.lua
@ -22,7 +22,7 @@
|
|||||||
lumberjack = {}
|
lumberjack = {}
|
||||||
|
|
||||||
-- Test MT 5.4 new string mode
|
-- Test MT 5.4 new string mode
|
||||||
local CLIP = minetest.features.use_texture_alpha_string_modes and "clip" or true
|
local CLIP = minetest.features.use_texture_alpha_string_modes and "blend" or true
|
||||||
local S = minetest.get_translator("lumberjack")
|
local S = minetest.get_translator("lumberjack")
|
||||||
|
|
||||||
local MY_PARAM1_VAL = 7 -- to identify placed nodes
|
local MY_PARAM1_VAL = 7 -- to identify placed nodes
|
||||||
|
Loading…
Reference in New Issue
Block a user