Skip to content

Commit

Permalink
build works?
Browse files Browse the repository at this point in the history
now all of a sudden the splash particles are fixed
  • Loading branch information
Goby56 committed Aug 18, 2024
1 parent c6d1b43 commit 7385a4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/goby56/wakes/WakesClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import com.goby56.wakes.debug.DebugCommand;
import com.goby56.wakes.config.WakesConfig;
import com.goby56.wakes.debug.WakeDebugRenderer;
import com.goby56.wakes.event.PickBoat;
import com.goby56.wakes.event.WakeTicker;
import com.goby56.wakes.particle.ModParticles;
import com.goby56.wakes.render.SplashPlaneRenderer;
import com.goby56.wakes.render.debug.WakeDebugRenderer;
import com.goby56.wakes.render.WakeRenderer;
import net.fabricmc.api.ClientModInitializer;
import net.fabricmc.fabric.api.client.command.v2.ClientCommandRegistrationCallback;
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/com/goby56/wakes/config/YACLIntegration.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ public static Screen createScreen(Screen parent) {
.binding(2, () -> config.ticksBeforeFill, val -> config.ticksBeforeFill = val)
.controller(opt -> integerSlider(opt, 1, 5))
.build())
.option(booleanOption("debug_mode", false)
.binding(false, () -> config.debugMode, val -> config.debugMode = val)
.build())
.option(booleanOption("pick_boat", false)
.binding(true, () -> config.pickBoat, val -> config.pickBoat = val)
.build())
Expand Down

0 comments on commit 7385a4b

Please sign in to comment.