Croparia v4
No reviews yet
This mod adds new items and blocks to cultive resources
Designed to be relaxing and comfortable with little challenge, often including elements like peaceful villages, farming, and gentle exploration.
Centers around fantasy elements such as spells, rituals, and magical energies, often involving personal empowerment and magical automation.
Features a central focus of farming and villages/ homesteading.
Adds new ores or other raw resources.
Enhances farming mechanics and introduces new crops and livestock.
Adds extra features or content to an existing mod.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description

/!\ Croparia has been split into several mods since 4.1.0+ : Croparia, Stemaria, Soularia, Croparia+
Technaria will arrive soon /!\
- Please take a look at JEI to know how to craft the items in the mod, and Patchouli Fabric or Forge. Patchouli works with Croparia 4.2 and more.
- It adds 95 New Crops (Vanilla) !
-Coal
-Iron
-Gold
-Redstone
-Lapis
-Diamond
-Clay
-Glowstone
-Emerald
-Prismarine Shard
-Prismarine Cristal
-Ender Pearl
-Bone
-Spider eye
-Gunpowder
-Paper
-Sugar
-Charcoal
-Flint
-Snowball
-Firework Charge
-Nether Bricks
-Bottle
-Rabbit's Foot
-Rabbit's Hide
-Leather
-Feather
-Blaze Rod
-Ghast Tear
-Magma Cream
-Shulker Shell
-Nether Star
-String
-Slime Ball
-Rotten Flesh
-Vine
-Lilypad
-Dead Bush
-Tallgrass
-Large Fern
-Double Tall Grass
-Fern
-Oak Sapling
-Spruce Sapling
-Birch Sapling
-Jungle Sapling
-Acacia Sapling
-Dark Oak Sapling
-Apple
-Golden Apple
-Bread
-Egg
-Clownfish
-Pufferfish
-Cookie
-Chorus
-Raw Beef
-Raw Porc
-Raw Cod
-Raw Salmon
-Raw Chicken
-Raw Rabbit
-Raw Mutton
-All Colors
-Totem
-Lead
-Nametag
-Bottle O'enchanting
-Heart of the Sea
-Scute
-Nautilus Shell
-Phantom Membrane
-Wither Rose
-Dragon Egg
-Ink sac
-Honeycomb
-Netherite Scrap
-Amethyst
-Copper
-Glow Ink
- Compatible with 3 mods (47 Crops) : Applied Energistics 2, Tech Reborn and Mythic Metals
Applied Energistics 2
-Certus Quartz
-Fluix Crystals
-Silicon
Tech Reborn
-Tin
-Zinc
-Nickel
-Bronze
-Advanced Alloy
-Refined Iron
-Steel
-Lead
-Silver
-Electrum
-Iridium
-Platinum
-Tungsten
-Hot Tengstensteel
-Aluminum
-Titanium
-Chromium
-Sapphire
-Red Garnet
-Yellow Garnet
-Ruby
-Invar
-Tungstensteel
-Peridot
Mythic Metals
-Tin
-Bronze
-Steel
-Silver
-Platinum
-Adamanite
-Aquarium
-Banglum
-Carmot
-Celestium
-Durasteel
-Hallowed
-Kyber
-Managanese
-Mettalurgium
-Midas Gold
-Orichalcum
-Palladium
-Quadrillum
-Runite
-Star Platinum
-Stormyx
With Croparia 4.5, you can add your own crop by adding a json files here : .minecraft/crops/
The json should look like this :
FABRIC :
"name":"exemple",
"tier":1,
"tag":"c:raw_gold_ores",
"color":"0x4FD333"
}
"name":"exemple",
"tier":1,
"tag":"forge:raw_materials/gold",
"color":"0x4FD333"
}
{
"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
assets -> croparia -> models -> item -> fruit_[CROP NAME].json
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "croparia:item/seed_crop"
}
}
{
"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"
Latest versions :
1.20.4 :
-Fabric : v4.5
-Forge: v4.5
1.20.2 :
-NeoForge: v4.5
1.20.1 :
-Fabric: v4.5
-Forge: v4.5
Known bugs :
-Warning : you should change the configs concerning ore generation (Forge 1.18.2)

-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"
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources