From 2e871346ab11a5ed7e1f5e79348565793240f438 Mon Sep 17 00:00:00 2001 From: adrido Date: Sun, 23 Mar 2014 11:17:35 +0100 Subject: [PATCH] changed reziep for the steel cannonball --- items.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/items.lua b/items.lua index f8c48cb..1b517ce 100644 --- a/items.lua +++ b/items.lua @@ -130,11 +130,14 @@ minetest.register_craft({ }) minetest.register_craft({ - output = 'cannons:ball_steel', + output = 'cannons:ball_steel 2', recipe = { - {"default:steelblock"} + {"", "default:steel_ingot",""}, + {"default:steel_ingot","default:steel_ingot","default:steel_ingot"}, + {"", "default:steel_ingot",""}, }, }) + if cannons.enable_explosion then minetest.register_craft({ output = 'cannons:ball_exploding 2', @@ -145,6 +148,7 @@ minetest.register_craft({ }, }) end + if cannons.enable_fire then minetest.register_craft({ output = 'cannons:ball_fire 2',