New sounds, registry rename
This commit is contained in:
parent
c609f98ec2
commit
1c03ecb5e3
105 changed files with 1449 additions and 1447 deletions
|
@ -6,7 +6,7 @@ import net.minecraft.network.PacketByteBuf;
|
|||
import net.minecraft.particle.ParticleEffect;
|
||||
import net.minecraft.particle.ParticleType;
|
||||
import net.minecraft.util.registry.Registry;
|
||||
import ru.betterend.registry.ParticleRegistry;
|
||||
import ru.betterend.registry.EndParticles;
|
||||
|
||||
public class GlowingSphereParticleEffect implements ParticleEffect {
|
||||
private final float red;
|
||||
|
@ -21,7 +21,7 @@ public class GlowingSphereParticleEffect implements ParticleEffect {
|
|||
|
||||
@Override
|
||||
public ParticleType<?> getType() {
|
||||
return ParticleRegistry.GLOWING_SPHERE;
|
||||
return EndParticles.GLOWING_SPHERE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue