Commit Graph

2368 Commits

Author SHA1 Message Date
way2muchnoise
77ebfeea4a would you look at that, autocrafting is back 2016-11-27 22:11:57 +01:00
Raoul Van den Berge
8e16cc5f65 Fixed network items having a green durability bar all the time 2016-11-27 14:56:04 +01:00
Raoul Van den Berge
07fa421057 Fix more bugs 2016-11-27 14:48:45 +01:00
Raoul Van den Berge
e65fb4b7cf Fix more bugs 2016-11-27 13:48:47 +01:00
Raoul Van den Berge
261f63c796 Change naming 2016-11-27 13:03:48 +01:00
Raoul Van den Berge
d89861be4a Send correct size 2016-11-27 12:52:56 +01:00
Raoul Van den Berge
086f1fb4ba Send correct size 2016-11-27 12:49:40 +01:00
Raoul Van den Berge
f3d0e4e681 Fix craftable items having stack size 0 2016-11-27 12:45:10 +01:00
Raoul Van den Berge
619f6d22d9 Fix more bugs 2016-11-27 10:31:29 +01:00
Raoul Van den Berge
b2406eed2c Fix more bugs 2016-11-27 10:13:26 +01:00
Raoul Van den Berge
071a9df7e4 Update changelog 2016-11-26 23:53:39 +01:00
Raoul Van den Berge
cf16a55640 Update version numbers 2016-11-26 23:52:03 +01:00
Raoul Van den Berge
dd9857cf48 Stack can't be null 2016-11-26 23:21:37 +01:00
Raoul Van den Berge
21cfd6cd20 Drop support for RF 2016-11-26 23:18:57 +01:00
Raoul Van den Berge
90d501924b Add ray tracing for cable parts again 2016-11-26 22:52:45 +01:00
Raoul Van den Berge
21754a1240 Fix subtle bugs, todo apiimpl package 2016-11-26 22:43:19 +01:00
Raoul Van den Berge
c026f08d58 Fix subtle bugs, todo title and apiimpl package 2016-11-26 22:09:01 +01:00
Raoul Van den Berge
cebaac6df5 Fix subtle bugs, not finished yet in a long shot 2016-11-26 21:47:47 +01:00
Raoul Van den Berge
8ad836db55 Fix subtle bugs, not finished yet in a long shot 2016-11-26 21:18:28 +01:00
Raoul Van den Berge
98d4acc599 We have no dependencies anymore 2016-11-26 20:23:04 +01:00
Raoul Van den Berge
5d9c9aeef9 Initial port to MC 1.11 2016-11-26 20:22:36 +01:00
Raoul Van den Berge
fabe8f2bbb Update changelog 2016-11-26 13:38:33 +01:00
Raoul Van den Berge
488010b32a Coding style 2016-11-26 13:37:28 +01:00
way2muchnoise
673df2acb1 let processing tasks make buckets, fixes #675 2016-11-26 13:25:36 +01:00
Raoul Van den Berge
4dadda6736 Actually, remove the solderer progress bar text 2016-11-26 12:05:19 +01:00
Raoul Van den Berge
c3676f9741 Center solderer progress text 2016-11-26 12:04:54 +01:00
Raoul Van den Berge
f3d2d6675b Various code improvements 2016-11-26 10:15:20 +01:00
Raoul Van den Berge
74519fb75b Various code improvements 2016-11-26 10:00:00 +01:00
Raoul Van den Berge
b5965b60d9 Fixed #676 - "The Exporter in fluid mode crashes" 2016-11-26 09:11:09 +01:00
Raoul Van den Berge
83ef43addb Bump to 1.2.6 2016-11-26 09:10:47 +01:00
Raoul Van den Berge
413b63cd3f Update changelog 2016-11-24 21:58:35 +01:00
Raoul Van den Berge
8b8a40e2d4 Fixed JEI "Show Recipes" interference 2016-11-24 20:30:48 +01:00
Raoul Van den Berge
6de3fe2996 Add changelog 2016-11-24 20:19:25 +01:00
Raoul Van den Berge
befe31af63 Added toggle to enable readers and writers 2016-11-24 20:05:58 +01:00
way2muchnoise
fd6b401f28 update forge and mappings 2016-11-24 17:52:34 +01:00
way2muchnoise
b4c9e74ea7 update ic2 dep 2016-11-24 16:38:48 +01:00
way2muchnoise
f3df142da9 fix shift clicking on the diskmanipulator, fixes #652 2016-11-24 13:12:17 +01:00
way2muchnoise
101ae365f8 update storage drawers api 2016-11-23 16:18:08 +01:00
Raoul Van den Berge
cec8c250a9 Fixes #665 - "Block place / drop event should be called by the constructor" 2016-11-23 17:01:38 +03:00
Raoul Van den Berge
643707e40c Fixes #659 - "Constructor should be able to use fireworks" 2016-11-23 16:40:35 +03:00
way2muchnoise
3714ee3abf add null checks in BlockCable, fixes #651 2016-11-23 14:38:16 +01:00
way2muchnoise
845c812827 fix inconsitencies with crafting and fluids, fixes #670 2016-11-23 14:28:37 +01:00
Raoul Van den Berge
9a05049f24 Fixes #654 - "Inserting a new stack type with right click will cause a stack size desync" 2016-11-23 16:26:31 +03:00
way2muchnoise
2c464d740a fixes Darkoaksto, #661
not all ShapedOreRecipes should be oredicted
2016-11-22 19:11:48 +01:00
way2muchnoise
caed616c2f should fix #592 2016-11-21 23:33:52 +01:00
way2muchnoise
b6f83c81ee improvements to fluid io, fixes #635 2016-11-21 22:37:48 +01:00
davidog23
426a50fdfe New API method to allow to connect graphically other tiles to cables (#650)
* Added to the API the a method to connect graphically tile entities to cables

* Changed a Set of Class to Predicate<TileEntity> and moved it to the API class

* Unneeded imports. Sorry.

* Moved the addition of the connectable condition of INetworkMaster and INetworkNode to ProxyCommon class
2016-11-21 20:02:27 +01:00
way2muchnoise
3c1efa4fbc fixes #648, also updates the JEI version 2016-11-20 21:07:00 +01:00
way2muchnoise
558bbdf09e don't allow placing of fluids when there is less that 1b in the system, fixes #653 2016-11-20 20:47:28 +01:00
way2muchnoise
c8688fe8a6 don't take fluid when less than 1b in the system, #653 2016-11-20 20:46:02 +01:00