Commit graph

  • e32ff7bb02 fixed JEI favorites overlapping buttons in the item terminal Closes #45 Ell 2020-10-18 15:40:02 +0200
  • dc9f7ed154 added IPipeItem Ell 2020-10-18 02:32:28 +0200
  • d4a895fcde some more slight API changes Ell 2020-10-18 01:57:51 +0200
  • b46fd3be72 removed chest special handling (since it was fixed in Forge) and added getNeighborCap to PipeTileEntity Ell 2020-10-17 17:33:31 +0200
  • 64e2b9c4fe fixed non-stackable items not playing nice with the crafting terminal Ell 2020-10-17 17:24:24 +0200
  • ae5b81e933 separated pipe collision and regular shapes and made pipes collide a bit higher Ell 2020-10-17 14:52:35 +0200
  • 4ff3ac6851 made IPipeConnectable a capability Ell 2020-10-17 14:29:37 +0200
  • 5cda7beca7 fixed inventories with max stack sizes over 64 not being seen by terminals correctly Ell 2020-10-17 04:15:53 +0200
  • ff5368b108 added pipe covering Ell 2020-10-17 00:58:31 +0200
  • cd1c508b6a
    Merge pull request #44 from DrHesperus/patch-1 Ell 2020-10-16 22:38:25 +0200
  • aba7738a8a added some more API stuff for Sky <3 Ell 2020-10-16 22:36:44 +0200
  • 41281af8a8
    Update Russian localisation Dr_Hesperus 2020-10-17 01:00:41 +0500
  • 585e003327 use linked lists in favor of ArrayDeques as they use far less memory when empty Ell 2020-10-15 21:01:43 +0200
  • 4f78e7ecc8 added a mod filter modifier Ell 2020-10-15 20:52:59 +0200
  • b7cd8e5cdd Fixed multiple modules of the same type not being openable Closes #43 Ell 2020-10-15 19:06:09 +0200
  • 976a21b257 update Ell 2020-10-15 13:11:29 +0200
  • f74ffc4629 fixed batch crafting requests being calculated incorrectly when auto-crafting crafter Ell 2020-10-15 06:25:10 +0200
  • 6ae511e485 unify equality types and add jei transfer Ell 2020-10-15 06:07:06 +0200
  • 70c1e82db1 finished the module items themselves Ell 2020-10-15 05:22:23 +0200
  • 1f0c3952f3 added profiling for the crafting module Ell 2020-10-15 05:09:55 +0200
  • 362a601e0a fixed crafting items that don't fit being ignored Ell 2020-10-15 05:00:43 +0200
  • 4340b2ccb4 fixed message propagation for missing items Ell 2020-10-15 04:46:23 +0200
  • f38ab16e4d even more fixes! Ell 2020-10-15 04:15:52 +0200
  • 27954a9765 some more fixes and cleanup Ell 2020-10-15 01:56:42 +0200
  • 87d983611e fixed all the bugs! Ell 2020-10-15 01:19:22 +0200
  • 57c3b13b64 part 2: actual crafting implementation Ell 2020-10-14 23:39:11 +0200
  • 8029cc21a0 part 2: display craftables in the terminal Ell 2020-10-14 22:30:02 +0200
  • eb8f2695de added the basic crafting module setup Ell 2020-10-14 22:04:52 +0200
  • 33262328ed made the pressurizer drop itself Closes #42 Ell 2020-10-14 21:41:45 +0200
  • 1fa764854c remove outdated todo Ell 2020-10-14 20:23:51 +0200
  • 035254227c give a bit of time before dropping modules Closes #39 Ell 2020-10-14 18:53:02 +0200
  • 60dd405f5d fixed populating filters sometimes inserting more than one item into the filter Closes #38 Ell 2020-10-14 18:34:38 +0200
  • bb06cb34eb allow pressing control to request 10 crafting items Closes #40 Ell 2020-10-14 18:32:10 +0200
  • a06c91be5a made item terminals extract items faster if there is a pressurizer in the network Ell 2020-10-14 18:24:52 +0200
  • 6fbedff388 added the filter increase modifier Ell 2020-10-14 04:28:58 +0200
  • e3cbbae905 improve the performance of the pressurizer drastically Ell 2020-10-13 23:02:11 +0200
  • cafa3f39c2 remove an unnecessary method Ell 2020-10-13 19:00:11 +0200
  • 03a798649a made pipe item movement more accurate Ell 2020-10-13 18:42:45 +0200
  • ee58eb30b3 finished the pipe pressurizer Ell 2020-10-13 18:20:00 +0200
  • 5b808d346c pressurizer, part 1 Ell 2020-10-13 18:11:40 +0200
  • 486d43c5b4
    Update mods.toml Ell 2020-10-13 03:17:56 +0200
  • 98a2bf6a43 Fixed a crash with invalid network nodes Closes #37 Ell 2020-10-10 17:38:20 +0200
  • bca3026ac6 update! Ell 2020-09-22 19:27:13 +0200
  • 9b36e0c444 finished the port? Ell 2020-09-22 19:24:09 +0200
  • 85d080cb3a part 1? Ell 2020-09-22 19:14:07 +0200
  • 36f74ee44d update 1.15 Ell 2020-09-02 22:18:48 +0200
  • a56896b2b2 use the correct start inventory for re-routing Ell 2020-09-02 22:17:12 +0200
  • 7667adaac1 made pipe items attempt to re-route before dropping onto the ground Closes #35 Ell 2020-09-02 22:16:12 +0200
  • 2ab889c467 Merge remote-tracking branch 'origin/master' into master Ell 2020-09-02 22:06:54 +0200
  • b20d15c05a only save filter data of modified filters Closes #26 Ell 2020-09-02 22:06:44 +0200
  • f426d307ef
    Merge pull request #28 from Quarris/patch-1 Ellpeck 2020-08-28 17:16:20 +0200
  • 05b4089af1
    Expose items field Quarris 2020-08-28 16:14:29 +0100
  • f5443becf8 made PipeBlock#getConnectionType not static Ell 2020-08-28 00:33:34 +0200
  • 9f049e8b89 made some stuff protected for Quarris Ell 2020-08-28 00:29:44 +0200
  • 294559ca61
    Create FUNDING.yml Ellpeck 2020-06-15 02:06:06 +0200
  • a0b1fec5f0 update Ellpeck 2020-05-28 14:50:16 +0200
  • 8a7388ab57 Fixed pipes being openable with a non-empty hand Closes #23 Ellpeck 2020-05-28 14:47:25 +0200
  • 6de652761a updeet Ellpeck 2020-05-21 14:28:12 +0200
  • b319df3b09
    Merge pull request #22 from Quarris/patch-1 Ellpeck 2020-05-20 00:34:53 +0200
  • 573fb62ded
    Update build.gradle Quarris 2020-05-19 23:32:45 +0100
  • 0c64e07c3d
    Update build.gradle Quarris 2020-05-19 23:26:53 +0100
  • 2c926aa1c4
    Merge pull request #21 from Quarris/patch-1 Ellpeck 2020-05-19 23:44:25 +0200
  • c5d9681ebb
    Update build.gradle Quarris 2020-05-19 22:41:07 +0100
  • 544e383974 allow modules to be inserted into pipes by right-clicking Ellpeck 2020-05-17 21:05:41 +0200
  • 718cef5c4e only update search text when there are items Closes #19 Ellpeck 2020-05-17 16:24:24 +0200
  • a026cfc550 made modules be able to send less than their expected amount Closes #16 Ellpeck 2020-05-17 16:14:27 +0200
  • 2a8d43bb30 Change stack limiter module recipe from dispenser to dropper Closes #17 Ellpeck 2020-05-17 15:30:47 +0200
  • f2ebe8af90 allow modules in pipes connected to terminals Ellpeck 2020-05-17 15:29:10 +0200
  • 8046081653 update Ellpeck 2020-05-16 14:30:25 +0200
  • 57d2326d06 Merge remote-tracking branch 'origin/master' Ellpeck 2020-05-16 14:28:40 +0200
  • b1d18d751d Fixed jei recipe transfer not working on servers Closes #15 Ellpeck 2020-05-16 14:28:25 +0200
  • 7f05b862f4
    Merge pull request #13 from vanja-san/patch-1 Ellpeck 2020-05-13 16:08:58 +0200
  • 7946aa57d5
    Create ru_ru.json The_BadUser 2020-05-13 15:34:24 +0700
  • 2526950023 update Ellpeck 2020-05-12 22:46:27 +0200
  • 8d347473af make "items on the way" only look at items going to the current INVENTORY, not the current pipe Ellpeck 2020-05-10 12:50:24 +0200
  • 9fab982e6a fixed some pipes loading chunks Ellpeck 2020-05-09 21:53:00 +0200
  • 9d29ed53c0 fixed single-pipe networks not allowing items through Ellpeck 2020-05-09 21:35:34 +0200
  • def337be85 didn't end up using this Ellpeck 2020-05-09 20:13:16 +0200
  • 0af5ccde77 fixed items getting lost with the new system Ellpeck 2020-05-09 20:12:50 +0200
  • ede06585f7 unify item requests into one method Ellpeck 2020-05-09 16:27:49 +0200
  • d33a93e029 update! Ellpeck 2020-05-09 15:45:14 +0200
  • 8391f2222a finished the crafting terminal Ellpeck 2020-05-09 15:42:09 +0200
  • 3104062b82 crafting terminal JEI logic! Ellpeck 2020-05-09 14:56:58 +0200
  • f9c5ea86f7 finished the crafting terminal! Ellpeck 2020-05-09 13:40:46 +0200
  • 8bd5a0cae3 fixed single-pipe networks crashing Closes #10 Ellpeck 2020-05-09 13:07:05 +0200
  • 172dcc7429 improved network caching Ellpeck 2020-05-09 12:57:25 +0200
  • c21a5ddbb0 fixed network locks not being resolved when a terminal is broken Ellpeck 2020-05-09 12:31:04 +0200
  • 88544368eb Revert "network lock equality, for the future" Ellpeck 2020-05-09 01:21:16 +0200
  • 58558781eb network lock equality, for the future Ellpeck 2020-05-09 01:16:45 +0200
  • ccc981fee3 more crafting terminal work + network locks Ellpeck 2020-05-09 01:00:59 +0200
  • 67e7da2b73 crafting terminal base Ellpeck 2020-05-08 22:58:16 +0200
  • 0bb8fbaf5c added jei syncing to the terminal Ellpeck 2020-05-08 21:19:32 +0200
  • 5632727d04 made player preferences client-sided Ellpeck 2020-05-08 20:56:27 +0200
  • b65a73c77b added a search bar to the item terminal Ellpeck 2020-05-08 16:06:17 +0200
  • e1752bb46d fixed over-sending prevention only working for items of the same type Ellpeck 2020-05-08 15:17:11 +0200
  • 320abbe74e generalize item equality to fix some requesting inconsistencies Ellpeck 2020-05-08 02:51:07 +0200
  • 157c6e4d8c item terminal loot table and also a nice picture for you Ellpeck 2020-05-07 23:28:10 +0200
  • 71f884ce2b update Ellpeck 2020-05-07 23:09:26 +0200
  • 5541d5d1a4 finished the item terminal, yay Ellpeck 2020-05-07 23:06:35 +0200
  • 01dda04701 added scrolling to the terminal ui Ellpeck 2020-05-07 21:50:50 +0200