mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Disable node placement prediction for waterlily (#65)
It doesn't work well because of the special on_place.
This commit is contained in:
		| @@ -63,6 +63,7 @@ for i in ipairs(lilies_list) do | |||||||
| 			fixed = { -0.5, -0.49, -0.5, 0.5, -0.49, 0.5 }, | 			fixed = { -0.5, -0.49, -0.5, 0.5, -0.49, 0.5 }, | ||||||
| 		}, | 		}, | ||||||
| 		buildable_to = true, | 		buildable_to = true, | ||||||
|  | 		node_placement_prediction = "", | ||||||
|  |  | ||||||
| 		liquids_pointable = true, | 		liquids_pointable = true, | ||||||
| 		drop = "flowers:waterlily", | 		drop = "flowers:waterlily", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user