19 lines
384 B
INI
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
|
|
}
|
|
|
|
|