mirror of
				https://github.com/Splizard/minetest-mod-snow.git
				synced 2025-11-04 07:35:29 +01:00 
			
		
		
		
	Merge pull request #26 from FozLand/master
Remove reference to undeclared global variable.
This commit is contained in:
		@@ -271,7 +271,6 @@ for _, name in pairs(snow_nodes) do
 | 
			
		||||
 | 
			
		||||
	stairsplus:register_all("moreblocks", name, nodename, {
 | 
			
		||||
		description = ndef.description,
 | 
			
		||||
		drop = drop,
 | 
			
		||||
		groups = {cracky=2, crumbly=2, choppy=2, oddly_breakable_by_hand=2, melts=2, icemaker=1},
 | 
			
		||||
		tiles = ndef.tiles,
 | 
			
		||||
		--paramtype2 = "facedir",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user