Commit graph

9 commits

Author SHA1 Message Date
Aidan Brady
fe81eafe7e v4.0.5 Release
*Drastically cleaned up code.
*Added more javadocs.
*Added simple tile entity networking system.
*Fixed machine remaining in active position even when it's off.
*Fixed platinum ore not spawning.
*Increased platinum ore generation from 8 blocks per vein to 16.
*Increased platinum ore generation from one vein per chunk to 3.
*Created simple machine API to allow for easier additions.
*Recoded packet system to work efficiently.
*Added INetworkedMachine interface for better machine networking.
*Added and fixed IC2 hooks, Iron Dust and Gold Dust are now
synchronized between OI and IC2.
2012-09-03 12:11:25 -04:00
Aidan Brady
a7c52eefe7 v4.0.5 Beta #1
*Update FML
*Fix server side errors
*Updated machine code
*Bugfixes
2012-08-30 19:27:35 -04:00
Aidan Brady
3e0d6d750d Version 4.0.4 Beta #1
Added progress info on Theoretical Elementizer.
Better active/inactive machine code.
I like ObsidianIngots better than ObsidianIngotsCore!
Official IC2 support.  I think I've perfected it.
When you open the Credits GUI while holding a block, the block will no
longer place.
Fixed glitchy Steve's Stopwatch, Lightning Rod, and Weather Orb.
The 'Weather Orb' text is now placed correctly.
Minor bugfixes.
2012-08-26 09:48:42 -04:00
Aidan Brady
def4c15277 Cleanup #2
Reverted switch statement change, ended up doing more harm than good.
2012-08-23 20:04:52 -04:00
Aidan Brady
f6a8a49785 Rename ObsidianIngots-ObsidianIngotsCore, clean up code. 2012-08-21 12:25:58 -04:00
Aidan Brady
9f9ec72e33 v4.0.3 Release
More bugfixes!
*Fixed bug where machine suddenly becomes inactive.
*Fixed boolean properties being loaded as false on mod's first run.
*Touched up on property code.
*Fixed crash when two different machines are placed next to each other.
*Machine code updated again, added isActive check for better on/off
handling.
*Made properties file universal -- both client and server.
*Prepared work for Forge's OreDictionary and ObsidianIngots API.
***WILL BE RELEASED SOON!***
2012-08-20 20:34:24 -04:00
Aidan Brady
271335b1dd Fixed errors with server data thread
No longer crashes when finished sending server data.
2012-08-17 19:53:42 -04:00
Aidan Brady
f3102fd25c v4.0.0 Beta #3 (Build 1)
Added in Theoretical Elementizer block to replace LifeBlock.
Touched up on machine block code.
Fixed GUIs on Enrichment Chamber and Combiner.
Added Enriched Alloy.
Basic bugfixes
2012-08-16 21:46:21 -04:00
Aidan Brady
37dbadc0a5 Rebase for 1.3.2
Updated Methods to work with 1.3.2
2012-08-15 16:41:41 -04:00