-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Custom Pets Menu & Powertools (REL-1.0.4)
- Loading branch information
Nat3z
committed
Nov 28, 2021
1 parent
698d8e5
commit 05d953e
Showing
79 changed files
with
2,527 additions
and
527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
package com.natia.secretmod.config; | ||
|
||
import com.natia.secretmod.extensions.Extension; | ||
import com.natia.secretmod.vicious.ViciousConfig; | ||
import com.natia.secretmod.vicious.ViciousMod; | ||
|
||
public class CoreExtension extends Extension { | ||
public CoreExtension() { | ||
super(new SecretModConfig(), "Core Extension", "Required to activate Skyblock Secret Mod and corresponding extensions."); | ||
super(new SkyTweaksConfig(), "Core Extension", "Required to activate Skyblock Secret Mod and corresponding extensions."); | ||
} | ||
} |
Oops, something went wrong.