mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-10-27 03:35:34 +01:00 
			
		
		
		
	add attached_node=1 to all flowers not in pots (except waterlilies)
This commit is contained in:
		| @@ -28,7 +28,7 @@ for i in ipairs(flowers_list) do | |||||||
| 		sunlight_propagates = true, | 		sunlight_propagates = true, | ||||||
| 		paramtype = "light", | 		paramtype = "light", | ||||||
| 		walkable = false, | 		walkable = false, | ||||||
| 		groups = { snappy = 3,flammable=2, flower=1 }, | 		groups = { snappy = 3,flammable=2, flower=1, attached_node=1 }, | ||||||
| 		sounds = default.node_sound_leaves_defaults(), | 		sounds = default.node_sound_leaves_defaults(), | ||||||
| 		selection_box = { | 		selection_box = { | ||||||
| 			type = "fixed", | 			type = "fixed", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user