index
:
github/GT5-Unofficial.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src')
-rw-r--r--
src/Java/gregtech/api/util/Recipe_GT.java
2
-rw-r--r--
src/Java/gtPlusPlus/GTplusplus.java
103
-rw-r--r--
src/Java/gtPlusPlus/core/block/ModBlocks.java
10
-rw-r--r--
src/Java/gtPlusPlus/core/block/general/FluidTankInfinite.java
110
-rw-r--r--
src/Java/gtPlusPlus/core/block/general/LightGlass.java
31
-rw-r--r--
src/Java/gtPlusPlus/core/block/machine/FishTrap.java
1
-rw-r--r--
src/Java/gtPlusPlus/core/block/machine/Machine_SuperJukebox.java
215
-rw-r--r--
src/Java/gtPlusPlus/core/client/renderer/RenderBatKing.java
150
-rw-r--r--
src/Java/gtPlusPlus/core/common/CommonProxy.java
134
-rw-r--r--
src/Java/gtPlusPlus/core/container/Container_SuperJukebox.java
190
-rw-r--r--
src/Java/gtPlusPlus/core/entity/InternalEntityRegistry.java
2
-rw-r--r--
src/Java/gtPlusPlus/core/entity/monster/EntityBatKing.java
228
-rw-r--r--
src/Java/gtPlusPlus/core/gui/machine/GUI_SuperJukebox.java
44
-rw-r--r--
src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java
1
-rw-r--r--
src/Java/gtPlusPlus/core/item/ModItems.java
17
-rw-r--r--
src/Java/gtPlusPlus/core/item/base/itemblock/ItemBlockDoor.java
8
-rw-r--r--
src/Java/gtPlusPlus/core/item/base/misc/BaseItemParticle.java
5
-rw-r--r--
src/Java/gtPlusPlus/core/item/chemistry/IonParticles.java
117
-rw-r--r--
src/Java/gtPlusPlus/core/item/chemistry/RocketFuels.java
2
-rw-r--r--
src/Java/gtPlusPlus/core/item/chemistry/StandardBaseParticles.java
90
-rw-r--r--
src/Java/gtPlusPlus/core/item/general/BufferCore.java
66
-rw-r--r--
src/Java/gtPlusPlus/core/item/general/ItemControlCore.java
11
-rw-r--r--
src/Java/gtPlusPlus/core/lib/CORE.java
1
-rw-r--r--
src/Java/gtPlusPlus/core/lib/LoadedMods.java
7
-rw-r--r--
src/Java/gtPlusPlus/core/material/Material.java
2
-rw-r--r--
src/Java/gtPlusPlus/core/material/Particle.java
47
-rw-r--r--
src/Java/gtPlusPlus/core/proxy/ClientProxy.java
6
-rw-r--r--
src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
292
-rw-r--r--
src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
425
-rw-r--r--
src/Java/gtPlusPlus/core/recipe/common/CI.java
641
-rw-r--r--
src/Java/gtPlusPlus/core/tileentities/ModTileEntities.java
6
-rw-r--r--
src/Java/gtPlusPlus/core/util/Utils.java
5
-rw-r--r--
src/Java/gtPlusPlus/core/util/minecraft/ItemUtils.java
95
-rw-r--r--
src/Java/gtPlusPlus/core/util/minecraft/gregtech/PollutionUtils.java
152
-rw-r--r--
src/Java/gtPlusPlus/core/util/minecraft/gregtech/recipehandlers/GregtechRecipe.java
75
-rw-r--r--
src/Java/gtPlusPlus/plugin/waila/Core_WailaPlugin.java
49
-rw-r--r--
src/Java/gtPlusPlus/preloader/asm/AsmConfig.java
6
-rw-r--r--
src/Java/gtPlusPlus/preloader/asm/transformers/ClassTransformer_GT_BlockMachines_MetaPipeEntity.java
266
-rw-r--r--
src/Java/gtPlusPlus/preloader/asm/transformers/ClassTransformer_IC2_GetHarvestTool.java
206
-rw-r--r--
src/Java/gtPlusPlus/preloader/asm/transformers/Preloader_Transformer_Handler.java
66
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
22
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_Cyclotron.java
232
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/basic/CONTAINER_PollutionCleaner.java
131
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/gui/basic/GUI_PollutionCleaner.java
13
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/BaseCustomTileEntity.java
115
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/custom/power/BaseCustomPower_MTE.java
280
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/custom/power/GTPP_MTE_BasicMachine.java
872
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/custom/power/GTPP_MTE_BasicTank.java
264
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/custom/power/GTPP_MTE_TieredMachineBlock.java
100
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/custom/power/MetaTileEntityCustomPower.java
91
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_BasicBreaker.java
283
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_InputBattery.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_Hatch_OutputBattery.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_SuperBus_Input.java
216
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GT_MetaTileEntity_SuperBus_Output.java
182
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntityFluid.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaPipeEntity_Cable.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/GregtechMetaTreeFarmerStructural.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/CustomMetaTileBase.java
60
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaTileEntity.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMetaTransformerHiAmp.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/GregtechMeta_MultiBlockBase.java
37
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechDoubleFuelGeneratorBase.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechRocketFuelGeneratorBase.java
6
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/Meta_GT_Proxy.java
243
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/StaticFields59.java
19
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GTPP_Block_Machines.java
534
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/blocks/GTPP_Item_Machines.java
229
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/items/MetaGeneratedGregtechItems.java
1
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/render/GTPP_CapeRenderer.java
278
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/render/GTPP_Render_MachineBlock.java
659
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/automation/GT_MetaTileEntity_TesseractGenerator.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/automation/GT_MetaTileEntity_TesseractTerminal.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/automation/GT_MetaTileEntity_ThreadedSuperBuffer.java
3
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GT_MetaTileEntity_Boiler_Base.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GT_MetaTileEntity_SemiFluidGenerator.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntityGeothermalGenerator.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntity_RTG.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/creative/GregtechMetaCreativeEnergyBuffer.java
8
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_WorldAccelerator.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java
372
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaCondensor.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaPollutionCreator.java
26
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaPollutionDetector.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaTileEntityThaumcraftResearcher.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaTileEntity_BasicWasher.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaTileEntity_CompactFusionReactor.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaTileEntity_PocketFusion.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaWirelessCharger.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IronBlastFurnace.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_EBF.java
40
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/advanced/GregtechMetaTileEntity_Adv_Fusion_MK4.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java
12
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_Cyclotron.java
209
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/bedrock/GregtechMetaTileEntity_BedrockMiningPlatformBase.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/storage/GT_MetaTileEntity_TieredTank.java
4
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/storage/GregtechMetaEnergyBuffer.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/storage/GregtechMetaSafeBlock.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/storage/shelving/GT4Entity_Shelf.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_BlastSmelter.java
12
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_DustGeneration.java
2
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
39
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechCustomHatches.java
170
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java
12
-rw-r--r--
src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechPowerBreakers.java
42
-rw-r--r--
src/resources/assets/forestry/AlvearyFrame.png
bin
933 -> 931 bytes
-rw-r--r--
src/resources/assets/forestry/AlvearyMutator.png
bin
738 -> 731 bytes
-rw-r--r--
src/resources/assets/forestry/textures/blocks/apiculture/alveary.framehousing.off.png
bin
3321 -> 670 bytes
-rw-r--r--
src/resources/assets/forestry/textures/blocks/apiculture/alveary.framehousing.on.png
bin
3321 -> 670 bytes
-rw-r--r--
src/resources/assets/forestry/textures/blocks/apiculture/alveary.mutator.off.png
bin
3311 -> 558 bytes
-rw-r--r--
src/resources/assets/forestry/textures/blocks/apiculture/alveary.mutator.on.png
bin
3311 -> 558 bytes
-rw-r--r--
src/resources/assets/gregtech/textures/blocks/fluids/fluid.nitrofuel_old.png
bin
13364 -> 5538 bytes
-rw-r--r--
src/resources/assets/gregtech/textures/blocks/iconsets/GAS_TURBINE_SIDE_ACTIVE.png
bin
1762 -> 1505 bytes
-rw-r--r--
src/resources/assets/gregtech/textures/blocks/iconsets/STEAM_TURBINE_SIDE_ACTIVE.png
bin
1762 -> 1505 bytes
-rw-r--r--
src/resources/assets/gregtech/textures/blocks/materialicons/ENRICHED/block1.png
bin
504 -> 437 bytes
-rw-r--r--