Commit graph

3687 commits

Author SHA1 Message Date
Robert S e57004a6fd Implemented gravity in pipes when there is no pressure 2014-03-21 00:14:05 -04:00
Robert S 1a816899d0 Fixed block placer not saving auto pull state 2014-03-20 23:19:10 -04:00
Robert S 02118497f9 Added textures for block placer 2014-03-20 22:28:01 -04:00
Robert S 5814bf48b2 Fixed wrench rotating and changing auto pull for block placer 2014-03-20 21:38:39 -04:00
Robert S c9cb078db4 Implemented a 1/4 sec place delay for block placer 2014-03-20 21:37:54 -04:00
Robert S 911a8bbcf3 Changed block placer to not auto pull items, shift+wrench to change enable 2014-03-20 21:18:57 -04:00
Robert S 552f4395b9 Changed block placer to only render items on two sides 2014-03-20 21:18:12 -04:00
Robert S 53f323b975 Changed block placer to use a prefab method for placing blocks 2014-03-20 21:16:18 -04:00
Robert S. 9c82c37c18 Improved Block breaker
Now extends TileBlock and uses Internal inventory handler
2014-03-20 16:52:26 -04:00
tgame14 07b0d60473 create PathFinderRailing class to be based on PathFinderAStar algorithm 2014-03-20 22:43:02 +02:00
tgame14 abaa0cf7ef Adjusted TilePlacer to place exact block data 2014-03-20 21:57:46 +02:00
tgame14 140d7a4661 made placer take the most top block from the rear inventory 2014-03-20 19:22:07 +02:00
Calclavia 70db55836d Some build fixes 2014-03-20 22:03:06 +08:00
Calclavia 6e3f0b9fd3 Block breaker and placer are functional 2014-03-20 22:00:39 +08:00
tgame14 dbe2ce3612 Fixed TilePlacer to function 2014-03-19 18:44:04 +02:00
tgame14 a0e59d9736 Fixed a derp in adding an addition } 2014-03-19 17:22:58 +02:00
tgame14 1bb8ae8828 Fixed up conflicts 2014-03-19 17:19:58 +02:00
tgame14 4c706045fe Merge branch 'development' of https://bitbucket.org/calclavia/resonant-induction into development
Conflicts:
	mechanical/src/main/java/resonantinduction/mechanical/process/edit/TilePlacer.java
2014-03-19 17:16:42 +02:00
tgame14 2917c31ce9 Made the Block Placer function with the chest on its rear 2014-03-19 17:15:51 +02:00
Calclavia 274dfa07f7 Added ability to interact with block placer 2014-03-19 22:23:19 +08:00
Calclavia 73f13f5712 Block breaker now semi-working 2014-03-19 22:08:58 +08:00
tgame14 1e0ad25077 made block placer rotateable 2014-03-18 20:27:25 +02:00
tgame14 aabcf7d469 removed printline 2014-03-18 20:26:56 +02:00
tgame14 b35163a9f3 makking breaker rotateable 2014-03-18 20:26:08 +02:00
tgame14 7a97fa4b29 allowing block breakers and placers to exist and testable, not functional yet 2014-03-18 19:40:01 +02:00
tgame14 9bfcc10ed2 adding block placer 2014-03-18 16:41:02 +02:00
tgame14 d0528087b4 adding codebase for block breaker 2014-03-18 16:33:02 +02:00
Calclavia a53ab674da Water turbine now works on all sides 2014-03-18 21:26:18 +08:00
tgame14 fab6b40376 small cleanup 2014-03-18 14:56:17 +02:00
tgame14 a2003f87f5 adjusting grid to fit the item transfer multistructure 2014-03-18 14:52:58 +02:00
tgame14 6690ebe8f4 Additional railing grid work 2014-03-18 14:05:17 +02:00
Calclavia c2ed03c4cd Fixed gutters not washing dust from other mods 2014-03-18 19:39:28 +08:00
Calclavia 1105ffe9ef Tweaked mechanical piston a bit 2014-03-18 19:35:35 +08:00
Calclavia 4770b051a8 Fixed hammering ores at the edge of the engineering table not subtracting 2014-03-18 15:53:35 +08:00
Calclavia 639548c4b4 Fixed tgame pushing railing features with errors 2014-03-18 09:09:49 +08:00
tgame14 0719ebc6a3 Made railing connections work per color 2014-03-17 21:09:27 +02:00
tgame14 d95cda7efb ItemRailing work and implementation 2014-03-17 20:47:32 +02:00
Calclavia 52a00a816f Changed crushing recipes to now be in crusher 2014-03-17 22:56:03 +08:00
Calclavia 1996bb1c55 Finished initial code for mechanical piston 2014-03-17 22:34:52 +08:00
Calclavia 3069774a44 Fixed some tank null point exceptions 2014-03-17 22:03:56 +08:00
Calclavia 7bea838a12 Fixed motor wrench rotation and tweaked pipe render 2014-03-17 21:35:32 +08:00
Calclavia 3e8345485d Fixed pipe connecting through covers 2014-03-17 20:48:07 +08:00
Calclavia dc7474704f Pipes now render the average fluid instead of flickering 2014-03-17 20:41:56 +08:00
Calclavia 61deef795d Fixed gas not rendering properly in pipe 2014-03-17 20:04:56 +08:00
Calclavia c87c50390f Gutters placed above firebox can now boil water 2014-03-17 20:02:30 +08:00
Calclavia de95792ce6 Fixed some issues where grates get stuck 2014-03-17 18:28:17 +08:00
Calclavia 614fe7622d Grate now can be wrenched to not fill higher than itself 2014-03-17 18:28:05 +08:00
Calclavia 1aabbc2b89 Added unimplemented Railing method causing build fail 2014-03-17 11:31:17 +08:00
Calclavia b7cb7be53d Fixed Calclavia Core dependency 2014-03-17 10:43:55 +08:00
tgame14 334f97db09 added end target for IItemRailingTransfer and added interface IRailing 2014-03-16 22:02:05 +02:00