mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-11-03 23:25:26 +01:00 
			
		
		
		
	same for mixed berry pies
This commit is contained in:
		@@ -114,23 +114,13 @@ for i, berry in ipairs(bushes_classic.bushes) do
 | 
			
		||||
	})
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
if minetest.registered_nodes["farming:soil"] then
 | 
			
		||||
	minetest.register_craft({
 | 
			
		||||
		output = "bushes:mixed_berry_pie_raw 2",
 | 
			
		||||
		recipe = {
 | 
			
		||||
		{ "group:food_sugar", "farming:flour", "group:food_sugar" },
 | 
			
		||||
		{ "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
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "bushes:mixed_berry_pie_raw 2",
 | 
			
		||||
	recipe = {
 | 
			
		||||
	{ "group:food_sugar", "farming:flour", "group:food_sugar" },
 | 
			
		||||
	{ "group:berry", "group:berry", "group:berry" },
 | 
			
		||||
	{ "group:berry", "group:berry", "group:berry" },
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user