Minecraft Ic2c Custom Soils mod 2026 download
logo
minecraft mod Ic2c Custom Soils

Ic2c Custom Soils

Game Version: 1.12.2
Total Downloads: 404
Updated: Nov 4, 2019
Created: Nov 4, 2019
Download Ic2c Custom SoilsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Ic2cCustomSoils-1.0.0.jar release 9.42 KB Nov 4, 2019 1.12.2 404 download Ic2c Custom Soils Ic2cCustomSoils-1.0.0.jar releaseDownload

Description

Share this:

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

Comments

Add a comment