Skip to content

Commit

Permalink
lord-server#267 Update MTG/default: cleanup chests crafting
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Apr 6, 2021
1 parent 043e0cf commit e72f2ea
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions mods/_minetest_game/default/crafting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,6 @@ minetest.register_craft({
}
})

minetest.register_craft({
output = 'default:chest',
recipe = {
{'default:wood', 'default:wood', 'default:wood'},
{'default:wood', '', 'default:wood'},
{'default:wood', 'default:wood', 'default:wood'},
}
})

minetest.register_craft({
type = "shapeless",
output = "default:chest_locked",
recipe = {"default:chest", "default:steel_ingot"}
})

minetest.register_craft({
output = 'default:coalblock',
recipe = {
Expand Down

0 comments on commit e72f2ea

Please sign in to comment.