added new animated chests to api

This commit is contained in:
TenPlus1 2017-05-08 08:30:56 +01:00
parent 64a0e32e95
commit cea94fb22e

View File

@ -40,6 +40,13 @@ local containers = {
{"bottom", "default:chest_locked", "main"}, {"bottom", "default:chest_locked", "main"},
{"side", "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 -- global function to add new containers