[christmas] Add patch for init.lua.

master
AntumDeluge 2016-08-12 09:55:07 -07:00
parent 83de6a298e
commit ed7dda25dc
1 changed files with 86 additions and 0 deletions

View File

@ -0,0 +1,86 @@
--- init.lua.orig 2013-01-11 13:56:19.000000000 -0800
+++ init.lua 2016-08-12 09:49:29.829925501 -0700
@@ -122,12 +122,10 @@
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 @@
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 @@
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 @@
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 @@
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 @@
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 @@
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",