diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-15 21:25:57 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-15 21:25:57 -0700 |
commit | 376f83cdd6033d03322dddffc9e405c0bf4c20c4 (patch) | |
tree | ff9e0b285790a7d85696a355ef4550f4cff5736e | |
parent | 2078572811a1c80ebd1228b24b35392ba02f4908 (diff) |
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.
-rw-r--r-- | crate.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ minetest.register_craft({ recipe = { {"","default:chest",""}, {"","digtron:digtron_core",""}, - {"","default:mese",""} + {"","default:mese_crystal",""} } }) |