-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
1.20.6 #744
1.20.6 #744
Conversation
Xplat/src/main/java/vazkii/patchouli/common/recipe/ShapedBookRecipe.java
Outdated
Show resolved
Hide resolved
Xplat/src/main/java/vazkii/patchouli/common/recipe/ShapelessBookRecipe.java
Outdated
Show resolved
Hide resolved
Xplat/src/main/java/vazkii/patchouli/common/util/ItemStackUtil.java
Outdated
Show resolved
Hide resolved
Xplat/src/main/java/vazkii/patchouli/mixin/AccessorComponentSerializer.java
Outdated
Show resolved
Hide resolved
You can specify components in vanilla results now
As discussed in Discord. The custom book recipe types have been removed since you can specify components in vanilla recipe outputs now. |
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.
Mistakes in the itemstack string format
I suggest using the vanilla path for the item + components section and moving the count to the end
Xplat/src/main/java/vazkii/patchouli/common/util/ItemStackUtil.java
Outdated
Show resolved
Hide resolved
Requesting help. the nbt/components aren't actually being read and I have no clue why. |
This prevents Components from being getting removed
Xplat/src/main/java/vazkii/patchouli/client/book/template/VariableAssigner.java
Outdated
Show resolved
Hide resolved
# Conflicts: # Fabric/src/main/java/vazkii/patchouli/fabric/common/FabricModInitializer.java # NeoForge/src/main/java/vazkii/patchouli/neoforge/common/NeoForgeModInitializer.java
Initial update to 1.20.6.
I was able to abstract/implement the network message classes into the Xplat source-set.
There's still some TODOs like figuring out what to do with the
nbt
keys from the item related json.