Skip to content

Commit 42700a4

Browse files
committedJan 2, 2017
Default: More generous meselamp recipe
Require only 1 mese crystal instead of 3. To make farming in dark locations easier. To reduce and balance recipe ore cost.
1 parent 8bc9359 commit 42700a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎mods/default/crafting.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,10 @@ minetest.register_craft({
632632
})
633633

634634
minetest.register_craft({
635-
output = 'default:meselamp 1',
635+
output = 'default:meselamp',
636636
recipe = {
637-
{'', 'default:mese_crystal',''},
638-
{'default:mese_crystal', 'default:glass', 'default:mese_crystal'},
637+
{'default:glass'},
638+
{'default:mese_crystal'},
639639
}
640640
})
641641

0 commit comments

Comments
 (0)
Please sign in to comment.