Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
Storm Survival Farmland Compat
A small compatibility datapack for Minecraft 1.20.1 that makes Let's Do: Brewery hops work correctly on farmland from Regions Unexplored.
The datapack adds:
regions_unexplored:peat_farmlandregions_unexplored:silt_farmland
to the existing:
#farm_and_charm:farmland
This allows Brewery hops to be planted and grown on both Regions Unexplored farmland variants without modifying any mod JARs.
Tested with
- Minecraft 1.20.1
- Regions Unexplored
0.5.6+1.20.1 - [Let's Do] Farm & Charm
1.0.14 - [Let's Do] Brewery - Farm&Charm Compat
2.0.6
Other Minecraft 1.20.1 versions may also work if the relevant block IDs and farmland-tag behavior remain unchanged, but they are not guaranteed.
Installation
- Download the datapack ZIP.
- Put it into your world's
datapacksfolder. - Restart the world/server or run
/reload. - You can verify that it loaded with
/datapack list.
Scope
This datapack intentionally fixes only the compatibility that can be solved cleanly through tags.
It does not provide universal Regions Unexplored farmland support for every crop. Farm & Charm's ordinary crops and HerbalBrews crops use block-specific vanilla crop placement logic and require a separate code-side compatibility solution.
Vinery grapes use their own bush/vine/pot mechanics and are not normal farmland crops.
Technical details
The datapack extends #farm_and_charm:farmland using "replace": false, so existing tag entries are preserved.
It does not change:
- crop growth speed
- recipes
- seasons
- farmland moisture
- world generation
- any third-party mod files
Source code and validation tools are available on GitHub:
https://github.com/sqwiziiy/storm-survival-farmland-compat
License
MIT
This is an independent compatibility project and is not affiliated with or endorsed by the developers of Regions Unexplored or the Let's Do mods.

