Skip to content

Commit

Permalink
Removed unnecessary mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneParadox committed Dec 12, 2019
1 parent c7549f5 commit b137138
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 36 deletions.
2 changes: 2 additions & 0 deletions src/main/java/redstoneparadox/paradoxconfig/ParadoxConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ internal val CONFIGS: HashMap<String, RootConfigCategory> = hashMapOf()

@Suppress("unused")
fun init() {
initConfigs()

if (FabricLoader.getInstance().isModLoaded("libcd")) {
registerConditions()
}
Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/resources/pconfig.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"mixins": [
],
"client": [
"client.MainMixin"
],
"server": [
"server.MinecraftServerMixin"
],
"injectors": {
"defaultRequire": 1
Expand Down

0 comments on commit b137138

Please sign in to comment.