mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-12-31 18:18:04 +01:00
Bump version to 3.0.5-SNAPSHOT
This commit is contained in:
parent
3dddc5b75e
commit
5762a0578f
@ -9,7 +9,7 @@ loader_version=0.15.3
|
||||
fabric_api_version=0.91.3+1.20.4
|
||||
|
||||
# Project Details
|
||||
mod_version=3.0.4-SNAPSHOT
|
||||
mod_version=3.0.5-SNAPSHOT
|
||||
maven_group=de.florianmichael
|
||||
archives_base_name=viafabricplus
|
||||
|
||||
|
@ -81,7 +81,7 @@ public class FootStepParticle extends SpriteBillboardParticle {
|
||||
final DefaultParticleType footStepType = FabricParticleTypes.simple(true);
|
||||
|
||||
Registry.register(Registries.PARTICLE_TYPE, new Identifier("viafabricplus", "footstep"), footStepType);
|
||||
ParticleFactoryRegistry.getInstance().register(footStepType, FootStepParticle.Factory::new); // Add some dummy factory
|
||||
ParticleFactoryRegistry.getInstance().register(footStepType, FootStepParticle.Factory::new);
|
||||
|
||||
ID = Registries.PARTICLE_TYPE.getRawId(footStepType);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user