mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 14:05:29 +01:00 
			
		
		
		
	Re-increased amount of sticks given for a default:wood
- Avoided conflict between building_blocks:sticks and default:wood by changing the default:wood's recipe and output
This commit is contained in:
		@@ -1,8 +1,7 @@
 | 
			
		||||
-- mods/default/crafting.lua
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "default:wood 4",
 | 
			
		||||
	output = "default:wood 9",
 | 
			
		||||
	recipe = {{"default:tree"},}
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
@@ -19,7 +18,7 @@ minetest.register_craft({
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "default:stick 4",
 | 
			
		||||
	output = "default:stick 9",
 | 
			
		||||
	recipe = {{"group:wood"},}
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user