Community listing page, reviews here may not be monitored by the author.
Ic2c Custom Soils
No reviews yet
adds custom soils and farmlands to ic2 classic's crop system using json.
Community voices
Reviews
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
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
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