mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-10-30 05:15:35 +01:00 
			
		
		
		
	another error in basket recipes
This commit is contained in:
		| @@ -84,7 +84,7 @@ for i, berry in ipairs(bushes_classic.bushes) do | ||||
| 	minetest.register_craft({ | ||||
| 		output = "bushes:basket_"..berry.." 1", | ||||
| 		recipe = { | ||||
| 		{ "bushes:berry_pie_cooked", "bushes:berry_pie_cooked", "bushes:berry_pie_cooked" }, | ||||
| 		{ "bushes:"..berry.."_pie_cooked", "bushes:"..berry.."_pie_cooked", "bushes:"..berry.."_pie_cooked" }, | ||||
| 		{ "", "bushes:basket_empty", "" }, | ||||
| 		}, | ||||
| 	}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user