Robert S
9f4c9edf7d
Gears now update client side showing animation, Fixed a NPE when breaking gears
2014-06-07 06:54:36 -04:00
Robert S
4fbbdd101b
Little cleanup and removal of debug
2014-06-07 04:59:58 -04:00
Robert S
92b047741e
Removed debug as gears mostly work now, only need to fix client sync issue
2014-06-07 04:31:46 -04:00
Robert S
940681ed82
Fixed a minor trait issue
2014-06-07 04:19:49 -04:00
Robert S
6c3436d36d
Added notes to right click of PartMech and fixed a client side debug turning on
2014-06-06 08:41:28 -04:00
Robert S
8e889773fd
Added limits to debug cue right click cycling for debug
2014-06-06 08:38:58 -04:00
Robert S
ca6fd86ba3
Added more debug to gears, created a debug sub set function, added java notes
2014-06-06 08:36:06 -04:00
Robert S
7f075a0c03
Changed mech node to do a connection rebuild every 5 secs for testing
2014-06-06 07:15:26 -04:00
Maxwolf Goodliffe
e86b2daa6d
Fixed NPE when breaking pipe connected to a pump.
2014-06-05 20:23:39 -07:00
Robert S
ca744174f3
Removed final modifier off a settings in PlasmaHeater allowing config handler to change them
2014-06-05 20:16:14 -04:00
Robert S
26c67697a4
Improved debug gui
2014-06-05 03:18:20 -04:00
Robert S
5572a27736
Created a GUI window to debug gears outside of MC GUI
2014-06-05 02:47:54 -04:00
Robert S
055bbf4b82
Cleaned up debug messages making them easier to read
2014-06-05 01:08:47 -04:00
Robert S
7196ee31e4
Added a way to debug gears one at a time using a stick, only works with mod set in dev mode
2014-06-05 00:56:10 -04:00
Robert S
6c42ba4342
Cleaned up gear packages moving a few things around
2014-06-05 00:10:37 -04:00
Robert S
00b5f8b559
Merge branch 'development' of https://github.com/Universal-Electricity/Resonant-Induction into development
2014-06-04 23:18:00 -04:00
Robert S
0ec5907beb
Fixed motor not updating its gear node
2014-06-04 23:17:02 -04:00
dmodoomsirius
001e2554f8
updated readme
...
updated readme to match master.
2014-06-04 19:58:39 -04:00
Robert S
f98782541a
Toyed with MechanicalNode in attempts to fix issues
2014-06-04 09:36:06 -04:00
Robert S
3404a103c0
Moved IMechanicalNode to fix a gradle issue
2014-06-04 09:35:44 -04:00
Robert S
4070d0e4ce
Changed angle to renderAngle making it clear its a client only var
2014-06-04 08:24:46 -04:00
Maxwolf Goodliffe
cf7876add2
Fixed bug where filter would destroy any blocks below it with flowing water source blocks.
2014-06-04 05:09:12 -07:00
Maxwolf Goodliffe
9e4cd635ad
Fixed bug where breaking a pipe would trigger a null pointer exception.
2014-06-04 05:09:12 -07:00
Robert S
48472f5d57
Removed debug
2014-06-04 06:17:42 -04:00
Robert S
109d716cd2
Changed a few api methods for gears
2014-06-04 03:23:16 -04:00
Maxwolf Goodliffe
96499a7c0d
Fixed bug with mixer checking if it was blocked from working.
2014-06-04 00:11:48 -07:00
tgame14
71c6f9f83e
Merge branch 'development' of https://github.com/Universal-Electricity/Resonant-Induction into development
2014-06-04 09:53:25 +03:00
tgame14
2ced0b33a5
Fixed the dreaded Bug with shift LMB, Closes #51
2014-06-04 09:52:43 +03:00
Zerotheliger
e93f559b74
updated git ignore to ignore eclipse folder
2014-06-03 22:57:56 -07:00
Robert S
6e5b1c9a04
Toyed with new gear network, moved IMechanicalNode into RI from RE
2014-06-04 01:53:20 -04:00
Robert S
7b94737915
Changed pipe node to not care if the provider is an instance of PressureNodeProvider
2014-06-03 00:57:38 -04:00
Robert S
3f032cf721
Moved pipe's pressure node to its own class file
2014-06-02 05:46:24 -04:00
Robert S
dd9b37e997
Changed animation vars slightly
2014-06-02 04:38:44 -04:00
Robert S
748837e0aa
Converted quantum assembler to java, lowered required power fixing input issues
2014-05-31 22:36:28 -04:00
Robert S
a6e135e38f
Removed mod flag save method as its handled by save manager
2014-05-31 05:29:11 -04:00
Robert S
5196b78796
Removed fiber glass to super conductor recipe
2014-05-31 02:42:19 -04:00
Robert S
6a583c4c72
Made RI -> IC2 wire recipes
2014-05-31 02:04:50 -04:00
Robert S
03c4686f66
Possible fix for laser gun not showing up in creative tab
2014-05-31 00:41:08 -04:00
Zerotheliger
69e939fec7
changed temp cobble stone recipe for industrial cobble stone to requiring charcoal in the center and now it correctly gives 8 industrial cobble stone
2014-05-30 21:08:20 -07:00
Zerotheliger
2a7ddce1aa
Refactored name of class from machine part to Industrial Stone at request of dark
...
Moved industrial stone class from resources to its own block packaged
Added recipe class for all industrial stone blocks all but 2 industrial blocks can be crafted
Changed localized names to match updated class
2014-05-30 04:44:03 -07:00
Zerotheliger
593029c815
removed unneeded trays only 2 step process for bread
...
shapeless crafting with 2 wheat = 1 flour
grinder + 1 wheat = 1 flour
water bucket + flour = dough
dough in furnace = bread
2014-05-29 20:02:39 -07:00
Zerotheliger
d40354ee9d
Added Grinding Recipes For Wheat to flour
2014-05-29 03:08:13 -07:00
Zerotheliger
ee9c86d864
Added Flour :3
2014-05-29 02:43:09 -07:00
Robert S
4da9aec9f7
Worked out a few issue with /machine command
2014-05-28 20:58:30 -04:00
Robert S
0e42b23e80
Created the staff of devs item, designed to be used for debug tasks
2014-05-28 20:22:54 -04:00
Robert S
a88bc11666
Registered Machine command
2014-05-28 19:54:37 -04:00
Robert S
a0e1f50aee
Worked on get and set energy commands
2014-05-28 19:49:42 -04:00
Robert S
46f6add9ba
Started on a chat command to help debug machine data
2014-05-27 22:49:01 -04:00
Robert S
965ec49b16
Changed crates to place items into player's inventory vs dropping them on the floor
2014-05-27 03:28:31 -04:00
Robert S
ab5fdfa34e
Reduced the eject click timer for crates
2014-05-27 03:18:29 -04:00