diff --git a/Base-Plugin-Settings.md b/Base-Plugin-Settings.md index c2631d4..ed4461d 100644 --- a/Base-Plugin-Settings.md +++ b/Base-Plugin-Settings.md @@ -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).