header
logo

Croparia v4

Install
screenshot imagescreenshot imagescreenshot imagescreenshot imagescreenshot image
  • screenshot thumbnail
  • screenshot thumbnail
  • screenshot thumbnail
  • screenshot thumbnail
  • screenshot thumbnail

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"
}
 
 
 
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

 

 

 

 

 

 Known bugs :

 

-Warning : you should change the configs concerning ore generation (Forge 1.18.2)