Commit Graph

2553 Commits

Author SHA1 Message Date
raoulvdberge
19f59d4070 You can now shift click items from the Grid crafting slots to the player inventory when the Grid is disconnected, fixes #1287 2017-06-09 22:55:52 +02:00
raoulvdberge
7dd79cd453 Bump to 1.4.12; updated Forge, dependencies and mappings; removed Cyclops support 2017-06-09 22:39:50 +02:00
ExpensiveKoala
9fa2fcc772 Fix calculating crafting resources for more than 9 unique items (#1289)
* Fix calculating crafting resources for more than 9 unique items

* Add Math.max
2017-06-08 17:05:38 +02:00
raoulvdberge
13d66821c6 Rename INetworkNeighborhoodAware to INetworkNodeVisitor 2017-06-05 23:47:31 +02:00
raoulvdberge
436587c9ee Remove no longer used translation (crafter redstone trigger) 2017-06-05 14:18:27 +02:00
raoulvdberge
f6d39472d8 Changed recipes of Interface and Disk Drive 2017-06-05 14:16:27 +02:00
raoulvdberge
b4e7cf9052 Don't allow external storage on storage providers. Interfaces are still allowed obviously 2017-06-05 14:11:20 +02:00
Raoul Van den Berge
b18b37a1d3 The Machine Casing now requires 1 piece of stone in the middle 2017-06-05 01:30:28 +02:00
raoulvdberge
85717c7146 You now have to sneak to place the Portable Grid in the world, fixes #1274 2017-06-05 00:36:55 +02:00
raoulvdberge
744201ed30 Fixed bug where the GUI didn't close when a block is broken, causing a dupe bug with the Portable Grid, fixes #1275 2017-06-05 00:13:19 +02:00
raoulvdberge
a59a8726d6 Removed "autocraft on redstone signal" option in the Crafter, use an External Storage in combination with an Interface with the Crafting Upgrade instead 2017-06-05 00:04:30 +02:00
raoulvdberge
9df8bbb431 Added support for External Storage on Interfaces and other Refined Storage blocks, so you can keep items in stock easier, fixes #1283 2017-06-05 00:02:05 +02:00
raoulvdberge
f505a1084c Fixed bug where storages that are removed remain visible 2017-06-05 00:01:05 +02:00
raoulvdberge
81ee28955a Removed debug log configuration option, as it's no longer needed 2017-05-29 19:49:39 +02:00
raoulvdberge
7ae4ad3cf0 Bump to 1.4.11 2017-05-29 19:49:10 +02:00
raoulvdberge
cbf3bfeac0 Fixed bug where some network parts don't want to connect to the storage system + extra optimizations for the network graph 2017-05-25 18:25:21 +02:00
raoulvdberge
6f8daec55d Fixed #1248 2017-05-25 15:15:32 +02:00
raoulvdberge
a45529426b Improved performance of network scanning 2017-05-25 15:07:36 +02:00
raoulvdberge
8cb37727e5 Remove useless checks 2017-05-25 02:29:29 +02:00
raoulvdberge
5af81e2bfe Bump to 1.4.10 2017-05-25 02:20:00 +02:00
raoulvdberge
99c90685ef Fixed compiler errors 2017-05-25 01:34:13 +02:00
raoulvdberge
3ddd78a1ef This should be the fix for #986 - "Disks Disappearing" 2017-05-25 01:25:05 +02:00
raoulvdberge
89cacb9fa5 Bump to 1.4.9 2017-05-25 00:43:54 +02:00
raoulvdberge
d3c7c67273 Define concrete type in order to avoid accidental re-assignment with another collection 2017-05-24 21:04:32 +02:00
raoulvdberge
a62d2e257e Fixed #1235 - "Breaking cable with destructor crashes game" 2017-05-24 21:00:42 +02:00
raoulvdberge
4c92c87c7c Fixed #1238 - "Controller requires replacing after power loss" 2017-05-24 20:12:32 +02:00
raoulvdberge
76b31c6710 Fixed missing config categories in ingame config 2017-05-24 19:59:22 +02:00
raoulvdberge
a15e63eba1 Bump to 1.4.8 2017-05-24 19:56:35 +02:00
raoulvdberge
c1dec2bab4 Update changelog 2017-05-23 18:57:08 +02:00
raoulvdberge
e06b246976 Fix date formatting 2017-05-23 18:39:52 +02:00
raoulvdberge
ff976f8c13 Update changelog 2017-05-23 18:30:43 +02:00
raoulvdberge
594c674506 Another possible fix for #986 - "Disks Disappearing" 2017-05-23 18:29:55 +02:00
Raoul
0e0afa3bcc Not fixed 2017-05-22 21:40:47 +02:00
raoulvdberge
d98f35b439 Work around bug #1070 2017-05-20 10:02:34 +02:00
raoulvdberge
96c560db78 Fixed #1227 - "Portable Grid Dupe" 2017-05-18 20:32:39 +02:00
raoulvdberge
61237b88f9 Bump to 1.4.7 2017-05-18 20:31:32 +02:00
raoulvdberge
a376759f90 Update Github issue template to not have MC 1.10.2 by default 2017-05-17 14:30:05 +02:00
raoulvdberge
c1cd19ce91 Fixed #1223 - "Crash while trying to autocraft" 2017-05-17 14:27:19 +02:00
raoulvdberge
75b92dafb6 Fixed #1223 - "Crash while trying to autocraft" 2017-05-17 14:26:11 +02:00
raoulvdberge
afe9b5bd0e Fixed Wrench opening GUIs while performing action 2017-05-15 22:46:40 +02:00
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