Skip to content
0tho edited this page Oct 1, 2014 · 14 revisions

Config File

Base Config File

Follow this base file to make your config files.

All *.json files for CI should be in "minecraftInstance/config/customItems/"

The mod allows multiple files configuration. The file name is not used.

On the right sidebar there are links for better information on each section of the config file.

CI now has a .cfg file for general configuration.

Legend

In every page of this wiki :

Properties inside {} are OBRIGATORY

Properties inside [] are OPTIONAL. the value after = is their DEFAULT Value

Textures

All textures should be inside a resource pack that has a folder for CI.

######Path for: Items, foods, tools, armor items, seeds resourcepacks/customPack/assets/customItems/textures/items/texture.png

######Path for: Blocks, fluids, crops resourcepacks/customPack/assets/customItems/textures/blocks/texture.png

######Path for: Armor models resourcepacks/customPack/assets/customItems/textures/models/armor/texture.png

Examples

Will be posted in a near future

Clone this wiki locally