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({
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',