mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-10-30 13:25:33 +01:00 
			
		
		
		
	fix wield scale on giant tree fern leaves
This commit is contained in:
		| @@ -129,6 +129,7 @@ minetest.register_node("ferns:tree_fern_leaves_giant", { | |||||||
| 	description = "Tree Fern Crown (Dicksonia)", | 	description = "Tree Fern Crown (Dicksonia)", | ||||||
| 	drawtype = "plantlike", | 	drawtype = "plantlike", | ||||||
| 	visual_scale = math.sqrt(8), | 	visual_scale = math.sqrt(8), | ||||||
|  | 	wield_scale = {x=1,y=1,z=1}, | ||||||
| 	paramtype = "light", | 	paramtype = "light", | ||||||
| 	--paramtype2 = "facedir", | 	--paramtype2 = "facedir", | ||||||
| 	--tiles = {"[combine:"..TSS..T1.."ferns_5.png"..T2.."ferns_6.png"..T3.."ferns_7.png"..T4.."ferns_8.png^[transformFX^[combine:"..TSS..T1.."ferns_5.png"..T2.."ferns_6.png"..T3.."ferns_7.png"..T4.."ferns_8.png"}, | 	--tiles = {"[combine:"..TSS..T1.."ferns_5.png"..T2.."ferns_6.png"..T3.."ferns_7.png"..T4.."ferns_8.png^[transformFX^[combine:"..TSS..T1.."ferns_5.png"..T2.."ferns_6.png"..T3.."ferns_7.png"..T4.."ferns_8.png"}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user