CurseForge · Minecraft mod
Ic2c Custom Soils
adds custom soils and farmlands to ic2 classic's crop system using json.
Quick answer
Which Ic2c Custom Soils release should I use?
Ic2c Custom Soils Ic2cCustomSoils-1.0.0.jar targets 1.12.2. The project page does not say whether this file belongs on the client, dedicated server, or both. All 3 required mods have matching files.
Where it goes
Is Ic2c Custom Soils required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Ic2c Custom Soils Ic2cCustomSoils-1.0.0.jar need?
Ic2cCustomSoils-1.0.0.jar. Change the file and its required mods may change too.
Install IC2 Classic, The One Probe, Baubles first. We found matching files for this game-version and loader setup. 9 come through another mod in the chain.
9 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Ic2c Custom Soils without breaking your instance.
Built for Ic2c Custom Soils Ic2cCustomSoils-1.0.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use Ic2cCustomSoils-1.0.0.jar. It targets 1.12.2; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install IC2 Classic, The One Probe, Baubles first. We found matching files for this game-version and loader setup. 9 come through another mod in the chain.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside Ic2cCustomSoils-1.0.0.jar. It opens that exact file at the source.
About this project
What does Ic2c Custom Soils add?
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
Project description from CurseForge.
Pick your setup
Ic2c Custom Soils by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.12.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Ic2c Custom Soils versions and loaders
Ic2cCustomSoils-1.0.0.jar
4 Nov 2019
Looking for an older file? The official CurseForge project page is in Resources.