IC2C Json Crops

Quick rating

IC2C Json Crops

No reviews yet

IC2 Classic addon adding json system for adding crops

Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
IC2C-Json-Crops-1.1.0.jar
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works