mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 18:13:46 +01:00
Remove iron apple from default
This commit is contained in:
parent
66f90a6101
commit
fc6c00cbe1
@ -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
|
-- Node definitions
|
||||||
--
|
--
|
||||||
@ -1331,12 +1322,6 @@ minetest.register_craftitem("default:apple", {
|
|||||||
on_use = minetest.craftitem_eat(4),
|
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
|
-- Creative inventory
|
||||||
--
|
--
|
||||||
|
@ -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
|
-- Node compatibility with old 0.4
|
||||||
--
|
--
|
||||||
|
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
Loading…
Reference in New Issue
Block a user