forked from mtcontrib/plantlife_modpack
		
	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({
 | 
					minetest.register_craft({
 | 
				
			||||||
	output = "trunks:twig_1 4",
 | 
						output = "trunks:twig_1 4",
 | 
				
			||||||
	recipe = {{"bushes:bushbranches2"}}
 | 
						recipe = {{"bushes:bushbranches3"}}
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
minetest.register_craft({
 | 
					minetest.register_craft({
 | 
				
			||||||
	output = "trunks:twig_1 4",
 | 
						output = "trunks:twig_1 4",
 | 
				
			||||||
	recipe = {{"bushes:bushbranches3"}}
 | 
						recipe = {{"bushes:bushbranches4"}}
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
minetest.register_craft({ -- twigs block --> twigs
 | 
					minetest.register_craft({ -- twigs block --> twigs
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user