HomeJavaModsCroparia v4
Croparia v4
ModsJava

Croparia v4

This mod adds new items and blocks to cultive resources

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1 · NeoForge⬇ Download for 1.20.2 · NeoForge⬇ Download for 1.20.4 · Forge⬇ Download for 1.20.1 · Forge⬇ Download for 1.19.2 · Forge⬇ Download for 1.19.1 · Forge⬇ Download for 1.19 · Forge⬇ Download for 1.18.2 · Forge⬇ Download for 1.18.1 · Forge⬇ Download for 1.18 · Forge⬇ Download for 1.17.1 · Forge⬇ Download for 1.16.5 · Forge⬇ Download for 1.20.4 · Fabric⬇ Download for 1.20.2 · Fabric⬇ Download for 1.20.1 · Fabric⬇ Download for 1.19.4 · Fabric⬇ Download for 1.19.3 · Fabric⬇ Download for 1.19.2 · Fabric⬇ Download for 1.18.2 · Fabric⬇ Download for 1.18.1 · Fabric⬇ Download for 1.17.1 · Fabric
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Croparia v4 — screenshot 1Croparia v4 — screenshot 2Croparia v4 — screenshot 3Croparia v4 — screenshot 4Croparia v4 — screenshot 5

 

 

Croparia V5 is approaching, with 99 crops :

To get a crop, you will have to obtain a croparia of its tier. First, make a Cultivation Altar.
Surrond it with full grown crops (wheat, carrots, potatoes and beetroots). Then, use a diamond on it. Then, craft Mutable Seeds. You can now have any tier I crops !

For tier II crops, get a Croparia II by surrounding the Cultivation Altar with tier I Crops and using a Croparia tier I on it. Repeat until Tier VI !

 

 

-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

 

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"
}
 
 
 
FORGE :
{
"name":"exemple",
"tier":1,
"tag":"forge:raw_materials/gold",
"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

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

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more