Updated Base Plugin Settings (markdown)

mikeprimm 2012-01-29 23:04:56 -08:00
parent f00af8bc5f
commit e6238ffebe

@ -159,3 +159,5 @@ Customized block IDs can be set for the IDs defined in the top of those files by
* _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).
* _railcraft-support_ : this setting, a boolean, controls the activation of texture and model support for the Railcraft custom blocks (as defined in renderdata/railcraft-texture.txt and renderdata/railcraft-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. 'railcraft-elevatorBlock: 221' if the elevator rails block has been mapped to ID 221).