fix deprecation
This commit is contained in:
parent
e613fc034c
commit
3afed823ea
2
init.lua
2
init.lua
@ -45,6 +45,7 @@ minetest.register_node("memorandum:letter_empty", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
use_texture_alpha = "clip",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
node_box = {type = "fixed", fixed = sheet},
|
node_box = {type = "fixed", fixed = sheet},
|
||||||
groups = {snappy=3,dig_immediate=3,not_in_creative_inventory=1},
|
groups = {snappy=3,dig_immediate=3,not_in_creative_inventory=1},
|
||||||
@ -153,6 +154,7 @@ minetest.register_node("memorandum:letter_written", {
|
|||||||
},
|
},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
node_box = {type = "fixed", fixed = sheet},
|
node_box = {type = "fixed", fixed = sheet},
|
||||||
|
Loading…
Reference in New Issue
Block a user