IC2C Json Crops
No reviews yet
IC2 Classic addon adding json system for adding crops
Forge is a popular mod loader for versions 1.1+ of Minecraft.
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
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
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
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