mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-11-03 23:25:26 +01:00 
			
		
		
		
	Fix typo in crafting recipes in trunks
Fixes #24 Co-authored-by: A S Lewis <aslewis@cpan.org>
This commit is contained in:
		@@ -35,11 +35,11 @@ minetest.register_craft({
 | 
			
		||||
})
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "trunks:twig_1 4",
 | 
			
		||||
	recipe = {{"bushes:bushbranches2"}}
 | 
			
		||||
	recipe = {{"bushes:bushbranches3"}}
 | 
			
		||||
})
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "trunks:twig_1 4",
 | 
			
		||||
	recipe = {{"bushes:bushbranches3"}}
 | 
			
		||||
	recipe = {{"bushes:bushbranches4"}}
 | 
			
		||||
})
 | 
			
		||||
end
 | 
			
		||||
minetest.register_craft({ -- twigs block --> twigs
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user