Farmer's Delight

Farmer's Delight

77M Downloads

Wild crop generation cannot be disabled

Roonas opened this issue ยท 2 comments

commented

Minecraft version

1.20.1

Farmer's Delight version

1.2.4

Forge version

1.20.1-47.1.46

Description

Config lacks option to completely disable the generation of wild crops, setting the range to 0, or as far from 0 as possible, still results in crop generation.

Steps to reproduce

No response

Mod list

n/a

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods
commented

All worldgen is data driven so you can remove it with datapack

commented

As said above, world gen features are based on datapacks now, which means it can't be disabled with configs.
You can disable FD's wild crops by making a datapack which replaces files in biome_modifiers with blank {} tags.