Updated Base Plugin Settings (markdown)

mikeprimm 2012-01-29 23:00:42 -08:00
parent b7952982a7
commit f00af8bc5f
1 changed files with 2 additions and 0 deletions

@ -157,3 +157,5 @@ Customized block IDs can be set for the IDs defined in the top of those files by
* _ic2-powerconverters-support_ : this setting, a boolean, controls the activation of texture and model support for the Industrial Craft 2 Power Converters custom blocks (as defined in renderdata/ic2-powerconverters-textures.txt). Default is false (disabled). Customized block IDs can be set for the IDs defined in the top of those files by adding the corresponding setting to configuration.txt (e.g. "ic2-blockPowerConverter: 175" if the power converter block has been mapped to ID 175)
* _netherores-support_ : this setting, a boolean, controls the activation of texture and model support for the NetherOres custom blocks (as defined in renderdata/netherores-textures.txt). Default is false (disabled). Customized block IDs can be set for the IDs defined in the top of those files by adding the corresponding setting to configuration.txt (e.g. "netherores-NetherOreBlock: 145" if the ore block has been mapped to ID 145)
* _superslopes-support_ : this setting, a boolean, controls the activation of texture and model support for the Kaevator's Superslopes custom blocks (as defined in renderdata/superslopes-texture.txt and renderdata/superslopes-models.txt). Default is false (disabled). Customized block IDs can be set for the IDs defined in the top of those files by adding the corresponding setting to configuration.txt (e.g. 'BlockKaevSteelSlopes: 214' if the steel slopes block has been mapped to ID 214).