-
-
Notifications
You must be signed in to change notification settings - Fork 77
1.21.1 RS Bridge to RS2 port #684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…n from 0.8 to reduce breaking changes when we port 0.8 to future versions, we will also use that for the me bridge in the near future Some functions implemented for testing
Build PreviewYou can find files attached to the below linked Workflow Run URL (Logs).
|
# Conflicts: # src/generated/resources/.cache/2f719b8031aed5e605ed8d6694b19245ca45c6ca # src/generated/resources/.cache/b8526e444ae7356037f3a813274f6835d1f3dd16 # src/main/java/de/srendi/advancedperipherals/common/data/BlockStatesAndModelsProvider.java
Bump RS
…redPatterns` and add the filter option to `getPatterns`
…d external storages with chemical support
… methods nullable to support both at once
…The items can be requested, but we are currently unable to give the players more information - already in discussion with the rs2 maintainer
… fixed that it would not have a crafting task to get information. Now needs major testing and refinement
… now. We may change some api design before we release the update
src/main/java/de/srendi/advancedperipherals/common/blocks/blockentities/RsBridgeEntity.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/blocks/blockentities/RsBridgeEntity.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/util/inventory/ChemicalUtil.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/util/inventory/ChemicalUtil.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSApi.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSApi.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSApi.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSApi.java
Show resolved
Hide resolved
…ashes when the rs mekanism addon is not installed
…stry, before we created a new holder instead of getting one from the registry
Add a crafted and resource attribute to the crafting task object
...de/srendi/advancedperipherals/common/addons/computercraft/peripheral/RSBridgePeripheral.java
Outdated
Show resolved
Hide resolved
…don is not loaded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some clean up
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSFluidHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSApi.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSApi.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSChemicalHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSChemicalHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSFluidHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSItemHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSItemHandler.java
Outdated
Show resolved
Hide resolved
…nedstorage/RSFluidHandler.java Co-authored-by: Kevin Z <zyxkad@gmail.com> Signed-off-by: Srendi <info@denizdemiroglu.de>
Signed-off-by: Kevin Z <zyxkad@gmail.com>
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSChemicalHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Kevin Z <zyxkad@gmail.com>
src/main/java/de/srendi/advancedperipherals/common/addons/refinedstorage/RSApi.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else looks good, at least for now :p
Yeah I will address the two open reviews of you and then merge |
Still needs a description - currently trying to use the new rs2 api to make the RS bridge
Low prio because RS2 isn't released yet