From 99f5575d2fbcf60f0f5b3b2c640baf13c4962103 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 4 Aug 2025 04:35:00 +0200 Subject: [PATCH] Update configStashes.lua --- .../tgiann-inventory/configs/configStashes.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua index 0aee729ed..27d4e9a1e 100644 --- a/resources/[inventory]/tgiann-inventory/configs/configStashes.lua +++ b/resources/[inventory]/tgiann-inventory/configs/configStashes.lua @@ -70,5 +70,20 @@ config.stashes = { weight = 70000, }, + ---- KAYAS RESTAURANT ---- + + { + coords = vector3(vector3(1898.94, 3714.66, 32.74)), + textUiLabel = 'öffnen', + name = 'kayasrfridge', -- uniq name + label = 'Lager', + slots = 80, + weight = 80000, + }, + + + + + } }