biom4st3r

Results 4 comments of biom4st3r

I was under the impression that ModifyArgs are not compatible. Can you use multiple ModifyArgs on 1 spot?

I'm personally not a fan of that method even as a theardlocal. My personal solution to this was redirecting the .iterator() call for the ENCHANTMENT registry with a filtered one...

> > > @biom4st3r I made this issue report for more of what QSL should do and maybe expose in some way for modders. > > For modders right now,...

So the issue is when the ItemStack is copied. ``` if count < 0: isEmpty() -> true if isEmpty: getItem() -> Items.AIR if isEmpty: copy() -> ItemStack.EMPTY; on copy: CCA...