Files
meatballcraft/config - Copy/roost.cfg
T
2024-10-23 15:17:54 -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
}