Commit Graph

  • de63fccf43 continue rotating if block points into cover Darkere 2021-11-14 21:58:31 +01:00
  • f616ed4cb1 fix predicate for cover detection Darkere 2021-11-14 20:20:01 +01:00
  • e36884d2e4 changlog Darkere 2021-11-07 18:45:02 +01:00
  • 5db2177719 fix extraction from StorageMonitor not respecting maxStackSize fixes #3108 Darkere 2021-11-07 13:09:27 +01:00
  • 110b8ea9b1 fix being able to place covers on connected cables Darkere 2021-10-31 13:16:23 +01:00
  • 2a27275ba3 fix covers not preventing netrwork connections Darkere 2021-10-31 12:55:44 +01:00
  • 4cf7062d81 fix nullptr when loading old PortableGridTile nbt Darkere 2021-10-17 22:36:33 +02:00
  • 7f09dfbd7b changelog Darkere 2021-10-17 21:23:45 +02:00
  • eb82fed2c5 bump to 1.9.16 Darkere 2021-10-17 21:22:29 +02:00
  • f5a0c79cb0 don't show all covers by default Darkere 2021-10-17 21:14:08 +02:00
  • 50749c1190 Merge pull request #2881 from Buuz135/mc1.16 Darkere 2021-10-17 20:48:43 +02:00
  • b6f4aec45c Adressed PR comments Buuz135 2021-10-17 19:59:59 +02:00
  • 1da6e4d876 Adressed PR comments Buuz135 2021-10-17 19:45:56 +02:00
  • dd38317876 Merge pull request #2977 from Darkere/splitting Darkere 2021-10-17 17:21:37 +02:00
  • b288e8659e Merge pull request #2969 from Darkere/trackermanager Darkere 2021-10-17 17:01:38 +02:00
  • 8eee8145a4 Merge pull request #2975 from Darkere/bestmatch Darkere 2021-10-17 16:58:40 +02:00
  • b9a3507862 also allow matching patterns from addons Darkere 2021-10-17 16:57:19 +02:00
  • fc9b6f2d7c Merge pull request #3004 from Darkere/insert_to_crafter Darkere 2021-10-17 16:44:17 +02:00
  • 67a1284096 make crafter insertion method default, so addons do not have to copy our code Darkere 2021-10-17 16:44:00 +02:00
  • 49286aee4f reverse network list command order Darkere 2021-10-15 20:57:37 +02:00
  • b2d86db9a5 check permissions before invalidating network fixed inventory desync fixes #3092 Darkere 2021-10-15 20:19:24 +02:00
  • e6155d76f8 Merge pull request #3023 from BlueAgent/fix-craftable-filter-delta-2 Darkere 2021-10-15 18:32:24 +02:00
  • 21d35bcffd Merge pull request #3026 from necauqua/moar-perf Darkere 2021-10-15 18:09:48 +02:00
  • 2603a17011 Merge pull request #3093 from Darkere/curiofixes Darkere 2021-10-15 17:03:10 +02:00
  • 46c0805a6c fix misplaced comma Darkere 2021-10-15 17:02:40 +02:00
  • 555e581847 Merge pull request #3085 from joker876/mc1.16 Darkere 2021-10-15 16:58:19 +02:00
  • 2ef3fbd9bc Merge pull request #3098 from maicol07/patch-1 Darkere 2021-10-15 16:56:59 +02:00
  • 596d2754a5 Fixed a small consistency issue Maicol Battistini 2021-10-08 10:37:14 +02:00
  • 19f85f5ff4 Created Italian translation Maicol Battistini 2021-10-06 10:49:14 +02:00
  • faf24640bd fix inconsistent api docu Darkere 2021-09-27 15:42:23 +02:00
  • e050f0e90a fix curio bugs and wrong slot being locked fixes #3048 Darkere 2021-09-27 15:32:57 +02:00
  • 1a5ef68be4 fix autocrafting Darkere 2021-09-20 17:02:41 +02:00
  • ceac86aefc Create pl_pl.json joker876 2021-09-18 18:33:50 +02:00
  • fe59c33047 Reverted unwanted build.gradle change Buuz135 2021-09-12 23:57:46 +02:00
  • 7230091750 Fixed server side issues Buuz135 2021-09-12 23:53:55 +02:00
  • 5b26057dc1 Added some comments to easily check what I changed from the straight copied files Buuz135 2021-09-12 23:44:04 +02:00
  • 32f88fbd37 Added cover support for the external storage and fixed some mappings issues Buuz135 2021-09-12 23:38:19 +02:00
  • 842219cd2c Merge remote-tracking branch 'refinedmods/mc1.16' into mc1.16 Buuz135 2021-09-12 22:22:58 +02:00
  • 7cf838d742 Added cover support for the constructor and destructor Buuz135 2021-09-12 22:16:48 +02:00
  • 499fd5b261 Importers and Exporters support covers Buuz135 2021-09-12 14:59:25 +02:00
  • f555f378db Fixed cables not connecting to things that dont support covers Buuz135 2021-09-12 12:03:57 +02:00
  • 1c06b87c1d Improved TextureAtlasSprite discovery so each side of the cover renders the proper side of the block Buuz135 2021-09-11 20:53:40 +02:00
  • b187baeb76 Added config to hide all the covers from JEI Buuz135 2021-09-11 20:19:40 +02:00
  • a6884690d4 Added cover recipes Buuz135 2021-09-11 20:05:35 +02:00
  • 3fa1fbb272 Wrench now removes covers Buuz135 2021-09-11 13:15:45 +02:00
  • 2f90b6b592 Added localization for the cover items and filtered out transparent blocks from being a cover Buuz135 2021-09-11 12:50:43 +02:00
  • 3fa0b2b9d0 Added cover cable connectivity Buuz135 2021-09-11 12:31:14 +02:00
  • d98872c310 Update changelog raoulvdberge 2021-07-25 16:57:07 +02:00
  • 03a50a7bc2 Bump to 1.9.15 raoulvdberge 2021-07-25 16:56:36 +02:00
  • f2c668cd6e revert to static to allow access from RS Addons (#3046) Darkere 2021-07-25 14:36:57 +02:00
  • ed90c98263 Update changelog raoulvdberge 2021-07-25 10:32:47 +02:00
  • 391b1c6134 Apply identical patch for fluid external storage as well Anton Bulakh 2021-06-26 20:06:16 +03:00
  • 51bea520db Reuse ItemExternalStorageCache to avoid excessive calls to getStackInSlot Anton Bulakh 2021-06-26 19:52:01 +03:00
  • 4e035b0312 Fix craftable stack vanishing or duplicating when using craftable view When an associated non-craftable stack was: - Fully removed, the craftable stack duplicated. - Newly added, the craftable stack vanished. BlueAgent 2021-06-24 21:26:40 +08:00
  • 038661f5ee Curio support (#3013) Darkere 2021-06-18 07:41:18 +02:00
  • a943d49792 Bump to 1.9.14 raoulvdberge 2021-06-14 20:22:29 +02:00
  • 5867749883 make sure pattern is valid before looking up outputs Darkere 2021-06-13 20:14:04 +02:00
  • 0a31d9c22f add default, fix conflict Darkere 2021-06-13 15:47:59 +02:00
  • d837393c88 Merge branch 'mc1.16' into insert_to_crafter Darkere 2021-06-13 15:35:59 +02:00
  • d797804335 only look up when actually transferring Darkere 2021-06-13 15:33:34 +02:00
  • 193547aba2 fix for processing recipes Darkere 2021-06-13 11:40:21 +02:00
  • b24ce55edd Speed up pattern validation by using now-fixed cache (#3011) Anton Bulakh 2021-06-13 12:33:24 +03:00
  • c2adba68c0 Update Forge raoulvdberge 2021-06-13 11:26:30 +02:00
  • 884610100e Fixes Z fighting on the storage monitor and adds a flat look for items displayed on it. Fixes #2768 raoulvdberge 2021-06-12 18:18:12 +02:00
  • a42e629734 Revert "Fix craftable stack vanishing or duplicating when using craftable view (#2940)" raoulvdberge 2021-06-12 17:30:51 +02:00
  • b456419fca Update changelog raoulvdberge 2021-06-12 17:27:05 +02:00
  • 63843469bb Removed experimental pipeline nagging message. Fixes #2727 raoulvdberge 2021-06-12 17:26:38 +02:00
  • 0888cae8c9 Remove Sonar as it doesn't work with J8 raoulvdberge 2021-06-12 17:15:37 +02:00
  • b91e2abded fix npe in external storage when IFluidHandler goes away (#2944) Jeremiah Winsley 2021-06-12 11:12:23 -04:00
  • c4496c5702 add early escape for crafter pattern insertion (#2978) Darkere 2021-06-12 17:10:28 +02:00
  • e10f25938f Fix craftable stack vanishing or duplicating when using craftable view (#2940) BlueAgent 2021-06-12 23:09:10 +08:00
  • 9c21cad9f6 Improve performance for fast crafters (#3000) Anton Bulakh 2021-06-12 18:07:43 +03:00
  • 2128cae72b also break loop if we do not yet have enough ingredients (#3001) Darkere 2021-06-12 17:05:46 +02:00
  • f596531798 Fix pattern cache (#3010) Anton Bulakh 2021-06-12 17:58:35 +03:00
  • 7d6bc10a52 check playerinventory and patterns too Darkere 2021-06-09 21:36:22 +02:00
  • 3516af186a allow for cleaner override Darkere 2021-06-09 18:39:37 +02:00
  • 7292984d54 allow addons to override autocrafting insertion Darkere 2021-06-09 18:27:26 +02:00
  • 01911e2650 Load special models in appropriate event, fixing the banner fix (#3003) Anton Bulakh 2021-06-09 19:01:10 +03:00
  • e372c150b0 fix detector crashing when dyed and deactivating powered state (#2974) Darkere 2021-06-09 17:56:57 +02:00
  • 7a888aaf3e Remove calculation threads causing concurrency issues (#3002) Anton Bulakh 2021-06-09 18:54:49 +03:00
  • eb78501629 remove commented out code Darkere 2021-05-14 17:09:57 +02:00
  • 8dc30ce466 Add packet splitting for some packets Darkere 2021-05-14 17:05:46 +02:00
  • e353efe95c use storage cache instead of simulated extraction Darkere 2021-05-13 15:14:02 +02:00
  • 6d4f794325 JEI transfer picks the most common ingredient Darkere 2021-05-13 14:49:41 +02:00
  • c45991ed83 show hours on crafting monitor if necessary (#2973) Darkere 2021-05-12 20:43:53 +02:00
  • d58ed7a234 fixed capacity rendering for creative storage (#2964) Darkere 2021-05-12 15:42:50 +02:00
  • b2e829ed42 fix tooltip position for transfer in JEI (#2971) Darkere 2021-05-12 15:40:16 +02:00
  • f097db44c9 fix pathfinding over cables (#2972) Darkere 2021-05-12 15:38:43 +02:00
  • 315149b1d2 fix dismantling storage blocks not checking stacksize (#2970) Darkere 2021-05-12 14:55:35 +02:00
  • a5b0e1bce5 bugfix Darkere 2021-05-12 13:58:56 +02:00
  • be599ac9aa move storage tracker to its own file to avoid nbt size problems Darkere 2021-05-12 13:49:25 +02:00
  • 380b5e4394 Fixed Banners breaking (#2960) Darkere 2021-05-09 10:49:15 +02:00
  • 79a37f8ab7 ignore unbound keybinds (#2962) Darkere 2021-05-09 10:49:04 +02:00
  • 597efa8cc8 Revert "Update ja_jp.json (#2739)" (#2895) Akihiro Nagai 2021-04-28 03:56:16 +09:00
  • 18d29ec09d Calculate vertex data step size in FullbrightBakedModel (#2943) ylou 2021-04-24 10:10:05 -07:00
  • 4a78c775bb Fixed Cover rendering on the south side Buuz135 2021-02-19 18:31:14 +01:00
  • 7104424af8 Added Cover Collision Buuz135 2021-02-19 18:30:08 +01:00
  • 27f46bdd99 WIP Covers Buuz135 2021-02-17 16:10:52 +01:00
  • db00b7d598 Bump to 1.9.13 raoulvdberge 2021-02-07 22:30:58 +01:00
  • 5b5fc91106 Update changelog raoulvdberge 2021-02-07 22:18:35 +01:00