changed reziep for the steel cannonball

This commit is contained in:
adrido 2014-03-23 11:17:35 +01:00
parent 98a11f37a5
commit 2e871346ab

@ -130,11 +130,14 @@ minetest.register_craft({
}) })
minetest.register_craft({ minetest.register_craft({
output = 'cannons:ball_steel', output = 'cannons:ball_steel 2',
recipe = { recipe = {
{"default:steelblock"} {"", "default:steel_ingot",""},
{"default:steel_ingot","default:steel_ingot","default:steel_ingot"},
{"", "default:steel_ingot",""},
}, },
}) })
if cannons.enable_explosion then if cannons.enable_explosion then
minetest.register_craft({ minetest.register_craft({
output = 'cannons:ball_exploding 2', output = 'cannons:ball_exploding 2',
@ -145,6 +148,7 @@ minetest.register_craft({
}, },
}) })
end end
if cannons.enable_fire then if cannons.enable_fire then
minetest.register_craft({ minetest.register_craft({
output = 'cannons:ball_fire 2', output = 'cannons:ball_fire 2',