Skip to content

Commit

Permalink
Default: More generous meselamp recipe
Browse files Browse the repository at this point in the history
Require only 1 mese crystal instead of 3.
To make farming in dark locations easier.
To reduce and balance recipe ore cost.
  • Loading branch information
paramat committed Jan 2, 2017
1 parent 8bc9359 commit 42700a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mods/default/crafting.lua
Expand Up @@ -632,10 +632,10 @@ minetest.register_craft({
})

minetest.register_craft({
output = 'default:meselamp 1',
output = 'default:meselamp',
recipe = {
{'', 'default:mese_crystal',''},
{'default:mese_crystal', 'default:glass', 'default:mese_crystal'},
{'default:glass'},
{'default:mese_crystal'},
}
})

Expand Down

0 comments on commit 42700a4

Please sign in to comment.