Files
meatballcraft/config/roost.cfg
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

19 lines
384 B
INI

# Configuration file
general {
# The speed multiplier for the breeder. Higher is faster.
# Min: 0.01
# Max: 100.0
D:breederSpeed=1.0
# Prevent vanilla chickens from laying eggs. Of interest to modpack makers only.
B:disableEggLaying=false
# The speed multiplier for the roost. Higher is faster.
# Min: 0.01
# Max: 100.0
D:roostSpeed=1.0
}