From 5fe214204875ac23e078e514dcd4fc8a001e3d37 Mon Sep 17 00:00:00 2001 From: kekzdealer Date: Thu, 21 Nov 2019 14:54:39 +0100 Subject: Added Item Server recipes. Removed unused reactor part recipes. --- src/main/resources/assets/kekztech/lang/en_US.lang | 1 + .../kekztech/textures/blocks/ItemServerIOPort.png | Bin 362 -> 778 bytes 2 files changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/kekztech/lang/en_US.lang b/src/main/resources/assets/kekztech/lang/en_US.lang index f83d06f111..2197856513 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -72,6 +72,7 @@ item.kekztech_crafting_item.12.name=Zirconia Dust item.kekztech_crafting_item.13.name=Ceria Dust item.kekztech_crafting_item.14.name=YSZ Ceramic Plate item.kekztech_crafting_item.15.name=GDC Ceramic Plate +item.kekztech_crafting_item.16.name=Item Server Blade tile.kekztech_gdcceramicelectrolyteunit_block.name=GDC Ceramic Electrolyte Unit tile.kekztech_yszceramicelectrolyteunit_block.name=YSZ Ceramic Electrolyte Unit diff --git a/src/main/resources/assets/kekztech/textures/blocks/ItemServerIOPort.png b/src/main/resources/assets/kekztech/textures/blocks/ItemServerIOPort.png index f91bd07ece..5e387411f2 100644 Binary files a/src/main/resources/assets/kekztech/textures/blocks/ItemServerIOPort.png and b/src/main/resources/assets/kekztech/textures/blocks/ItemServerIOPort.png differ -- cgit