You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server tickrate drops to 5 units and the profiler complains about this method. I tried to manually change the source code, but Gradle gave a bunch of dependency errors. Is there any way to disable this code or the object that calls it? Perhaps this conflicts with the Lootr mod, but there is no way to disable it.
MajruszsAccessories.MORE_CHEST_LOOT.sendToClient( player, newBonusInfo( MoreChestLoot.getDistanceBonus( player ) ) );
}
The text was updated successfully, but these errors were encountered:
zviger-x
changed the title
Is it possible to disable this method or the item that calls it?
[Fabric 1.19.2] Is it possible to disable this method or the item that calls it?
Sep 7, 2024
The server tickrate drops to 5 units and the profiler complains about this method. I tried to manually change the source code, but Gradle gave a bunch of dependency errors. Is there any way to disable this code or the object that calls it? Perhaps this conflicts with the Lootr mod, but there is no way to disable it.
MajruszsAccessories/common/src/main/java/com/majruszsaccessories/accessories/components/MoreChestLoot.java
Lines 159 to 163 in 7d8c1db
The text was updated successfully, but these errors were encountered: