Skip to content

Commit

Permalink
Merge pull request #1213 from P3pp3rF1y/1.21.x-dev
Browse files Browse the repository at this point in the history
fix: 🐛 Fixed jukebox in a backpack worn by a mob to start playing aft…
  • Loading branch information
P3pp3rF1y authored Nov 17, 2024
2 parents 41eaeeb + e26f482 commit e12525a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ loader_version_range=[4,)
mod_id=sophisticatedbackpacks
mod_name=Sophisticated Backpacks
mod_license=GNU General Public License v3.0
mod_version=3.20.21
mod_version=3.20.22
mod_group_id=sophisticatedbackpacks
mod_authors=P3pp3rF1y, Ridanisaurus
mod_description=Fancy and functional backpacks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
import net.p3pp3rf1y.sophisticatedbackpacks.util.PlayerInventoryProvider;
import net.p3pp3rf1y.sophisticatedcore.network.SyncPlayerSettingsPayload;
import net.p3pp3rf1y.sophisticatedcore.settings.SettingsManager;
import net.p3pp3rf1y.sophisticatedcore.upgrades.jukebox.ServerStorageSoundHandler;
import net.p3pp3rf1y.sophisticatedcore.util.InventoryHelper;

import java.util.*;
Expand All @@ -60,7 +59,6 @@ public void registerHandlers(IEventBus modBus) {
eventBus.addListener(this::onLivingDrops);
eventBus.addListener(this::onEntityMobGriefing);
eventBus.addListener(this::onEntityLeaveWorld);
eventBus.addListener(ServerStorageSoundHandler::tick);
eventBus.addListener(this::onBlockClick);
eventBus.addListener(this::onAttackEntity);
eventBus.addListener(EntityBackpackAdditionHandler::onLivingUpdate);
Expand Down

0 comments on commit e12525a

Please sign in to comment.