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
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
Darkere
f2c668cd6e
revert to static to allow access from RS Addons ( #3046 )
2021-07-25 14:36:57 +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
Darkere
5867749883
make sure pattern is valid before looking up outputs
2021-06-13 20:14:04 +02:00
Darkere
0a31d9c22f
add default, fix conflict
2021-06-13 15:47:59 +02:00
Darkere
d837393c88
Merge branch 'mc1.16' into insert_to_crafter
...
# Conflicts:
# src/main/java/com/refinedmods/refinedstorage/apiimpl/autocrafting/task/v6/node/ProcessingNode.java
2021-06-13 15:35:59 +02:00
Darkere
d797804335
only look up when actually transferring
2021-06-13 15:33:34 +02:00
Darkere
193547aba2
fix for processing recipes
2021-06-13 11:40:21 +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
63843469bb
Removed experimental pipeline nagging message. Fixes #2727
2021-06-12 17:26:38 +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
Darkere
7d6bc10a52
check playerinventory and patterns too
2021-06-09 21:36:22 +02:00
Darkere
3516af186a
allow for cleaner override
2021-06-09 18:39:37 +02:00
Darkere
7292984d54
allow addons to override autocrafting insertion
2021-06-09 18:27:26 +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
eb78501629
remove commented out code
2021-05-14 17:09:57 +02:00
Darkere
8dc30ce466
Add packet splitting for some packets
2021-05-14 17:05:46 +02:00
Darkere
e353efe95c
use storage cache instead of simulated extraction
2021-05-13 15:14:02 +02:00
Darkere
6d4f794325
JEI transfer picks the most common ingredient
2021-05-13 14:49:41 +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