Skip to content

Commit

Permalink
fix: aaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 14, 2024
1 parent 1377c3f commit e2f0e88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/net/zepalesque/redux/Redux.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import net.zepalesque.redux.blockset.stone.ReduxStoneSets;
import net.zepalesque.redux.blockset.wood.ReduxWoodSets;
import net.zepalesque.redux.client.ReduxColors;
import net.zepalesque.redux.client.audio.ReduxSounds;
import net.zepalesque.redux.client.particle.ReduxParticles;
import net.zepalesque.redux.config.ReduxConfig;
import net.zepalesque.redux.config.ReduxConfigHandler;
Expand Down Expand Up @@ -77,7 +78,8 @@ public Redux(IEventBus bus, Dist dist) {
ReduxFoliagePlacers.FOLIAGE_PLACERS,
ReduxParticles.PARTICLES,
ReduxRecipes.TYPES,
ReduxRecipes.Serializers.SERIALIZERS
ReduxRecipes.Serializers.SERIALIZERS,
ReduxSounds.SOUNDS
};

for (DeferredRegister<?> register : registers) {
Expand Down

0 comments on commit e2f0e88

Please sign in to comment.