Add craft recipe for digiline chest

This commit is contained in:
MT-Modder 2015-02-05 15:24:22 -05:00
parent 1bf3151320
commit 81ffa957d2
1 changed files with 6 additions and 0 deletions

View File

@ -135,3 +135,9 @@ minetest.register_node("digilines_inventory:chest", {
minetest.log("action", player:get_player_name().." takes stuff from chest at "..minetest.pos_to_string(pos))
end
})
minetest.register_craft({
type = "shapeless",
output = "digilines_inventory:chest",
recipe = {"default:chest", "digilines:wire_std_00000000"}
})