Commit Graph

3873 Commits

Author SHA1 Message Date
Darkere
f616ed4cb1 fix predicate for cover detection 2021-11-14 20:20:01 +01:00
Darkere
e36884d2e4 changlog 2021-11-07 18:45:02 +01:00
Darkere
5db2177719 fix extraction from StorageMonitor not respecting maxStackSize fixes #3108 2021-11-07 13:09:27 +01:00
Darkere
110b8ea9b1 fix being able to place covers on connected cables 2021-10-31 13:16:23 +01:00
Darkere
2a27275ba3 fix covers not preventing netrwork connections 2021-10-31 12:55:44 +01:00
Darkere
4cf7062d81 fix nullptr when loading old PortableGridTile nbt 2021-10-17 22:36:33 +02:00
Darkere
7f09dfbd7b changelog 2021-10-17 21:23:45 +02:00
Darkere
eb82fed2c5 bump to 1.9.16 2021-10-17 21:22:29 +02:00
Darkere
f5a0c79cb0 don't show all covers by default 2021-10-17 21:14:08 +02:00
Darkere
50749c1190 Merge pull request #2881 from Buuz135/mc1.16
Ported covers from 1.12
2021-10-17 20:48:43 +02:00
Buuz135
b6f4aec45c Adressed PR comments 2021-10-17 19:59:59 +02:00
Buuz135
1da6e4d876 Adressed PR comments 2021-10-17 19:45:56 +02:00
Darkere
dd38317876 Merge pull request #2977 from Darkere/splitting
Add packet splitting for some packets
2021-10-17 17:21:37 +02:00
Darkere
b288e8659e Merge pull request #2969 from Darkere/trackermanager
move storage tracker to its own file to avoid nbt size problems
2021-10-17 17:01:38 +02:00
Darkere
8eee8145a4 Merge pull request #2975 from Darkere/bestmatch
JEI transfer picks the most common ingredient
2021-10-17 16:58:40 +02:00
Darkere
b9a3507862 also allow matching patterns from addons 2021-10-17 16:57:19 +02:00
Darkere
fc9b6f2d7c Merge pull request #3004 from Darkere/insert_to_crafter
Allow addons to override crafter insertion
2021-10-17 16:44:17 +02:00
Darkere
67a1284096 make crafter insertion method default, so addons do not have to copy our code 2021-10-17 16:44:00 +02:00
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
Darkere
1a5ef68be4 fix autocrafting 2021-09-20 17:02:41 +02:00
joker876
ceac86aefc Create pl_pl.json 2021-09-18 18:33:50 +02:00
Buuz135
fe59c33047 Reverted unwanted build.gradle change 2021-09-12 23:57:46 +02:00
Buuz135
7230091750 Fixed server side issues 2021-09-12 23:53:55 +02:00
Buuz135
5b26057dc1 Added some comments to easily check what I changed from the straight copied files 2021-09-12 23:44:04 +02:00
Buuz135
32f88fbd37 Added cover support for the external storage and fixed some mappings issues 2021-09-12 23:38:19 +02:00
Buuz135
842219cd2c Merge remote-tracking branch 'refinedmods/mc1.16' into mc1.16 2021-09-12 22:22:58 +02:00
Buuz135
7cf838d742 Added cover support for the constructor and destructor 2021-09-12 22:16:48 +02:00
Buuz135
499fd5b261 Importers and Exporters support covers 2021-09-12 14:59:25 +02:00
Buuz135
f555f378db Fixed cables not connecting to things that dont support covers 2021-09-12 12:03:57 +02:00
Buuz135
1c06b87c1d Improved TextureAtlasSprite discovery so each side of the cover renders the proper side of the block 2021-09-11 20:53:40 +02:00
Buuz135
b187baeb76 Added config to hide all the covers from JEI 2021-09-11 20:19:40 +02:00
Buuz135
a6884690d4 Added cover recipes 2021-09-11 20:05:35 +02:00
Buuz135
3fa1fbb272 Wrench now removes covers 2021-09-11 13:15:45 +02:00
Buuz135
2f90b6b592 Added localization for the cover items and filtered out transparent blocks from being a cover 2021-09-11 12:50:43 +02:00
Buuz135
3fa0b2b9d0 Added cover cable connectivity 2021-09-11 12:31:14 +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