forked from mtcontrib/homedecor_modpack
		
	Fix missing warnings.
This commit is contained in:
		| @@ -77,7 +77,6 @@ minetest.register_node("chains:chandelier", { | |||||||
| 	walkable = false, | 	walkable = false, | ||||||
| 	climbable = true, | 	climbable = true, | ||||||
| 	sunlight_propagates = true, | 	sunlight_propagates = true, | ||||||
| 	paramtype = "light", |  | ||||||
| 	tiles = { | 	tiles = { | ||||||
| 		"chains_wrought_iron.png", | 		"chains_wrought_iron.png", | ||||||
| 		"chains_candle.png", | 		"chains_candle.png", | ||||||
| @@ -104,7 +103,6 @@ minetest.register_node("chains:chandelier_brass", { | |||||||
| 	walkable = false, | 	walkable = false, | ||||||
| 	climbable = true, | 	climbable = true, | ||||||
| 	sunlight_propagates = true, | 	sunlight_propagates = true, | ||||||
| 	paramtype = "light", |  | ||||||
| 	tiles = { | 	tiles = { | ||||||
| 		"chains_brass.png", | 		"chains_brass.png", | ||||||
| 		"chains_candle.png", | 		"chains_candle.png", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user