Initial commit
This commit is contained in:
23
both/config/forestry/lepidopterology.cfg
Normal file
23
both/config/forestry/lepidopterology.cfg
Normal file
@@ -0,0 +1,23 @@
|
||||
# Configuration file
|
||||
|
||||
~CONFIG_VERSION: 1.0.0
|
||||
|
||||
butterfly {
|
||||
|
||||
entities {
|
||||
# Prevent random butterflies from autonomously spawning from Forestry leaves. [default: false]
|
||||
B:disable.leaf.spawns=false
|
||||
|
||||
# New butterflies will stay in item form and will not take flight once this limit is reached. [range: 0 ~ 5000, default: 1000]
|
||||
I:maximum=1000
|
||||
|
||||
# Allow butterflies to pollinate leaves. [default: true]
|
||||
B:pollination=true
|
||||
|
||||
# Butterflies will stop natural spawning once this limit is reached. [range: 0 ~ 500, default: 100]
|
||||
I:spawn.limit=100
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user