ethaniccc / Esoteric

Another PMMP anticheat
GNU General Public License v3.0
33 stars 12 forks source link

[API4] Make hack to identify the item in hand given in InventoryTransactionPacket is a block #15

Closed ethaniccc closed 3 years ago

ethaniccc commented 3 years ago

While debugging some InventoryTransaction packets, it came to my attention that very few blocks in hand that are able to be placed (only doors from what I have tested so far) are screwed over in the InventoryTransaction packet's transaction data. The id, the meta, and the blockRuntimeId are messed up.

Still yet to find a solution to this.