Skip to content

Commit

Permalink
fix broken imports.
Browse files Browse the repository at this point in the history
blockSound has been moved to client on pre2a.
  • Loading branch information
Olypolyu committed Mar 25, 2024
1 parent 9e7ea8d commit 2d37f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/turniplabs/halplibe/helper/BlockBuilder.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package turniplabs.halplibe.helper;

import net.minecraft.client.sound.BlockSound;
import net.minecraft.client.sound.BlockSoundDispatcher;
import net.minecraft.client.render.block.color.BlockColor;
import net.minecraft.client.render.block.color.BlockColorDispatcher;
import net.minecraft.client.render.block.model.BlockModel;
Expand All @@ -10,8 +12,6 @@
import net.minecraft.core.data.tag.Tag;
import net.minecraft.core.item.Item;
import net.minecraft.core.item.block.ItemBlock;
import net.minecraft.core.sound.BlockSound;
import net.minecraft.core.sound.BlockSoundDispatcher;
import net.minecraft.core.util.helper.Side;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.StringUtils;
Expand Down

0 comments on commit 2d37f22

Please sign in to comment.