Create area_containers.lua

This commit is contained in:
Beanzilla 2021-09-07 17:52:51 -04:00 committed by GitHub
parent ce75a7b45b
commit 53bde72ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
mods/area_containers.lua Normal file
View File

@ -0,0 +1,2 @@
-- Don't allow players to replicate containers, since there is a limit to the total number of containers
item_replicator.bl_add("area_containers:container")