[christmas] init.lua: Remove/Replace deprecated fields "wall_mounted" &
"light_propagates".
This commit is contained in:
parent
c2200600b7
commit
83de6a298e
@ -122,12 +122,10 @@ minetest.register_node("christmas:ligs", {
|
||||
drawtype = "signlike",
|
||||
tiles = {"christmas_lig.png"},
|
||||
inventory_image = "christmas_lig.png",
|
||||
light_propagates = true,
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
light_source = 20,
|
||||
is_ground_content = true,
|
||||
wall_mounted = true,
|
||||
walkable = false,
|
||||
climbable = false,
|
||||
selection_box = {
|
||||
@ -148,12 +146,10 @@ minetest.register_node("christmas:stoc", {
|
||||
drawtype = "signlike",
|
||||
tiles = {"christmas_stoc.png"},
|
||||
inventory_image = "christmas_stoc.png",
|
||||
light_propagates = true,
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
light_source = 0,
|
||||
is_ground_content = true,
|
||||
wall_mounted = true,
|
||||
walkable = false,
|
||||
climbable = false,
|
||||
selection_box = {
|
||||
@ -174,12 +170,10 @@ minetest.register_node("christmas:gar", {
|
||||
drawtype = "signlike",
|
||||
tiles = {"christmas_garr.png"},
|
||||
inventory_image = "christmas_garr.png",
|
||||
light_propagates = true,
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
light_source = 0,
|
||||
is_ground_content = true,
|
||||
wall_mounted = true,
|
||||
walkable = false,
|
||||
climbable = false,
|
||||
selection_box = {
|
||||
@ -202,10 +196,8 @@ minetest.register_node("christmas:slig", {
|
||||
inventory_image = "christmas_slig.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
light_propagates = true,
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
wall_mounted = true,
|
||||
light_source = 10,
|
||||
selection_box = {
|
||||
type = "wallmounted",
|
||||
@ -228,10 +220,8 @@ minetest.register_node("christmas:star", {
|
||||
inventory_image = "christmas_star.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
light_propagates = true,
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
wall_mounted = true,
|
||||
light_source = 40,
|
||||
selection_box = {
|
||||
type = "wallmounted",
|
||||
@ -253,10 +243,9 @@ minetest.register_node("christmas:fire", {
|
||||
tiles = {"christmas_fire.png", "christmas_fire.png", "christmas_fire.png"},
|
||||
inventory_image = "christmas_fire.png",
|
||||
paramtype = "light",
|
||||
light_propagates = true,
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
wall_mounted = true,
|
||||
paramtype2 = "wallmounted",
|
||||
light_source = 30,
|
||||
selection_box = {
|
||||
type = "wallmounted",
|
||||
@ -274,10 +263,8 @@ minetest.register_node("christmas:orn", {
|
||||
inventory_image = "christmas_orn.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
light_propagates = true,
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
wall_mounted = true,
|
||||
light_source = 0,
|
||||
selection_box = {
|
||||
type = "wallmounted",
|
||||
|
Loading…
x
Reference in New Issue
Block a user