fix deprecation

This commit is contained in:
Bruno Rybársky 2022-08-18 17:00:47 +02:00
parent e613fc034c
commit 3afed823ea

View File

@ -45,6 +45,7 @@ minetest.register_node("memorandum:letter_empty", {
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
use_texture_alpha = "clip",
walkable = false,
node_box = {type = "fixed", fixed = sheet},
groups = {snappy=3,dig_immediate=3,not_in_creative_inventory=1},
@ -153,6 +154,7 @@ minetest.register_node("memorandum:letter_written", {
},
paramtype = "light",
paramtype2 = "facedir",
use_texture_alpha = "clip",
sunlight_propagates = true,
walkable = false,
node_box = {type = "fixed", fixed = sheet},