Valaphee The Meerkat
Valaphee The Meerkat
> Can you measure how long it takes to complete these actions? Right now anything called in `getPingInformation` happens on a Bedrock network thread. Sure, currenty getPingInformation takes around 0.2ms,...
Successfully passed live test with 200 players
Nop, didn't had any throttling issues so far, its also not affected by this, as it is not initialized like a normal channel
> I think this _will_ break, at the very least, Curse of Binding. Yep this would generate ghost items, but this scenario is very unlikely, as it also isn't a...
> I'd rather not intentionally introduce a bug if we can help it... Maybe we don't check the hidden flag if Curse of Binding is present? Wouldn't do that, because...
When there are 0 enchantments, it will still add the ench Tag, which would allow same behavior as Java Edition, and a way to create the foil effect without showing...
It seems that the InventoryContentPacket doesn't work for entity-based inventories, or it takes more time as a block inventory for the inv to be created, therefore I reverted this change
Still same problem with entity-based inventories, they need some delay between entity creation - inventory opening, otherwise the content is ignored, or the inventory opening is delayed internally in Minecraftl,...
5 - actually 6, but because of rounding 5 works always
Should not be a problem except maybe when you jump at max world height (but as I said its actually reduced to 5 to be safe and but this should...