forked from minetest-mods/mesecons
		
	Making glue from any sapling
Moretree and Ethereal mods add a lot of saplings
This commit is contained in:
		@@ -14,7 +14,7 @@ minetest.register_craftitem("mesecons_materials:fiber", {
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "mesecons_materials:glue 2",
 | 
			
		||||
	type = "cooking",
 | 
			
		||||
	recipe = "default:sapling",
 | 
			
		||||
	recipe = "group:sapling",
 | 
			
		||||
	cooktime = 2
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user