mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-31 04:25:32 +01:00 
			
		
		
		
	Removed all whitespaces (using new script)
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| local lavalamps_list = { | ||||
| 	{ "Red Lava Lamp", "red"}, | ||||
| 	{ "Orange Lava Lamp", "orange"},	 | ||||
| 	{ "Orange Lava Lamp", "orange"}, | ||||
| 	{ "Yellow Lava Lamp", "yellow"}, | ||||
| 	{ "Green Lava Lamp", "green"}, | ||||
| 	{ "Blue Lava Lamp", "blue"}, | ||||
| @@ -52,7 +52,7 @@ for i in ipairs(lavalamps_list) do | ||||
| 	    tiles = { | ||||
| 	        "lavalamp_metal.png", | ||||
| 	        "lavalamp_lamp_off.png", | ||||
| 	    },	     | ||||
| 	    }, | ||||
| 	    paramtype = "light", | ||||
| 	    paramtype2 = "facedir", | ||||
| 	    sunlight_propagates = true, | ||||
| @@ -78,5 +78,5 @@ for i in ipairs(lavalamps_list) do | ||||
| 			{"", "wool:black", "", } | ||||
| 		} | ||||
| 	}) | ||||
| 	 | ||||
|  | ||||
| end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user