Merge pull request #924 from Redeix/dev

Actual fix for astikor cart item size!
This commit is contained in:
Redeix 2025-04-28 14:07:33 -05:00 committed by GitHub
commit bcc6c9cbf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
#
# The largest (inclusive) size of an item that is allowed in a supply cart.
#Allowed Values: TINY, VERY_SMALL, SMALL, NORMAL, LARGE, VERY_LARGE, HUGE
maxItemSize = "VERY_LARGE"
maxItemSize = "HUGE"
#
# Can the animal cart pick up players by pushing it into them?
canPushIntoPlayers = true