From 95ae4bcb0146fbccb6eaf0f0b3477050b8dde533 Mon Sep 17 00:00:00 2001 From: kekzdealer Date: Fri, 11 Oct 2019 02:29:41 +0200 Subject: Fixed TFFT persistency. Made TFFT storage more expensive. Added Multi Hatch recipe. Increased version #. Perparing for release. --- config/GregTech/Recipes.cfg | 2 ++ config/IC2.ini | 2 +- config/splash.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/GregTech/Recipes.cfg b/config/GregTech/Recipes.cfg index d15efea11c..0441cbeb13 100644 --- a/config/GregTech/Recipes.cfg +++ b/config/GregTech/Recipes.cfg @@ -4702,6 +4702,8 @@ assembling { I:tile.jukebox_400=400 I:tile.kekztech_gdcceramicelectrolyteunit_block_2400=2400 I:tile.kekztech_tfftcasing_block_200=200 + I:tile.kekztech_tfftcasingblock_block_200=200 + I:tile.kekztech_tfftmultihatch_block_6000=6000 I:tile.kekztech_tfftstoragefieldblock1_block_200=200 I:tile.kekztech_tfftstoragefieldblock2_block_200=200 I:tile.kekztech_tfftstoragefieldblock3_block_300=300 diff --git a/config/IC2.ini b/config/IC2.ini index b22fa00f9f..34e97e643d 100644 --- a/config/IC2.ini +++ b/config/IC2.ini @@ -1,5 +1,5 @@ ; ic2 general config -; created Oct 10, 2019 4:06:49 AM +; created Oct 11, 2019 2:18:17 AM ;--- [worldgen] diff --git a/config/splash.properties b/config/splash.properties index 6ae82a8b9c..966b9ae3b6 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Thu Oct 10 04:06:42 CEST 2019 +#Fri Oct 11 02:18:09 CEST 2019 logoTexture=textures/gui/title/mojang.png background=0xFFFFFF font=0x0 -- cgit