Crop Biome Limiter

Quick rating

Crop Biome Limiter

No reviews yet

Crops can only grow where they should.

Mod Loaders
Forge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
cropbiomelimiter-26.1.2-2.3.0.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Only allow crops to grow where they should. 

  • highly configurable with GUI config utility
  • JEI/REI integrated atlas of seed-to-biome and biome-to-seed interactions
  • defaults spread crop biome compatibility across the world
  • modded crops use vanilla behavior until added to config

The goal is to give players a reason to build farms / bases throughout the world with a reliable transportation in between instead of just bringing all the seeds back to grow at one main base.

Use the GUI config utility to quickly view or adjust which biomes crops can grow in. Configuration in config/cropbiomelimiter/ and is split into three JSON files:

  • general.json
  • threshold-mode.json
  • explicit-mode.json

Threshold mode (default):

This mode focuses on using biome temperature and has_precipitation values along side world generation to determine which biomes a crop may grow normally in without needing to configure every biome/crop pair.

Though everything is configurable, by default players are warned when attempting to plant in the wrong biome (rather than preventing placement altogether). Bonemeal still works as a magical way to force growth by default, but plants will die at the same rate as they would have grown naturally in vanilla.

Explicit mode:

This mode is for those who want finer control and allows you to explicitly set the rules per-crop, per-biome, per-dimension.

Example explicit-mode rule using all three behavior keywords:

{
  "schema_version": 1,
  "fallback": {
    "default_behavior": "growable",
    "biomes": {}
  },
  "dimensions": {
    "minecraft:overworld": {
      "default_behavior": "growable",
      "biomes": {
        "minecraft:plains": {
          "minecraft:wheat": "growable",
          "minecraft:carrots": "bonemeal-required",
          "minecraft:potatoes": "unplantable"
        }
      }
    }
  }
}

Admin commands:

  • /cropbiomelimiter reload-config reloads config without restarting.
  • /cropbiomelimiter export-registry writes a registry snapshot for config editing and modpack setup.

Note: 2.0 rewrite for 26.1.2 simplified the mod and changed many behaviors. In particular the old version blocked all unconfigured crops by default. 

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works