From 58c7d6378ce46bb8f856c32c597c1647a9ae93da Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Fri, 11 May 2012 22:35:07 -0500 Subject: [PATCH] Add IC2 Compact Solars support setting --- src/main/resources/configuration.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 5524c5b0..bf09bd55 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -212,11 +212,12 @@ correct-water-lighting: true # 'newnorth' is used to rotate maps and rose (requires fullrender of any HDMap map - same as 'newrose' for FlatMap or KzedMap) compass-mode: newnorth -# Enable Industrial Craft 2 block rendering support (core, Advanced Machines, Charging Bench, Power Converters) +# Enable Industrial Craft 2 block rendering support (core, Advanced Machines, Charging Bench, Power Converters, Compact Solars) #ic2-support: true #ic2-advancesmachines-support: true #ic2-chargingbench-support: true #ic2-powerconverters-support: true +#ic2-compactsolars-support: true # Enable BuildCraft block rendering support #buildcraft-support: true