mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-11-04 07:25:30 +01:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			2019-06-18
			...
			2019-06-18
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					31e0066238 | 
@@ -221,7 +221,7 @@ for i in pairs(TRuNKS) do
 | 
			
		||||
	if minetest.get_modpath(MoD) ~= nil
 | 
			
		||||
	and NR < 6 -- moretrees trunks allready have facedir
 | 
			
		||||
	and minetest.registered_nodes[trunkname] then -- the node being called exists.
 | 
			
		||||
			temptrunk = minetest.registered_nodes[trunkname]
 | 
			
		||||
			temptrunk = table.copy(minetest.registered_nodes[trunkname])
 | 
			
		||||
			temptrunk.paramtype2 = "facedir"
 | 
			
		||||
			minetest.register_node(":"..trunkname, temptrunk)
 | 
			
		||||
	end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user