-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Item list things and forge!!!!!! #948
base: master
Are you sure you want to change the base?
Conversation
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.
I added forge duration with 203d4a2. You might want to look at that. Also what's going on with CreeperEntityAccessor
? Other than that looks good.
src/main/java/de/hysky/skyblocker/mixins/CreeperEntityAccessor.java
Outdated
Show resolved
Hide resolved
203d4a2
to
2349885
Compare
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.
Not tested.
Removed merge me label because half of this just won't work with 1.21.2. |
Remove unused accessor Remove REI runtime Make EMI and recipe book call render method of a recipe
2349885
to
b8dfb40
Compare
Why do REI and recipe book use furnace to represent forge category while EMI uses a lava bucket? Recipe book:REI:EMI:https://github.com/viciscat/Skyblocker_vic/blob/2fe34c196827827e82bff1eefab65114b6e7489d/src/main/java/de/hysky/skyblocker/compatibility/emi/SkyblockerEMIPlugin.java#L26 |
|
||
@Override | ||
public Text getExtraText() { | ||
return Text.empty(); |
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.
Forge items can have requirements too, this could return the craft text like SkyblockCraftingRecipe
does.
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.
not in neu repo parser, opened a pr
src/main/java/de/hysky/skyblocker/skyblock/itemlist/recipebook/SkyblockRecipeResults.java
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/itemlist/recipes/SkyblockForgeRecipe.java
Outdated
Show resolved
Hide resolved
# Conflicts: # src/main/java/de/hysky/skyblocker/compatibility/emi/SkyblockerEMIPlugin.java # src/main/java/de/hysky/skyblocker/compatibility/jei/SkyblockerJEIPlugin.java # src/main/java/de/hysky/skyblocker/compatibility/rei/SkyblockCraftingDisplayGenerator.java # src/main/java/de/hysky/skyblocker/compatibility/rei/SkyblockerREIClientPlugin.java # src/main/resources/assets/skyblocker/lang/en_us.json
There's probably some cleaning to do but i'm so done with this gaaahhh