altrisi
altrisi
Can't you just fetch the metadata from the `ModContainer`s returned by Fabric just like ModMenu would do it? (ModMenu metadata is just regular Fabric metadata ("Custom Values"), under the `modmenu`...
I know this doesn't fix the initialization of the actual maps (it's mentioned in the PR body), but it does prevent initializing MappingResolver, that if the issue with MappingConfiguration was...
Hmm may not be possible if the method isn't a simple expression but something more complicated (note that I still don't know about this, just thought about it and decided...
Yes, but the code would still be ran, because the intention is to have the side effects (it's evaluating before entering the function). Else it could change behavior.
Quite sure it was after adding to differently named books (I noticed and liked a lot the updating feature). I'll try to make some better repro steps later, maybe I...
Why not just removing shulkers from the minecart? It's not that difficult, gnembon already made a design for that. However, if this is implemented, why not just any mob in...
Issue with suggesters is... well, suggesters. Since the optimizer they are a bit of a pain since you have to reload the world for them to work... And I don't...
But I'd assume these old variable names would be legal. The bug is at runtime, the variable name is evaluated when calling the function.
Found an issue, if you drown the head will pop, and bye items.
Also curious what determines if the inventory will be restored directly or if the screen will open?