reprice the crate to be cheaper. I made the recipe based on how annoying it was to code, not how pricey it should be in game.

This commit is contained in:
FaceDeer 2017-01-15 21:25:57 -07:00
parent 2078572811
commit 376f83cdd6

@ -3,7 +3,7 @@ minetest.register_craft({
recipe = { recipe = {
{"","default:chest",""}, {"","default:chest",""},
{"","digtron:digtron_core",""}, {"","digtron:digtron_core",""},
{"","default:mese",""} {"","default:mese_crystal",""}
} }
}) })