mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-11-04 07:25:30 +01:00 
			
		
		
		
	fix https://github.com/mt-mods/plantlife_modpack/issues/38 - add use_texture_alpa param to nodes that have textures with alpa
This commit is contained in:
		@@ -36,6 +36,7 @@ for i in ipairs(lilies_list) do
 | 
			
		||||
			"flowers_waterlily"..deg2..".png",
 | 
			
		||||
			"flowers_waterlily"..deg2..".png^[transformFY"
 | 
			
		||||
		},
 | 
			
		||||
		use_texture_alpha = "clip",
 | 
			
		||||
		inventory_image = "flowers_waterlily.png",
 | 
			
		||||
		wield_image	= "flowers_waterlily.png",
 | 
			
		||||
		sunlight_propagates = true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user