Mekanism-tilera-Edition/src/main/java/mekanism/common
2014-08-04 01:01:15 +01:00
..
asm
block Move some more code into the Blocks and Items classes, and fix the ObjectHolder annotations. Don't think it's going to be possible to make the Tools items work with ObjectHolder (they'd need to be final fields I think) because the material enums need to be initialised first. 2014-08-03 20:27:20 +01:00
classloading
entity Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
integration Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
inventory Fix Factory container slot ids 2014-08-03 20:27:20 +01:00
item Properly localise fluid names on machine blocks 2014-08-04 01:01:15 +01:00
miner Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
multiblock Generalized the actual manager, and the data manager (by means of reflection) 2014-08-02 00:10:29 -04:00
multipart Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
network Naming standards :) 2014-07-31 20:55:01 -04:00
recipe Move some more code into the Blocks and Items classes, and fix the ObjectHolder annotations. Don't think it's going to be possible to make the Tools items work with ObjectHolder (they'd need to be final fields I think) because the material enums need to be initialised first. 2014-08-03 20:27:20 +01:00
tank Generalized the actual manager, and the data manager (by means of reflection) 2014-08-02 00:10:29 -04:00
teleportation Start on framework for energy/fluid/gas/item teleportation 2014-08-02 00:49:00 +01:00
tile Generalized the actual manager, and the data manager (by means of reflection) 2014-08-02 00:10:29 -04:00
transporter Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
util Started on a new, more modular approach to controller-less multiblocks, allowing for the creation of the EIM 2014-08-01 13:04:31 -04:00
voice Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
world Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
BoxBlacklistParser.java
CommandMekanism.java Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
CommonPlayerTickHandler.java Started work on actual flame implementation 2014-07-17 20:06:51 -04:00
CommonPlayerTracker.java Major Flamethrower work - finished networking and implemented active state management. Active sound effects work, too. 2014-07-17 17:18:53 -04:00
CommonProxy.java Naming standards :) 2014-07-31 20:55:01 -04:00
CommonWorldTickHandler.java Fixes! The new system just about works, I just need to work on Dynamic Tank inventory merging. 2014-08-01 22:28:13 -04:00
ConnectedTextureRenderer.java Updated Multiblock Controller textures, added multi-meta capability to Connected Texture Renderer 2014-08-02 11:16:14 -04:00
CoreGuiHandler.java
CreativeTabMekanism.java Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
EnergyNetwork.java Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
FluidNetwork.java Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
FluidSlot.java
FuelHandler.java Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
HashList.java
IActiveState.java
IAdvancedBoundingBlock.java Fixed a few recipes, also started work on Digital Miner visual 2014-07-20 23:29:35 -04:00
IBoundingBlock.java
IEjector.java
IElectricChest.java
IElectricMachine.java
IEnergyCube.java
IFactory.java Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
IFluidContainerManager.java
IInvConfiguration.java
ILogisticalTransporter.java
IModule.java
IRedstoneControl.java
ISpecialBounds.java
ISustainedData.java Started work on a new system of managing sustained data 2014-07-26 18:16:00 -04:00
ISustainedInventory.java
ISustainedTank.java
ItemAttacher.java Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
ITileComponent.java
ITileNetwork.java Tweaking of lasers for packet-efficiency 2014-07-22 22:34:19 +01:00
IUpgradeItem.java Did some work on actual upgrade system 2014-07-21 20:46:35 -04:00
IUpgradeTile.java Eliminated the deprecated "getSpeedMultiplier()" and "getEnergyMultiplier()" methods 2014-07-23 10:17:03 -04:00
KeySync.java
Mekanism.java Move some more code into the Blocks and Items classes, and fix the ObjectHolder annotations. Don't think it's going to be possible to make the Tools items work with ObjectHolder (they'd need to be final fields I think) because the material enums need to be initialised first. 2014-08-03 20:27:20 +01:00
MekanismBlocks.java Move some more code into the Blocks and Items classes, and fix the ObjectHolder annotations. Don't think it's going to be possible to make the Tools items work with ObjectHolder (they'd need to be final fields I think) because the material enums need to be initialised first. 2014-08-03 20:27:20 +01:00
MekanismItems.java Move some more code into the Blocks and Items classes, and fix the ObjectHolder annotations. Don't think it's going to be possible to make the Tools items work with ObjectHolder (they'd need to be final fields I think) because the material enums need to be initialised first. 2014-08-03 20:27:20 +01:00
ObfuscatedNames.java
OreDictCache.java Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
PacketHandler.java Tweaking of lasers for packet-efficiency 2014-07-22 22:34:19 +01:00
Resource.java
RobitAIFollow.java
RobitAIPickup.java
SideData.java
Teleporter.java
ThreadGetData.java
Tier.java Fixed the addition of the "creative control circuit" 2014-07-31 21:08:46 -04:00
Upgrade.java Make the mod classes significantly less godlike. 2014-08-01 01:35:06 +01:00
Version.java