MasterCake

Results 18 comments of MasterCake

> With the change to `ResponseAction`s (#243), this is actually now very possible. Adding a `ResponseAction.replaceTitle(String)` would require some implementation from the VersionWrapper side though, since titles are only supported...

Thanks for your PR. I have never really looked into this Hibernate thingy, but is it really needed for a project this size? It seems like it introduces a few...

no would not be difficult.

hey, you can add commands to the payout, e.g. `/minecraft:give` to give items.

Paper has moved on to use the mojang mappings for nms code as default from 1.20.5. This is not essentially a problem, since they have an in-built remapper in their...

I already did [some work](https://github.com/mastercake10/AnvilGUI/tree/no_relocation) yesterday for solution 2), which is converting the project to gradle and making a module for paper. It falls back to the "R-version" string when...

I agree, I think @spnda's proposal is the most straightforward and least invasive solution without potentially introducing breaking changes. > why not ditch the "R-versions" entirely and just use the...

Yeah, you're right. Didn't see that. This is not hard to implement, tho it requires to rename the packages. We could start doing this from 1.20.5 on to avoid renaming...

As for now, this is not possible. To make this work, I think we need to pass the underlying InventoryCloseEvent to the onClose method, either in the stateSnapshot or as...

This has already been discussed in #231, I even created a PR for this, #232. Maybe we just need this onPrepare event without the book thingy / title change ability...