Louis
Louis
> Does mcdev complain if you put NbtList there? I'm wondering if it's just a case of INVOKE_ASSIGN resolving to slightly the wrong place. ```java @ModifyVariable( method = "saveFile", at...
Updated to InteliJ: IDEA 2022.2 Minecraft Development: 2022.2-1.5.20-339 (Nightly) Problem continues to be there
Maybe make an flag to bypass it, if the check would misbehave.
> Are you using ModMenu in 1.20.1 or just 1.20? I use 1.20.1
After looking through the changes iris made I found the Issue. It is because this [DABR Redirect](https://github.com/enjarai/do-a-barrel-roll/blob/arch/1.20.6/common/src/main/java/nl/enjarai/doabarrelroll/mixin/client/roll/GameRendererMixin.java) collides with this [Iris Mixin](https://github.com/IrisShaders/Iris/blob/1.20.6/src/main/java/net/irisshaders/iris/mixin/MixinModelViewBobbing.java#L79) These are needed on both sides, because of...
UpdateRecipesS2CPacket?
Oh no this implies that new recipes are added, your Name is better.
> Deleted sounds like it would block trash can slots/trash can blocks, which is probably not the intention. > > From my understanding, the tag is just meant to say...
> Whether fabric has tool actions or not does not matter if tool actions are the better way to solve this problem. I think it's perfectly reasonable for the tag...
> I'll be honest a tag like this that does not have any gameplay altering effects does not seem particularly useful. What good is a marker that dictates an item...