astikorcarts
This commit is contained in:
parent
ad7b0bbc9b
commit
ad1c9d2e25
5 changed files with 58 additions and 1 deletions
40
config/astikorcarts-common.toml
Normal file
40
config/astikorcarts-common.toml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
|
||||
#Configuration for all carts and cart-like vehicles, check log for automatic "pull_animals" list.
|
||||
[carts]
|
||||
|
||||
#The Supply Cart, a type of cart that stores items
|
||||
[carts.supply_cart]
|
||||
#Animals that are able to pull this cart, such as ["minecraft:horse"]
|
||||
#An empty list defaults to all which may wear a saddle but not steered by an item
|
||||
pull_animals = []
|
||||
#Slow speed modifier toggled by the sprint key
|
||||
#Range: -1.0 ~ 0.0
|
||||
slow_speed = -0.65
|
||||
#Base speed modifier applied to animals (-0.5 = half normal speed)
|
||||
#Range: -1.0 ~ 0.0
|
||||
pull_speed = 0.0
|
||||
|
||||
#The Animal Cart, a type of cart to haul other animals
|
||||
[carts.animal_cart]
|
||||
#Animals that are able to pull this cart, such as ["minecraft:horse"]
|
||||
#An empty list defaults to all which may wear a saddle but not steered by an item
|
||||
pull_animals = []
|
||||
#Slow speed modifier toggled by the sprint key
|
||||
#Range: -1.0 ~ 0.0
|
||||
slow_speed = -0.65
|
||||
#Base speed modifier applied to animals (-0.5 = half normal speed)
|
||||
#Range: -1.0 ~ 0.0
|
||||
pull_speed = 0.0
|
||||
|
||||
#The Plow, an animal pulled machine for tilling soil and creating paths
|
||||
[carts.plow]
|
||||
#Animals that are able to pull this cart, such as ["minecraft:horse"]
|
||||
#An empty list defaults to all which may wear a saddle but not steered by an item
|
||||
pull_animals = []
|
||||
#Slow speed modifier toggled by the sprint key
|
||||
#Range: -1.0 ~ 0.0
|
||||
slow_speed = -0.65
|
||||
#Base speed modifier applied to animals (-0.5 = half normal speed)
|
||||
#Range: -1.0 ~ 0.0
|
||||
pull_speed = 0.0
|
||||
|
||||
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
|
||||
|
||||
File diff suppressed because one or more lines are too long
BIN
mods/TFCAstikorCarts-1.20.1-1.1.7.jar
Normal file
BIN
mods/TFCAstikorCarts-1.20.1-1.1.7.jar
Normal file
Binary file not shown.
BIN
mods/astikorcarts-1.20.x-1.1.6.jar
Normal file
BIN
mods/astikorcarts-1.20.x-1.1.6.jar
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue