mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
10 lines
530 B
TOML
Executable file
10 lines
530 B
TOML
Executable file
|
|
["Fish Trap Fishing"]
|
|
#The minimum amount of ticks that have to pass until the next item can be fished using the Fish Trap. Value must be below max value. (default = 4800)
|
|
"min ticks" = 4800
|
|
#The maximum amount of ticks that may pass until the next item is able to be fished using the Fish Trap. Value must be above min value. (default = 8000)
|
|
"max ticks" = 8000
|
|
#The chance with which a living fish is caught in a bucket if a water bucket is placed inside the Fish Trap. (default = 0.15)
|
|
#Range: 0.0 ~ 1.0
|
|
chance = 0.15
|
|
|