From 734fbe4cbf9c3441d3c7a70dbbd4a84427914524 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Wed, 25 Jan 2012 14:39:30 +0800 Subject: [PATCH] Add IC2 Power Converters Rendering Support --- 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 3d4e8538..f0e2a490 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -211,10 +211,11 @@ smooth-biome-shading: 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) +# Enable Industrial Craft 2 block rendering support (core, Advanced Machines, Charging Bench, Power Converters) #ic2-support: true #ic2-advancesmachines-support: true #ic2-chargingbench-support: true +#ic2-powerconverters-support: true # Enable BuildCraft block rendering support #buildcraft-support: true