mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
10 lines
212 B
TOML
10 lines
212 B
TOML
|
#Stop mods from adding custom flowers
|
||
|
flowers = true
|
||
|
#Stop mods from adding surface structures
|
||
|
surface_structures = true
|
||
|
#Stop mods from adding entities
|
||
|
entities = true
|
||
|
#Stop mods from adding lakes
|
||
|
lakes = true
|
||
|
|