TheEpicBlock

Results 30 issues of 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...

A: enhancement
C: blocks

A: mod compat
C: resources

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

A: bug
C: client assumption

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)

bug

Seemingly only happens with air ![image](https://user-images.githubusercontent.com/61842090/118479305-264f7280-b711-11eb-9870-eb70bf1c7c57.png) ![image](https://user-images.githubusercontent.com/61842090/118479325-2cddea00-b711-11eb-95d4-1f8fd58cb96f.png)

A: enhancement
C: items

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....