This commit is contained in:
samsonsin
2025-05-29 23:26:10 +02:00
commit 90b3575aea
11149 changed files with 2362534 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Configuration file
~CONFIG_VERSION: 1.0.0
butterfly {
entities {
# New butterflies will stay in item form and will not take flight once this limit is reached. [range: 0 ~ 5000, default: 1000]
I:maximum=50
# 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=5
}
}