raoulvdberge
|
7d13256d78
|
Added /createdisk command which creates a disk based on the disk ID. Fixes #1817
|
2018-06-15 12:01:32 +02:00 |
|
raoulvdberge
|
50e94ead18
|
1.5 -> 1.6 migration: item and fluid storage blocks. #1816
|
2018-06-15 01:14:02 +02:00 |
|
raoulvdberge
|
210112c3bc
|
1.5 -> 1.6 migration: wrench removal registry ignore. #1816
|
2018-06-14 22:23:05 +02:00 |
|
raoulvdberge
|
fff915ac49
|
1.5 -> 1.6 migration: store RS version in patterns. #1816
|
2018-06-14 22:19:26 +02:00 |
|
raoulvdberge
|
8a93ff122c
|
1.5 -> 1.6 migration: store RS version in storage disks. #1816
|
2018-06-14 22:17:31 +02:00 |
|
raoulvdberge
|
2daed84c03
|
1.5 -> 1.6 migration: convert empty whitelist to empty blacklist. #1816
|
2018-06-14 22:13:23 +02:00 |
|
raoulvdberge
|
c351c552a6
|
1.5 -> 1.6 migration: network node direction. #1816
|
2018-06-14 21:33:37 +02:00 |
|
raoulvdberge
|
497b22316b
|
1.5 -> 1.6 migration: patterns. #1816
|
2018-06-14 20:36:54 +02:00 |
|
raoulvdberge
|
992f3d6981
|
1.5 -> 1.6 migration: storage disks. #1816
|
2018-06-14 20:16:17 +02:00 |
|
raoulvdberge
|
e8f97d5006
|
Fixed a crash when breaking an Ender IO conduit with the Destructor. Fixes #1813
|
2018-06-14 16:58:35 +02:00 |
|
raoulvdberge
|
67f07a8f5d
|
Move direction of network nodes to the network node itself instead of the tile.
|
2018-06-14 16:40:54 +02:00 |
|
raoulvdberge
|
5387bd00e3
|
Add docs.
|
2018-06-14 14:52:05 +02:00 |
|
raoulvdberge
|
ce8b86aea7
|
Make sure oredict processing patterns use the correct quantity for the inputs.
|
2018-06-14 14:48:52 +02:00 |
|
raoulvdberge
|
8f84b13429
|
Fix minor bug with previous commit.
|
2018-06-14 14:36:28 +02:00 |
|
raoulvdberge
|
f256429051
|
Implement pattern chains.
|
2018-06-14 14:30:12 +02:00 |
|
raoulvdberge
|
e37d403459
|
This condition is not needed. We're a network node. Not a tile entity. World will be non null.
|
2018-06-13 01:45:06 +02:00 |
|
raoulvdberge
|
77b3babde2
|
Remove some nasty code.
|
2018-06-13 01:41:29 +02:00 |
|
raoulvdberge
|
a84d117288
|
Add missing documentation.
|
2018-06-12 23:22:08 +02:00 |
|
raoulvdberge
|
cc9de91fdc
|
Added error handling in crafting tasks: recursive pattern check and max time.
|
2018-06-09 15:04:27 +02:00 |
|
raoulvdberge
|
5a06d9bf46
|
Fix small mistake in CraftingPattern.
|
2018-06-08 23:48:35 +02:00 |
|
raoulvdberge
|
6c47e8ca26
|
Some more fluid storage stuff.
|
2018-06-08 21:53:54 +02:00 |
|
raoulvdberge
|
cf7e2593e0
|
Implement ore dictionary autocrafting.
|
2018-06-08 21:53:20 +02:00 |
|
raoulvdberge
|
aa94d70009
|
Changed fluid storage progression to be 64k - 256k - 1024k - 4096k. Fixes #1717
|
2018-06-08 12:33:23 +02:00 |
|
raoulvdberge
|
97e6df7762
|
Fix some autocrafting stuff.
|
2018-06-08 10:47:54 +02:00 |
|
raoulvdberge
|
5826d02957
|
Fixes #1802
|
2018-06-07 12:02:36 +02:00 |
|
raoulvdberge
|
44a0a2291d
|
Package organization.
|
2018-06-06 22:23:48 +02:00 |
|
raoulvdberge
|
f67424d4b1
|
Make colored crafting monitor elements selectable.
|
2018-06-06 22:19:28 +02:00 |
|
raoulvdberge
|
17c36263ba
|
Cleanup for CraftingExtractor.
|
2018-06-06 22:19:11 +02:00 |
|
raoulvdberge
|
c139710cd7
|
Retrofit the CraftingExtractor class so it can report all errors at once. Very ugly, need to clean this up.
|
2018-06-06 21:35:08 +02:00 |
|
raoulvdberge
|
ec55c29bf3
|
Re-add processing tooltip.
|
2018-06-06 21:05:40 +02:00 |
|
raoulvdberge
|
fb4c540809
|
The Exporter now round-robins over every configured item or fluid to export instead of exporting them all at once.
|
2018-06-05 11:51:31 +02:00 |
|
raoulvdberge
|
5cf75eceac
|
The Importer now skips over empty slots. #1612
|
2018-06-05 11:16:04 +02:00 |
|
raoulvdberge
|
fe4dcad44b
|
Remove irrelevant NBT from storage disk and storage block recipes.
|
2018-06-04 12:03:15 +02:00 |
|
raoulvdberge
|
9e9fb150bf
|
Revert "Made item storage disks and blocks capacity a power of two (1k now means 1024 items instead of 1000, etc)."
This reverts commit fd7a4d7
|
2018-06-03 14:08:09 +02:00 |
|
raoulvdberge
|
22ac7b6718
|
Any mod can now add JSON Solderer recipes without requiring the API, by putting the JSONs in their assets directory in a "solderer_recipes" directory. Fixes #1356
|
2018-06-03 10:59:11 +02:00 |
|
raoulvdberge
|
daf7641496
|
Crafting task cancelling.
|
2018-06-03 00:24:44 +02:00 |
|
raoulvdberge
|
fd7a4d7def
|
Made item storage disks and blocks capacity a power of two (1k now means 1024 items instead of 1000, etc).
|
2018-06-02 23:42:45 +02:00 |
|
raoulvdberge
|
1ef924f800
|
Make fluid storage blocks work again.
|
2018-06-02 18:26:59 +02:00 |
|
raoulvdberge
|
eed3ff0326
|
Storage blocks work again, fluid blocks not yet.
|
2018-06-02 17:44:46 +02:00 |
|
raoulvdberge
|
f6f2635649
|
Re-add shift clicking to regain storage part on empty disk.
|
2018-06-02 16:39:38 +02:00 |
|
raoulvdberge
|
8330a36858
|
New storage disk system.
|
2018-06-02 16:15:54 +02:00 |
|
raoulvdberge
|
49a9839353
|
Fix wrong check being used for unique id.
|
2018-06-01 22:35:09 +02:00 |
|
raoulvdberge
|
3433f39698
|
Made all IO blocks have a blacklist instead of a whitelist by default. An empty blacklist now means: accept any item. An empty whitelist now means: don't accept any item (an empty whitelist USED to mean: accept any item).
|
2018-06-01 19:55:04 +02:00 |
|
raoulvdberge
|
423c1339ad
|
Remove some accidental stuff.
|
2018-06-01 19:38:25 +02:00 |
|
raoulvdberge
|
0846465151
|
Refactor crafting monitor update/listening system.
|
2018-06-01 19:24:55 +02:00 |
|
raoulvdberge
|
3f360705f2
|
Remove useless check in external storage item handler.
|
2018-06-01 15:43:07 +02:00 |
|
raoulvdberge
|
da1ea87131
|
Processing tasks.
|
2018-06-01 06:01:04 +02:00 |
|
raoulvdberge
|
11482b8265
|
Fixed crafting steps inserting items when it has missing items.
|
2018-05-31 19:06:07 +02:00 |
|
raoulvdberge
|
4f51e35be8
|
Added a missing config option for Crafter Manager energy usage.
|
2018-05-31 16:41:47 +02:00 |
|
raoulvdberge
|
e5b0336c56
|
Added a missing config option for Crafter Manager energy usage.
|
2018-05-31 16:40:56 +02:00 |
|