Skip to content
Discussion options

You must be logged in to vote

At this point I've examined everything I have access to in the code right now. My best guess for a solution is that there is likely a missing tag.put call that takes the return of the current "stack.save(provider, tag)" line as an argument. For anyone who hasn't looked through all the comments up to this point, this call is currently on line 68 of the Kit.java class. This solution assumes that the ItemStack class has a valid save(HolderLookup.Provider provider, CompoundTag tag) method, that it operates similar to the other calls for ItemStack objects I've looked at in the related classes, and that it returns a CompoundTag object. The rest of the code looks great so I can't imagine why the…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@RoyalT20
Comment options

@RoyalT20
Comment options

Answer selected by RoyalT20
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants