mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
12 lines
323 B
Java
12 lines
323 B
Java
package com.hbm.sound;
|
|
|
|
import net.minecraft.entity.Entity;
|
|
import net.minecraft.util.ResourceLocation;
|
|
|
|
public class MovingSoundChopperMine extends MovingSoundPlayerLoop {
|
|
|
|
public MovingSoundChopperMine(ResourceLocation p_i45104_1_, Entity player, EnumHbmSound type) {
|
|
super(p_i45104_1_, player, type);
|
|
}
|
|
}
|