Skip to content

Commit

Permalink
Added save to FabricEventHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter19823 committed Nov 11, 2023
1 parent 8ce4611 commit df4eb0a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import net.fabricmc.fabric.api.entity.event.v1.EntitySleepEvents;
import net.minecraft.client.renderer.LevelRenderer;
import net.minecraft.world.entity.LivingEntity;
import pie.ilikepiefoo.config.FeatureFlags;
import pie.ilikepiefoo.fabric.events.elytra.AllowElytraFlightEventJS;
import pie.ilikepiefoo.fabric.events.elytra.CustomElytraFlightEventJS;
import pie.ilikepiefoo.fabric.events.hud.HudRenderEventJS;
Expand All @@ -34,6 +35,7 @@ public static void init() {
feature("Clientside Event Handlers", FabricEventHandler::registerClient);
}
feature("Serverside Event Handlers", FabricEventHandler::registerServer);
FeatureFlags.INSTANCE.save();
}

private static void registerClient() {
Expand Down

0 comments on commit df4eb0a

Please sign in to comment.