added new animated chests to api
This commit is contained in:
parent
64a0e32e95
commit
cea94fb22e
7
init.lua
7
init.lua
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user