Mineuniverse
Log in Register
Mods

IC2C Json Crops

IC2 Classic addon adding json system for adding crops
by trinsdar
Download Claim this project
322 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Industrial Craft

IC2C Json Crops is an addon for ic2 classic on 1.19 making it possible to add custom crops, soils, farmlands, and seeds using json files. each json files is placed in config/ic2c/<subdir>, where subdir is crops for crops, seeds for seeds, farmalnds for farmlands, and subsoils for subsoils
Here's the example crop json that gets generated:

{
"id": "examplemod:example",
"name": "ic2.crop.example", //Translation key for crop
"discoveredBy": "Example",
"displayItem": "minecraft:diamond", // can be either a string or an object
"properties": { //all these fields are required
"tier": 1,
"chemistry": 2,
"consumable": 3,
"defensive": 3,
"colorful": 4,
"weed": 5
},
"attributes": [
"Yellow",
"Light"
],
"textures": [ //must be as many textures as there are growth stages, as defined in growthSteps
"ic2:block/crops/reed/growing_0",
"ic2:block/crops/reed/growing_1",
"ic2:block/crops/reed/growing_reed_2"
],
"growthSteps": 3,
"drops": [
{
"item": "minecraft:diamond",
"count": 1
}
],
//optional
"cropType" : "AIR", //valid options are AIR, WATER, BOTH
"optimalHarvestStep": 3, //if omitted defaults to growthSteps
"stages": [ //if omitted or left empty, uses the defaults defined below. Also the last one in this list is used for it's stage and all stages after. stage number is determined by position in list
{ //all fields in this object are optional
"growth": 600, //if omitted, defaults to tier in properties object * 200
"minLightLevel": 1, //defaults to 0
"maxLightLevel": 14, //defaults to 15
"minHumidity": 0, //defaults to -1, which means it gets ignored
"maxHumidity": 9, //defaults to -1, which means it gets ignored
"blocksBelow": [ //list of valid blocks/block tags
"minecraft:dirt"
]
}
],
"droppingSeeds": true, //whether this crop can drop seeds if seed mode is enabled
"seedDrops": [
{
"item": "minecraft:dirt",
"count": 1
}
]
}

 

Note: This mod was writen in kotlin, so it requires Kotlin for forge

IC2C-Json-Crops-1.1.0.jar
MC Client, 1.19.2, Forge, Server
Release 2024-10-04 Get

More from trinsdar

Advanced Solars Classic
965,106
Gravisuit Classic
896,502
IC2 Classic Tweaker
85,648
Terrestria Reforged
83,542
IC2C Extras
740,534
BiC Clipboard
72,930

You Might Also Like

Advanced Solar Panels
Adds additional upgraded forms of the IC2 Solar Panel
9,907,442
Advanced Solars Classic
A version of Chocohead's Advanced Solar Panels Ported to and tweaked for Ic2 Classic.
965,106
Gravisuit Classic
Edition of Gravitation Suit ported to and designed for Ic2 Classic
896,502
Energy Control
Monitor your energy
895,138
Dynamic Trees - Industrial Craft 2
Compatibility Mod between Dynamic trees and Industrial Craft 2
78,296
Create: Aether Industry
Adds bulk enchanting, based on the enchanting of The Aether mod's Altar and combined it with create bulk processing.
69,607