hot or not fixes! goodbye, blowpipe exploit

This commit is contained in:
Pyritie 2025-04-23 22:13:25 +01:00
parent b17f61ffa3
commit 1ca74a8769
5 changed files with 2 additions and 44 deletions

View file

@ -27,7 +27,6 @@ BlockEvents.modification(event => {
*/
ItemEvents.modification(event => {
registerBeneathItemModifications(event)
registerHotOrNotItemModifications(event)
registerMinecraftItemModifications(event)
})