TheEpicBlock
TheEpicBlock
As [Patbox suggested](https://discord.com/channels/725909045004730469/742468225584857268/1112463222713364481), mods that add tall flowers usually never separate these blocks, they should always show up in pairs. So we could save a blockstate there by merging the...
The client appears to be sending an interaction packet for each hand when the vanilla block is a block that doesn't normally have interactions. Skerit's solution: https://github.com/skerit/polymc-plus/commit/1989b63feabd1eabf7e271402f02217a2b95273e
The correct name would be `tr_tr`, instead of `tr_TR`. I'm not personally affected by this or anything but I thought I'd notify you.
[log](https://cdn.discordapp.com/attachments/725909045004730472/870469316112416768/message.txt)
Seemingly only happens with air  
Allows you to explicitly change the compression type to any supported one.
Changes large parts of the version fetching code for loaders, hopefully making it easier to add new loaders in the future. The new code accepts in a struct of filters....