From cea94fb22e29393bc31074c6ecd4ceb9f738bdc0 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 8 May 2017 08:30:56 +0100 Subject: [PATCH] added new animated chests to api --- init.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.lua b/init.lua index c72c9d8..08e86bb 100644 --- a/init.lua +++ b/init.lua @@ -40,6 +40,13 @@ local containers = { {"bottom", "default:chest_locked", "main"}, {"side", "default:chest_locked", "main"}, + + {"top", "default:chest", "default:chest"}, -- new animated chests + {"bottom", "default:chest", "default:chest"}, + {"side", "default:chest", "default:chest"}, + + {"bottom", "default:chest_locked", "default:chest"}, + {"side", "default:chest_locked", "default:chest"}, } -- global function to add new containers