From a9c92395f3a23581d9dad9625195a00548fd5038 Mon Sep 17 00:00:00 2001 From: Christina Berchtold Date: Thu, 4 Jul 2019 17:46:42 +0200 Subject: TFFT should be complete and ready for tests --- config/GregTech/Recipes.cfg | 6 ++++++ config/IC2.ini | 2 +- config/splash.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/GregTech/Recipes.cfg b/config/GregTech/Recipes.cfg index 25bb16c96b..67e5f3f8ac 100644 --- a/config/GregTech/Recipes.cfg +++ b/config/GregTech/Recipes.cfg @@ -4632,6 +4632,12 @@ assembling { I:tile.hopper_800=800 I:tile.jukebox_400=400 I:tile.kekztech_gdcceramicelectrolyteunit_block_2400=2400 + I:tile.kekztech_tfftcasing_block_200=200 + I:tile.kekztech_tfftstoragefieldblock1_block_200=200 + I:tile.kekztech_tfftstoragefieldblock2_block_200=200 + I:tile.kekztech_tfftstoragefieldblock3_block_300=300 + I:tile.kekztech_tfftstoragefieldblock3_block_400=400 + I:tile.kekztech_tfftstoragefieldblock4_block_400=400 I:tile.kekztech_yszceramicelectrolyteunit_block_1200=1200 I:tile.kekztech_yszceramicelectrolyteunit_block_2400=2400 I:tile.lever_400=400 diff --git a/config/IC2.ini b/config/IC2.ini index e1662db4cc..c526d786f2 100644 --- a/config/IC2.ini +++ b/config/IC2.ini @@ -1,5 +1,5 @@ ; ic2 general config -; created Jul 3, 2019 1:01:13 AM +; created Jul 4, 2019 5:21:42 PM ;--- [worldgen] diff --git a/config/splash.properties b/config/splash.properties index c349e5e072..da46ee8ee0 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Wed Jul 03 01:01:04 CEST 2019 +#Thu Jul 04 17:21:32 CEST 2019 logoTexture=textures/gui/title/mojang.png background=0xFFFFFF font=0x0 -- cgit