From 376f83cdd6033d03322dddffc9e405c0bf4c20c4 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sun, 15 Jan 2017 21:25:57 -0700 Subject: 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. --- crate.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crate.lua') 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",""} } }) -- cgit v1.2.3