Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 2, 2024
1 parent cd01384 commit d592ef1
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 @@ -35,6 +35,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.particle.ReduxParticles;
import net.zepalesque.redux.config.ReduxConfig;
import net.zepalesque.redux.config.ReduxConfigHandler;
import net.zepalesque.redux.data.gen.ReduxBlockStateGen;
Expand Down Expand Up @@ -95,7 +96,8 @@ public Redux(IEventBus bus, Dist dist) {
ReduxTiles.TILES,
ReduxBiomeTints.TINTS,
ReduxFeatures.FEATURES,
ReduxFoliagePlacers.FOLIAGE_PLACERS
ReduxFoliagePlacers.FOLIAGE_PLACERS,
ReduxParticles.PARTICLES
};

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

0 comments on commit d592ef1

Please sign in to comment.