Commit Graph

3773 Commits

Author SHA1 Message Date
Darkere
49286aee4f reverse network list command order 2021-10-15 20:57:37 +02:00
Darkere
b2d86db9a5 check permissions before invalidating network
fixed inventory desync fixes #3092
2021-10-15 20:19:24 +02:00
Darkere
e6155d76f8 Merge pull request #3023 from BlueAgent/fix-craftable-filter-delta-2
Fix craftable stack vanishing or duplicating when using craftable view
2021-10-15 18:32:24 +02:00
Darkere
21d35bcffd Merge pull request #3026 from necauqua/moar-perf
Reuse ItemExternalStorageCache to avoid excessive calls to getStackInSlot
2021-10-15 18:09:48 +02:00
Darkere
2603a17011 Merge pull request #3093 from Darkere/curiofixes
fix curio bugs and wrong slot being locked for wireless items
2021-10-15 17:03:10 +02:00
Darkere
46c0805a6c fix misplaced comma 2021-10-15 17:02:40 +02:00
Darkere
555e581847 Merge pull request #3085 from joker876/mc1.16
Create pl_pl.json
2021-10-15 16:58:19 +02:00
Darkere
2ef3fbd9bc Merge pull request #3098 from maicol07/patch-1
Created Italian translation
2021-10-15 16:56:59 +02:00
Maicol Battistini
596d2754a5 Fixed a small consistency issue 2021-10-08 10:37:14 +02:00
Maicol Battistini
19f85f5ff4 Created Italian translation 2021-10-06 10:49:14 +02:00
Darkere
faf24640bd fix inconsistent api docu 2021-09-27 15:42:23 +02:00
Darkere
e050f0e90a fix curio bugs and wrong slot being locked fixes #3048 2021-09-27 15:32:57 +02:00
joker876
ceac86aefc Create pl_pl.json 2021-09-18 18:33:50 +02:00
raoulvdberge
d98872c310 Update changelog 2021-07-25 16:57:07 +02:00
raoulvdberge
03a50a7bc2 Bump to 1.9.15 2021-07-25 16:56:36 +02:00
Darkere
f2c668cd6e revert to static to allow access from RS Addons (#3046) 2021-07-25 14:36:57 +02:00
raoulvdberge
ed90c98263 Update changelog 2021-07-25 10:32:47 +02:00
Anton Bulakh
391b1c6134 Apply identical patch for fluid external storage as well 2021-06-26 20:06:16 +03:00
Anton Bulakh
51bea520db Reuse ItemExternalStorageCache to avoid excessive calls to getStackInSlot 2021-06-26 19:58:00 +03:00
BlueAgent
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.
2021-06-24 21:26:40 +08:00
Darkere
038661f5ee Curio support (#3013)
* update gradle, mappings and dependencies

* fix dependencies

* add curio support for wireless items

* Update Forge

* Speed up pattern validation by using now-fixed cache (#3011)

* fix dependencies

* remove weird imports

* whoops doubled dependency

* improve code quality

* found out there is an Api method

Co-authored-by: raoulvdberge <raoulvdberge@gmail.com>
Co-authored-by: Anton Bulakh <self@necauqua.dev>
2021-06-18 07:41:18 +02:00
raoulvdberge
a943d49792 Bump to 1.9.14 2021-06-14 20:22:29 +02:00
Anton Bulakh
b24ce55edd Speed up pattern validation by using now-fixed cache (#3011) 2021-06-13 11:33:24 +02:00
raoulvdberge
c2adba68c0 Update Forge 2021-06-13 11:30:06 +02:00
raoulvdberge
884610100e Fixes Z fighting on the storage monitor and adds a flat look for items displayed on it. Fixes #2768 2021-06-12 18:18:12 +02:00
raoulvdberge
a42e629734 Revert "Fix craftable stack vanishing or duplicating when using craftable view (#2940)"
This reverts commit e10f2593
2021-06-12 17:31:06 +02:00
raoulvdberge
b456419fca Update changelog 2021-06-12 17:27:05 +02:00
raoulvdberge
63843469bb Removed experimental pipeline nagging message. Fixes #2727 2021-06-12 17:26:38 +02:00
raoulvdberge
0888cae8c9 Remove Sonar as it doesn't work with J8 2021-06-12 17:15:37 +02:00
Jeremiah Winsley
b91e2abded fix npe in external storage when IFluidHandler goes away (#2944) 2021-06-12 17:12:23 +02:00
Darkere
c4496c5702 add early escape for crafter pattern insertion (#2978) 2021-06-12 17:10:28 +02:00
BlueAgent
e10f25938f Fix craftable stack vanishing or duplicating when using craftable view (#2940)
When an associated non-craftable stack was:
- Fully removed, the craftable stack duplicated.
- Newly added, the craftable stack vanished.
2021-06-12 17:09:10 +02:00
Anton Bulakh
9c21cad9f6 Improve performance for fast crafters (#3000) 2021-06-12 17:07:43 +02:00
Darkere
2128cae72b also break loop if we do not yet have enough ingredients (#3001)
* also break loop if we do not yet have enough ingredients

* clean up if statements
2021-06-12 17:05:46 +02:00
Anton Bulakh
f596531798 Fix pattern cache (#3010)
* Fix pattern cache

* Address review comments
2021-06-12 16:58:35 +02:00
Anton Bulakh
01911e2650 Load special models in appropriate event, fixing the banner fix (#3003) 2021-06-09 18:01:10 +02:00
Darkere
e372c150b0 fix detector crashing when dyed and deactivating powered state (#2974) 2021-06-09 17:56:57 +02:00
Anton Bulakh
7a888aaf3e Remove calculation threads causing concurrency issues (#3002) 2021-06-09 17:54:49 +02:00
Darkere
c45991ed83 show hours on crafting monitor if necessary (#2973) 2021-05-12 20:43:53 +02:00
Darkere
d58ed7a234 fixed capacity rendering for creative storage (#2964) 2021-05-12 15:42:50 +02:00
Darkere
b2e829ed42 fix tooltip position for transfer in JEI (#2971) 2021-05-12 15:40:16 +02:00
Darkere
f097db44c9 fix pathfinding over cables (#2972) 2021-05-12 15:38:43 +02:00
Darkere
315149b1d2 fix dismantling storage blocks not checking stacksize (#2970) 2021-05-12 14:55:35 +02:00
Darkere
380b5e4394 Fixed Banners breaking (#2960)
* fix banners

* actually fix banners
2021-05-09 10:49:15 +02:00
Darkere
79a37f8ab7 ignore unbound keybinds (#2962) 2021-05-09 10:49:04 +02:00
Akihiro Nagai
597efa8cc8 Revert "Update ja_jp.json (#2739)" (#2895) 2021-04-27 20:56:16 +02:00
ylou
18d29ec09d Calculate vertex data step size in FullbrightBakedModel (#2943)
* Calculate vertex data step size in FullbrightBakedModel

* Update changelog and bump up version
2021-04-24 19:10:05 +02:00
raoulvdberge
db00b7d598 Bump to 1.9.13 2021-02-07 22:30:58 +01:00
raoulvdberge
5b5fc91106 Update changelog 2021-02-07 22:18:35 +01:00
Darkere
2615876409 fix interface dupe (#2873) 2021-02-07 21:47:19 +01:00