Mineuniverse
Log in Register
Mods

Ic2c Custom Soils

adds custom soils and farmlands to ic2 classic's crop system using json.
by trinsdar
Claim this project
1,314 downloads
0 likes
Updated Jun 30, 2026
0 hypes

This adds the ability to add custom soils and farmlands to ic2c classic's crop system using json, specifically a file called customSoils.json.
Here's an example: 

{
"soils": blocks that go up to 3 blocks underneath the farmland
[
{
"blockName": "minecraft:stone", // the registry id of the block. if the block doesn't have an item form you can get the id by using crafttweaker and using the command ct blockinfo.
"blockMeta": 1, // meta of the block, if ommitted will default to 0. must be a vues between 0 and 15, can't be less then 0 or greater then 15.
"nutrientEffect": 2, // how many nutrients this soil adds to the crop, should be less then the amount added by a farmland with the same block if there is also a farmland with this block.
"humidityEffect": 1 // howmuch humidity this soil adds to the crop,should be less then the amount added by a farmland with the same block if there is also a farmland with this block.
}
],
"farmlands": // blocks crop sticks can be placed on.
[
{
"blockName": "minecraft:stone", // the registry id of the block. if the block doesn't have an item form you can get the id by using crafttweaker and using the command ct blockinfo.
"blockMeta": 1, // meta of the block, if ommitted will default to 0. must be a vues between 0 and 15, can't be less then 0 or greater then 15.
"nutrient": 3, // how many nutrients this farmland adds to the crop. can't be less then 0
"humidity": 2 // how much humidity this farmland adds to the crop.
}
]
}

 
My Discord: https://discord.gg/nX5a62j

No files available for download.

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