Commit Graph

3563 Commits

Author SHA1 Message Date
raoulvdberge
bd3ddee1bd Renames, formatting 2017-05-15 21:35:27 +02:00
raoulvdberge
72676c5373 Update changelog 2017-05-15 19:10:11 +02:00
raoulvdberge
d7d5495270 Remove debug output, #1220 2017-05-15 19:05:15 +02:00
raoulvdberge
ec0db805b0 Performance improvement to network scanning, fixed the need to have hashCode/equals implemented on nodes as well 2017-05-15 19:02:50 +02:00
raoulvdberge
75acce0031 Bump to 1.4.6 2017-05-15 19:01:50 +02:00
raoulvdberge
64571f5f64 Fixed MC not starting up without OC 2017-05-14 13:55:47 +02:00
raoulvdberge
8e7ab3b587 Remove workaround around Forge bug regarding fake player message sending 2017-05-14 10:58:51 +02:00
raoulvdberge
b3ca4360e8 Fixed #1206 and #892 - "Refined Storage Dupe" 2017-05-14 10:45:33 +02:00
raoulvdberge
b8836e9b2e Add fixed (?) bug to changelog 2017-05-14 10:31:24 +02:00
raoulvdberge
785a8b2f5f Fixed #1210 - "Disk Manipulator filter in fluid mode displays fluid bucket instead of fluid." 2017-05-13 22:09:39 +02:00
raoulvdberge
44a1dc515b Fixed #1209 - "No tooltips for filtered fluids in Disk Drive GUI in fluid mode." 2017-05-13 21:59:26 +02:00
raoulvdberge
24855e2f35 Fixed tile data params not being sent correctly 2017-05-13 21:51:12 +02:00
raoulvdberge
8c4565ebd3 Mark dirty when the node is read from wrench config 2017-05-13 16:38:46 +02:00
raoulvdberge
6c73338fac Cleanup 2017-05-13 16:31:20 +02:00
raoulvdberge
1428350c67 Remove the map and use the world saved data, #986 2017-05-13 15:16:47 +02:00
raoulvdberge
492afce309 Possible fix for #986 - "Disks Disappearing" 2017-05-13 14:55:37 +02:00
raoulvdberge
c6bd193313 Change portable grid recipe 2017-05-13 12:16:35 +02:00
raoulvdberge
594150d56f Move energy item capacity to a constant 2017-05-12 00:38:59 +02:00
raoulvdberge
50671435a8 Implement support for redstone mode in portable grid inworld 2017-05-12 00:32:35 +02:00
raoulvdberge
39749eef68 Make settings in the inworld portable grid correctly sync 2017-05-12 00:16:54 +02:00
raoulvdberge
d4f8708806 Add bounding box for portable grid 2017-05-11 23:56:29 +02:00
raoulvdberge
dfedd69443 Save before writing 2017-05-11 23:46:09 +02:00
raoulvdberge
4e3a00f474 Made the creative portable grid work in block form, fix extraction of portable grid energy 2017-05-11 23:35:09 +02:00
raoulvdberge
89841d6302 Make the portable grid a placeable block 2017-05-11 22:10:32 +02:00
raoulvdberge
69d6a3ec30 Add documentation for OpenComputers callbacks 2017-05-10 14:46:31 +02:00
thraaawn
09e2185e2c Added more item and fluid methods for OC to access (#1208)
- extractItem(stack, size, side)
- extractFluid(stack, size, side)
- getFluid(stack)
2017-05-09 20:05:02 +02:00
raoulvdberge
4e1579f2f0 Cleanup writeItemStack code 2017-05-09 12:19:26 +02:00
raoulvdberge
282d85bf06 Rename method 2017-05-09 11:32:10 +02:00
raoulvdberge
8bf60fd06a Fixed #153 - "OpenComputers / ComputerCraft API" 2017-05-09 02:06:44 +02:00
raoulvdberge
4218db100d Fixed #1205 - "Portable Grid" 2017-05-09 01:52:29 +02:00
raoulvdberge
8bb6bc1cd1 Remove network dependency of IGrids 2017-05-08 22:29:31 +02:00
raoulvdberge
51db9dddb4 Reorganize energy code from ItemNetworkItem in separate class for the Portable Grid 2017-05-08 21:56:36 +02:00
raoulvdberge
0322a35bc4 Add OC integration skeleton 2017-05-08 21:48:40 +02:00
raoulvdberge
b44860d3ce Fixed #924 - "TileCable should avoid being ticked" 2017-05-08 18:08:29 +02:00
raoulvdberge
30384dc475 Update dependencies, added OpenComputers API 2017-05-07 19:18:06 +02:00
raoulvdberge
23bda54553 Revert "Fixes #1144 - "Refined Storage thinks that I have double of everything in my drawers when using two external storages busses""
This reverts commit 393a3ffa3c.
2017-05-05 22:06:27 +02:00
raoulvdberge
393a3ffa3c Fixes #1144 - "Refined Storage thinks that I have double of everything in my drawers when using two external storages busses" 2017-05-05 21:59:47 +02:00
raoulvdberge
7bb3078e32 Merge remote-tracking branch 'origin/mc1.11' into mc1.11 2017-05-05 18:46:16 +02:00
raoulvdberge
1c4cc85886 Fixes #1190 - "Server crashes randomly on block.refinedstorage:fluid_interface" 2017-05-05 18:45:59 +02:00
raoulvdberge
2b711839b4 Bump to 1.4.5 2017-05-05 18:44:40 +02:00
BlayTheNinth
3d9c7890b6 Update to latest Crafting Tweaks API and fix the buttons to always align to the correct slot. (#1192)
Set keyHandled = true in GuiGrid to prevent the KeyboardInput.Post event from firing.
2017-04-29 20:05:01 +02:00
raoulvdberge
1d19587435 Fix minor bug with storage monitor fix 2017-04-27 23:19:31 +02:00
raoulvdberge
005e523e24 Update Forge and JEI 2017-04-27 21:47:20 +02:00
raoulvdberge
1844c8c898 Fixed Storage Monitor not respecting security settings, fixes #1189 2017-04-25 22:20:50 +02:00
raoulvdberge
9494d3f07e Improved API docs and code formatting 2017-04-25 22:00:13 +02:00
raoulvdberge
82b59fdfcd Fixed issue where empy stacks show up in the system, fixes #1126, #1183 and #1188 2017-04-25 21:02:44 +02:00
raoulvdberge
3dc4f05bfe Small fix to previous commit 2017-04-25 20:59:29 +02:00
raoulvdberge
733dffd446 Fixed Disk Manipulator crashing due to empty stack, fixes #1182 2017-04-25 20:57:28 +02:00
raoulvdberge
97855e4e75 Version bump to 1.4.4 2017-04-25 20:57:09 +02:00
raoulvdberge
c128a99be1 We require a recent JEI 2017-04-22 15:07:53 +02:00