mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-31 09:35:25 +01:00 
			
		
		
		
	don't put "off" lava lamps in creative inv
This commit is contained in:
		| @@ -59,7 +59,7 @@ for i in ipairs(lavalamps_list) do | ||||
| 	        type = "fixed", | ||||
| 	        fixed = { -0.25, -0.5, -0.25, 0.25,0.5, 0.25 }, | ||||
| 	    }, | ||||
| 		groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3}, | ||||
| 		groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory=1}, | ||||
| 	    drop = "lavalamp:"..colour, | ||||
| 		on_rightclick = function(pos, node, clicker) | ||||
| 	        node.name = "lavalamp:"..colour | ||||
|   | ||||
		Reference in New Issue
	
	Block a user