forked from mtcontrib/plantlife_modpack
		
	same for mixed berry pies
This commit is contained in:
		@@ -114,7 +114,6 @@ for i, berry in ipairs(bushes_classic.bushes) do
 | 
				
			|||||||
	})
 | 
						})
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if minetest.registered_nodes["farming:soil"] then
 | 
					 | 
				
			||||||
minetest.register_craft({
 | 
					minetest.register_craft({
 | 
				
			||||||
	output = "bushes:mixed_berry_pie_raw 2",
 | 
						output = "bushes:mixed_berry_pie_raw 2",
 | 
				
			||||||
	recipe = {
 | 
						recipe = {
 | 
				
			||||||
@@ -123,14 +122,5 @@ if minetest.registered_nodes["farming:soil"] then
 | 
				
			|||||||
	{ "group:berry", "group:berry", "group:berry" },
 | 
						{ "group:berry", "group:berry", "group:berry" },
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
else
 | 
					
 | 
				
			||||||
	minetest.register_craft({
 | 
					 | 
				
			||||||
		output = "bushes:mixed_berry_pie_raw 2",
 | 
					 | 
				
			||||||
		recipe = {
 | 
					 | 
				
			||||||
		{ "group:food_sugar", "group:junglegrass", "group:food_sugar" },
 | 
					 | 
				
			||||||
		{ "group:berry", "group:berry", "group:berry" },
 | 
					 | 
				
			||||||
		{ "group:berry", "group:berry", "group:berry" },
 | 
					 | 
				
			||||||
		},
 | 
					 | 
				
			||||||
	})
 | 
					 | 
				
			||||||
end
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user