aboutsummaryrefslogtreecommitdiff
path: root/kekztech
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2024-05-25 13:42:15 +0100
committerRaven Szewczyk <git@eigenraven.me>2024-05-25 13:42:15 +0100
commite6ddc31395e2f53e4b08fc4cf7091cf2744a23e2 (patch)
tree78dee2359aaba6fc526f4189dcfc871c0bb6934f /kekztech
parentf5cb8a50061da2279812f8d11d7e0451350f9e6c (diff)
downloadGT5-Unofficial-e6ddc31395e2f53e4b08fc4cf7091cf2744a23e2.tar.gz
GT5-Unofficial-e6ddc31395e2f53e4b08fc4cf7091cf2744a23e2.tar.bz2
GT5-Unofficial-e6ddc31395e2f53e4b08fc4cf7091cf2744a23e2.zip
Move kekztech sources
Diffstat (limited to 'kekztech')
-rw-r--r--kekztech/src/main/java/client/ClientProxy.java19
-rw-r--r--kekztech/src/main/java/client/gui/KT_UITextures.java17
-rw-r--r--kekztech/src/main/java/common/Blocks.java59
-rw-r--r--kekztech/src/main/java/common/CommonProxy.java42
-rw-r--r--kekztech/src/main/java/common/Recipes.java141
-rw-r--r--kekztech/src/main/java/common/Researches.java71
-rw-r--r--kekztech/src/main/java/common/TileEntities.java43
-rw-r--r--kekztech/src/main/java/common/blocks/BaseGTUpdateableBlock.java57
-rw-r--r--kekztech/src/main/java/common/blocks/Block_GDCUnit.java29
-rw-r--r--kekztech/src/main/java/common/blocks/Block_IchorJar.java230
-rw-r--r--kekztech/src/main/java/common/blocks/Block_LapotronicEnergyUnit.java173
-rw-r--r--kekztech/src/main/java/common/blocks/Block_LargeHexPlate.java65
-rw-r--r--kekztech/src/main/java/common/blocks/Block_TFFTStorageField.java92
-rw-r--r--kekztech/src/main/java/common/blocks/Block_ThaumiumReinforcedJar.java252
-rw-r--r--kekztech/src/main/java/common/blocks/Block_YSZUnit.java29
-rw-r--r--kekztech/src/main/java/common/itemBlocks/IB_IchorJar.java27
-rw-r--r--kekztech/src/main/java/common/itemBlocks/IB_LapotronicEnergyUnit.java190
-rw-r--r--kekztech/src/main/java/common/itemBlocks/IB_TFFTStorageField.java63
-rw-r--r--kekztech/src/main/java/common/itemBlocks/IB_ThaumiumReinforcedJar.java27
-rw-r--r--kekztech/src/main/java/common/items/ErrorItem.java48
-rw-r--r--kekztech/src/main/java/common/items/MetaItem_CraftingComponent.java89
-rw-r--r--kekztech/src/main/java/common/recipeLoaders/AlloySmelter.java32
-rw-r--r--kekztech/src/main/java/common/recipeLoaders/Assembler.java295
-rw-r--r--kekztech/src/main/java/common/recipeLoaders/AssemblyLine.java227
-rw-r--r--kekztech/src/main/java/common/recipeLoaders/ChemicalReactor.java30
-rw-r--r--kekztech/src/main/java/common/recipeLoaders/Crafting.java72
-rw-r--r--kekztech/src/main/java/common/recipeLoaders/FormingPress.java29
-rw-r--r--kekztech/src/main/java/common/recipeLoaders/Mixer.java48
-rw-r--r--kekztech/src/main/java/common/recipeLoaders/ResearchableAssemblyLine.java137
-rw-r--r--kekztech/src/main/java/common/recipeLoaders/Unpackager.java200
-rw-r--r--kekztech/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java1189
-rw-r--r--kekztech/src/main/java/common/tileentities/GTMTE_SOFuelCellMK1.java221
-rw-r--r--kekztech/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java222
-rw-r--r--kekztech/src/main/java/common/tileentities/GTMTE_TFFT.java787
-rw-r--r--kekztech/src/main/java/common/tileentities/GTMTE_TFFTHatch.java271
-rw-r--r--kekztech/src/main/java/common/tileentities/TE_IchorJar.java10
-rw-r--r--kekztech/src/main/java/common/tileentities/TE_IchorVoidJar.java10
-rw-r--r--kekztech/src/main/java/common/tileentities/TE_ThaumiumReinforcedJar.java10
-rw-r--r--kekztech/src/main/java/common/tileentities/TE_ThaumiumReinforcedVoidJar.java10
-rw-r--r--kekztech/src/main/java/kekztech/Items.java70
-rw-r--r--kekztech/src/main/java/kekztech/KekzCore.java83
-rw-r--r--kekztech/src/main/java/kekztech/ServerProxy.java6
-rw-r--r--kekztech/src/main/java/util/Util.java93
-rw-r--r--kekztech/src/main/resources/assets/gregtech/textures/blocks/iconsets/TFFT.pngbin238 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/gregtech/textures/blocks/iconsets/TFFT_ACTIVE.pngbin412 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/gregtech/textures/blocks/iconsets/TFFT_ACTIVE.png.mcmeta5
-rw-r--r--kekztech/src/main/resources/assets/gregtech/textures/blocks/iconsets/TFFT_ACTIVE_GLOW.pngbin255 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/gregtech/textures/blocks/iconsets/TFFT_ACTIVE_GLOW.png.mcmeta6
-rw-r--r--kekztech/src/main/resources/assets/gregtech/textures/blocks/iconsets/TFFT_HATCH.pngbin113 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/lang/en_US.lang109
-rw-r--r--kekztech/src/main/resources/assets/kekztech/lang/zh_CN.lang93
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/GDCCeramicElectrolyteUnit.pngbin425 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/InsanelyUltimateEnergyUnit_side.pngbin448 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/InsanelyUltimateEnergyUnit_top.pngbin277 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LSCBase_side.pngbin251 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LSCBase_top.pngbin266 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit1_side.pngbin279 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit1_top.pngbin296 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_side.pngbin280 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit2_top.pngbin296 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_side.pngbin279 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit3_top.pngbin295 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_side.pngbin279 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit4_top.pngbin296 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit6_side.pngbin279 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit6_top.pngbin259 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit7_side.pngbin279 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LapotronicEnergyUnit7_top.pngbin276 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_0_0.pngbin212902 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_0_1.pngbin194679 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_0_2.pngbin188252 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_0_3.pngbin202085 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_1_0.pngbin203604 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_1_1.pngbin202723 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_1_2.pngbin184021 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_1_3.pngbin185686 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_2_0.pngbin183484 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_2_1.pngbin189460 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_2_2.pngbin205600 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_2_3.pngbin197674 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_3_0.pngbin193911 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_3_1.pngbin205189 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_3_2.pngbin198508 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/LargeHexTile_3_3.pngbin202600 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/MegaUltimateEnergyUnit_side.pngbin492 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/MegaUltimateEnergyUnit_top.pngbin243 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/ReallyUltimateEnergyUnit_side.pngbin488 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/ReallyUltimateEnergyUnit_top.pngbin227 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTCasing.pngbin320 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock1.pngbin156 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock10.pngbin887 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock10.png.mcmeta45
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock2.pngbin156 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock3.pngbin156 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock4.pngbin156 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock5.pngbin156 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock6.pngbin156 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock7.pngbin161 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock8.pngbin156 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/TFFTStorageFieldBlock9.pngbin156 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/UltimateEnergyUnit_side.pngbin274 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/UltimateEnergyUnit_top.pngbin241 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/YSZCeramicElectrolyteUnit.pngbin423 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/ichor_jar_bottom.pngbin384 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/ichor_jar_side.pngbin465 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/ichor_jar_side_void.pngbin467 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/ichor_jar_top.pngbin547 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/ichor_jar_top_void.pngbin560 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/thaumreinforced_jar_bottom.pngbin566 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/thaumreinforced_jar_side.pngbin718 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/thaumreinforced_jar_side_void.pngbin717 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/thaumreinforced_jar_top.pngbin670 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/blocks/thaumreinforced_jar_top_void.pngbin669 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/gui/overlay_button/wireless_off.pngbin703 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/gui/overlay_button/wireless_off_disabled.pngbin743 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/gui/overlay_button/wireless_on.pngbin644 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/items/CeriaDust.pngbin263 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/items/Error.pngbin6206 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/items/GDCCeramicDust.pngbin254 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/items/GDCCeramicPlate.pngbin281 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/items/YSZCeramicDust.pngbin254 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/items/YSZCeramicPlate.pngbin277 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/items/YttriaDust.pngbin252 -> 0 bytes
-rw-r--r--kekztech/src/main/resources/assets/kekztech/textures/items/ZirconiaDust.pngbin253 -> 0 bytes
124 files changed, 0 insertions, 6073 deletions
diff --git a/kekztech/src/main/java/client/ClientProxy.java b/kekztech/src/main/java/client/ClientProxy.java
deleted file mode 100644
index 9dfaea0d33..0000000000
--- a/kekztech/src/main/java/client/ClientProxy.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package client;
-
-import common.CommonProxy;
-
-import cpw.mods.fml.common.event.FMLInitializationEvent;
-import cpw.mods.fml.common.event.FMLPreInitializationEvent;
-
-public class ClientProxy extends CommonProxy {
-
- @Override
- public void preInit(final FMLPreInitializationEvent e) {
- super.preInit(e);
- }
-
- @Override
- public void init(final FMLInitializationEvent e) {
- super.init(e);
- }
-}
diff --git a/kekztech/src/main/java/client/gui/KT_UITextures.java b/kekztech/src/main/java/client/gui/KT_UITextures.java
deleted file mode 100644
index 6f28a0280b..0000000000
--- a/kekztech/src/main/java/client/gui/KT_UITextures.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package client.gui;
-
-import com.gtnewhorizons.modularui.api.drawable.UITexture;
-
-import kekztech.KekzCore;
-
-public class KT_UITextures {
-
- public static final UITexture OVERLAY_BUTTON_WIRELESS_ON = UITexture
- .fullImage(KekzCore.MODID, "gui/overlay_button/wireless_on");
-
- public static final UITexture OVERLAY_BUTTON_WIRELESS_OFF = UITexture
- .fullImage(KekzCore.MODID, "gui/overlay_button/wireless_off");
-
- public static final UITexture OVERLAY_BUTTON_WIRELESS_OFF_DISABLED = UITexture
- .fullImage(KekzCore.MODID, "gui/overlay_button/wireless_off_disabled");
-}
diff --git a/kekztech/src/main/java/common/Blocks.java b/kekztech/src/main/java/common/Blocks.java
deleted file mode 100644
index 4003e8e9e4..0000000000
--- a/kekztech/src/main/java/common/Blocks.java
+++ /dev/null
@@ -1,59 +0,0 @@
-package common;
-
-import net.minecraft.block.Block;
-
-import common.blocks.Block_GDCUnit;
-import common.blocks.Block_IchorJar;
-import common.blocks.Block_LapotronicEnergyUnit;
-import common.blocks.Block_LargeHexPlate;
-import common.blocks.Block_TFFTStorageField;
-import common.blocks.Block_ThaumiumReinforcedJar;
-import common.blocks.Block_YSZUnit;
-
-import kekztech.KekzCore;
-
-public class Blocks {
-
- public static Block yszUnit;
- public static Block gdcUnit;
- public static Block tfftStorageField;
- public static Block jarThaumiumReinforced;
- public static Block jarIchor;
- public static Block lscLapotronicEnergyUnit;
-
- public static Block largeHexPlate;
-
- public static void preInit() {
- KekzCore.LOGGER.info("Registering blocks...");
-
- registerBlocks_SOFC();
- registerBlocks_TFFT();
- registerBlocks_Jars();
- registerBlocks_LSC();
- registerBlocks_Cosmetics();
-
- KekzCore.LOGGER.info("Finished registering blocks");
- }
-
- private static void registerBlocks_SOFC() {
- yszUnit = Block_YSZUnit.registerBlock();
- gdcUnit = Block_GDCUnit.registerBlock();
- }
-
- private static void registerBlocks_TFFT() {
- tfftStorageField = Block_TFFTStorageField.registerBlock();
- }
-
- private static void registerBlocks_Jars() {
- jarThaumiumReinforced = Block_ThaumiumReinforcedJar.registerBlock();
- jarIchor = Block_IchorJar.registerBlock();
- }
-
- private static void registerBlocks_LSC() {
- lscLapotronicEnergyUnit = Block_LapotronicEnergyUnit.registerBlock();
- }
-
- private static void registerBlocks_Cosmetics() {
- largeHexPlate = Block_LargeHexPlate.registerBlock();
- }
-}
diff --git a/kekztech/src/main/java/common/CommonProxy.java b/kekztech/src/main/java/common/CommonProxy.java
deleted file mode 100644
index 777a8af268..0000000000
--- a/