Remove iron apple from default

This commit is contained in:
Perttu Ahola 2011-12-03 20:31:41 +02:00
parent 66f90a6101
commit fc6c00cbe1
3 changed files with 0 additions and 24 deletions

View File

@ -778,15 +778,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = 'craft "default:apple_iron" 1',
recipe = {
{'', 'craft "default:steel_ingot"', ''},
{'craft "default:steel_ingot"', 'craft "apple"', 'craft "default:steel_ingot"'},
{'', 'craft "default:steel_ingot"', ''},
}
})
--
-- Node definitions
--
@ -1331,12 +1322,6 @@ minetest.register_craftitem("default:apple", {
on_use = minetest.craftitem_eat(4),
})
minetest.register_craftitem("default:apple_iron", {
image = "apple_iron.png",
on_place_on_ground = minetest.craftitem_place_item,
on_use = minetest.craftitem_eat(8),
})
--
-- Creative inventory
--

View File

@ -445,15 +445,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = 'craft "default:apple_iron" 1',
recipe = {
{'', 'craft "steel_ingot"', ''},
{'craft "steel_ingot"', 'craft "apple"', 'craft "steel_ingot"'},
{'', 'craft "steel_ingot"', ''},
}
})
--
-- Node compatibility with old 0.4
--

View File

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 207 B