Skip to content

Commit

Permalink
Removed Custom Sounds for #55
Browse files Browse the repository at this point in the history
  • Loading branch information
XDPXI committed Nov 19, 2024
1 parent 270d1e7 commit 18db9f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/main/java/dev/xdpxi/xdlib/XDsLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import net.minecraft.server.command.ServerCommandSource;
import net.minecraft.server.network.ServerPlayerEntity;
import net.minecraft.server.world.ServerWorld;
import net.minecraft.sound.SoundEvent;
import net.minecraft.text.ClickEvent;
import net.minecraft.text.HoverEvent;
import net.minecraft.text.Text;
Expand All @@ -34,10 +33,8 @@
public class XDsLibrary implements ModInitializer {
public static final Logger LOGGER = LoggerFactory.getLogger("xdlib");
public static final String MOD_ID = "xdlib";
public static final Identifier DEATH_SOUND_ID = Identifier.of("xdlib:death");
public static int duration = -1;
public static List<HostileEntity> list = new ArrayList<>();
public static SoundEvent DEATH_SOUND_EVENT = SoundEvent.of(DEATH_SOUND_ID);

@Getter
public static boolean eulaAccepted = false;
Expand Down Expand Up @@ -158,7 +155,6 @@ public void onInitialize() {

updateChecker.checkForUpdate();
registerItems();
ModNetworkHandler.registerServer();

ServerTickEvents.END_WORLD_TICK.register(this::postWorldTick);

Expand Down
8 changes: 0 additions & 8 deletions src/main/resources/assets/xdlib/sounds.json

This file was deleted.

Binary file removed src/main/resources/assets/xdlib/sounds/death.ogg
Binary file not shown.

0 comments on commit 18db9f7

Please sign in to comment.