Move chests to new mcl_chests mod

This commit is contained in:
Wuzzy 2017-01-27 12:42:05 +01:00
parent 3bafea382e
commit 191b09f62a
14 changed files with 275 additions and 284 deletions

View file

@ -450,15 +450,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = 'default:chest',
recipe = {
{'group:wood', 'group:wood', 'group:wood'},
{'group:wood', '', 'group:wood'},
{'group:wood', 'group:wood', 'group:wood'},
}
})
minetest.register_craft({
output = 'default:furnace',
recipe = {
@ -1018,12 +1009,6 @@ minetest.register_craft({
burntime = 15,
})
minetest.register_craft({
type = "fuel",
recipe = "default:chest",
burntime = 15,
})
minetest.register_craft({
type = "fuel",
recipe = "default:fishing_rod",