astikorcarts
This commit is contained in:
parent
ad7b0bbc9b
commit
ad1c9d2e25
5 changed files with 58 additions and 1 deletions
17
config/tfcastikorcarts-common.toml
Normal file
17
config/tfcastikorcarts-common.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
[general]
|
||||
#
|
||||
# Max animal size that the animal cart can carry.
|
||||
#Range: 0 ~ 69
|
||||
maxAnimalSize = 3
|
||||
#
|
||||
# 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"
|
||||
#
|
||||
# Can the animal cart pick up players by pushing it into them?
|
||||
canPushIntoPlayers = true
|
||||
#
|
||||
# Can the animal cart pick up water animals?
|
||||
canCarryWaterEntities = true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue