update
This commit is contained in:
parent
6a4a8549be
commit
7cb3d02fcc
@ -1,6 +1,6 @@
|
||||
minetest.register_node("mcl_better_end:end_sand", {
|
||||
description = "End Sand",
|
||||
tiles = {"end_sand.png"}
|
||||
tiles = {"end_sand.png"},
|
||||
stack_max = 64,
|
||||
|
||||
drop = "mcl_better_end:end_sand",
|
||||
@ -14,7 +14,7 @@ minetest.register_node("mcl_better_end:end_sand", {
|
||||
|
||||
minetest.register_node("mcl_better_end:end_glass", {
|
||||
description = "End Glass",
|
||||
tiles = {"end_glass.png"}
|
||||
tiles = {"end_glass.png"},
|
||||
drawtype = "glasslike_framed_optional",
|
||||
sunlight_propagates = true,
|
||||
stack_max = 64,
|
||||
|
Loading…
x
Reference in New Issue
Block a user