Plamen K. Kosseff

Results 129 comments of Plamen K. Kosseff

fix for the swipe move problem is now available in v1.6.1

Unfortunately it's random which button will do what. It even may be deferent on every game start. It's related on how is the inventory represented internally by the game it...

this is fixed as fixed it can be. sorting in columns and rows looks like reversed if there are too many item types In general these work best if the...

unfortunately oversized stacks are not supported because they don't fallow the vanilla click rules at this point IPN tryes to "support" such stacks by ignoring them

Looks like the problem is caused by Stacker because because ItemStack::getMaxCount returns 64 when connected to a server. IPN uses this value to check if the stack is oversized. ![изображение](https://user-images.githubusercontent.com/333840/189478784-cb83ca4d-1497-45fc-a46a-2dab5a8e235d.png)...

oh, I didn't know that. how annoying. It looks possible to extract the information some other mods are displaying the bioms. I'll look into it.

the old code minecraft.level.getBiome(pos).getBiomeCategory() == Biome.BiomeCategory.MUSHROOM seams to work both on servers and locally on 1.17.1 I haven't tested with 1.17

I can't do anything about this report it to Scout. The problem is that the vanilla way to get the inventory returns null which is not expected.

I can't understand what the problem is. From what I see in the video may be sorting doesn't work in the second case? Can you be more specific What are...