Back to mods
Croparia project artwork

Modrinth · Minecraft mod

Croparia

This mod adds new items and blocks to cultive resources

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Croparia release should I use?

Updated 2 years ago
Latest stable file 4.5.2
Game version 1.20.1
Loader Fabric

Croparia 4.5.2 targets 1.20.1 with Fabric. Installation on the client is optional. Installation on the dedicated server is optional. All 1 required mods have matching files.

Where it goes

Is Croparia required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

Client Optional
Dedicated server Optional
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source marks this as usable on both the client and server.

What else does Croparia 4.5.2 need?

4.5.2. Change the file and its required mods may change too.

All 1 required mods have matching files

Install Fabric API first. We found matching files for this game-version and loader setup.

Fabric API Needed by Croparia 4.5.2
required
Matching file found Matched file: 0.92.11+1.20.1

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Croparia without breaking your instance.

Built for Croparia 4.5.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 4.5.2. It targets 1.20.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Fabric API first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 4.5.2. It opens that exact file at the source.

About this project

What does Croparia add?

Croparia

-This Mod adds crops for ressources cultivation

-You can also download Stemaria, Soularia and Croparia+, addons for Croparia.

-Please take a look at JEI or REI to know how to craft the items in the mod, and Patchouli to have a Guide Book.

-It adds 95 new crops, some new factory blocks and "magic" items !

With Croparia 4.5, you can add your own crop by adding a json files here : .minecraft/crops/

The json should look like this :


{
"name":"exemple",
"tier":1,
"tag":"c:raw_gold_ores",
"color":"0x4FD333"
}

Once the crop is added, you will need to add some few assets in a ressource pack.

assets -> croparia -> blockstates -> block_crop_[CROP NAME].json


{
"variants": {
"age=0": {
"model": "croparia:block/crop_stage0"
},
"age=1": {
"model": "croparia:block/crop_stage1"
},
"age=2": {
"model": "croparia:block/crop_stage2"
},
"age=3": {
"model": "croparia:block/crop_stage3"
},
"age=4": {
"model": "croparia:block/crop_stage4"
},
"age=5": {
"model": "croparia:block/crop_stage5" you can change crop_stage5 by : animal_stage5 / monster_stage5 / food_stage5 / nature_stage5
},
"age=6": {
"model": "croparia:block/crop_stage6" you can change crop_stage6 by : animal_stage6 / monster_stage6 / food_stage6 / nature_stage6
},
"age=7": {
"model": "croparia:block/crop_stage7" you can change crop_stage7 by : animal_stage7 / monster_stage7 / food_stage7 / nature_stage7
}
}
}

assets -> croparia -> models -> item -> seed_crop_[CROP NAME].json


{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "croparia:item/seed_crop"
}
}

assets -> croparia -> models -> item -> fruit_[CROP NAME].json


{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "croparia:item/fruit_crop",
"layer1": "croparia:item/fruit_crop_overlay"
}
}

assets -> croparia -> lang -> en_us.json


"block.croparia.block_crop_[CROP NAME]": "[CROP NAME] Seeds",
"item.croparia.fruit_[CROP NAME]": "[CROP NAME] Fruit"

Project description from Modrinth.

Pick your setup

Croparia by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

10 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Croparia versions and loaders

14 of 14 releases match

Looking for an older file? The official Modrinth project page is in Resources.