edit alpha
This commit is contained in:
+2
-2
@@ -30,7 +30,7 @@ minetest.register_node(
|
||||
sunlight_propagates = true,
|
||||
sounds = stone_sounds,
|
||||
drawtype = "nodebox",
|
||||
alpha = 160,
|
||||
use_texture_alpha = "blend",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {-0.5, -0.5, 0.4, 0.5, 0.5, 0.5}
|
||||
@@ -91,7 +91,7 @@ minetest.register_node(
|
||||
sunlight_propagates = true,
|
||||
sounds = stone_sounds,
|
||||
drawtype = "nodebox",
|
||||
alpha = 160,
|
||||
use_texture_alpha = "blend",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {-0.5, -0.5, 0.4, 0.5, 0.5, 0.5}
|
||||
|
||||
Reference in New Issue
Block a user