summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-01-15 21:25:57 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-01-15 21:25:57 -0700
commit376f83cdd6033d03322dddffc9e405c0bf4c20c4 (patch)
treeff9e0b285790a7d85696a355ef4550f4cff5736e
parent2078572811a1c80ebd1228b24b35392ba02f4908 (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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crate.lua b/crate.lua
index 5606971..6797755 100644
--- a/crate.lua
+++ b/crate.lua
@@ -3,7 +3,7 @@ minetest.register_craft({
recipe = {
{"","default:chest",""},
{"","digtron:digtron_core",""},
- {"","default:mese",""}
+ {"","default:mese_crystal",""}
}
})