From 4283f14d1853ad58b59a562bce620802f2c15d77 Mon Sep 17 00:00:00 2001 From: Freeman Date: Sun, 27 Aug 2023 08:39:49 +0200 Subject: [PATCH] new bank recipe --- bank.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bank.lua b/bank.lua index 69ef26b..cef1041 100644 --- a/bank.lua +++ b/bank.lua @@ -52,9 +52,9 @@ if bankcraft then core.register_craft({ output = "emeraldbank:bank", recipe = { - {"mcl_core:emerald", "mcl_core:emerald", "mcl_core:emerald"}, - {"mcl_core:emerald", "mcl_core:ironblock", "mcl_core:emerald"}, - {"mcl_core:emerald", "mcl_core:emerald", "mcl_core:emerald"}, + {"", "mcl_core:emerald", ""}, + {"", "mcl_core:ironblock", ""}, + {"", "", ""}, } }) end