Skip to content

Commit

Permalink
Disabled start screen entirely.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrodynamite18 committed Dec 10, 2022
1 parent a9c1a31 commit 983ad36
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
@@ -1,11 +1,9 @@
package com.kyanite.deeperdarker.config;

import com.kyanite.paragon.api.ConfigOption;
import com.kyanite.paragon.api.enums.ConfigSide;
import com.kyanite.paragon.api.interfaces.Config;

public class DDClientConfig implements Config {
public static final ConfigOption<Boolean> SHOW_START_SCREEN = new ConfigOption<>("show_start_screen", false);

@Override
public ConfigSide configSide() {
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion common/src/main/resources/deeperdarker-common.mixins.json
Expand Up @@ -16,7 +16,6 @@
],
"client": [
"client.WardenAnimations",
"client.MinecraftMixin",
"client.PhantomRendererMixin"
],
"injectors": {
Expand Down

0 comments on commit 983ad36

Please sign in to comment.