forked from BRNSystems/RegexingHoppers
feat: add readme and add 3 commands for pen test regex
This commit is contained in:
@@ -6,6 +6,7 @@ import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import systems.brn.regexinghoppers.commands.RegexHoppersCommands;
|
||||
import systems.brn.regexinghoppers.config.ModConfig;
|
||||
|
||||
public class RegexingHoppers implements ModInitializer {
|
||||
public static final Logger LOGGER = LoggerFactory.getLogger("RegexingHoppers");
|
||||
@@ -15,6 +16,7 @@ public class RegexingHoppers implements ModInitializer {
|
||||
// This code runs as soon as Minecraft is in a mod-load-ready state.
|
||||
// However, some things (like resources) may still be uninitialized.
|
||||
// Proceed with mild caution.
|
||||
ModConfig.getInstance();
|
||||
LOGGER.debug("RegexingHoppers initialized!");
|
||||
CommandRegistrationCallback.EVENT.register((dispatcher, registryAccess, environment) -> {
|
||||
RegexHoppersCommands.register(dispatcher);
|
||||
|
Reference in New Issue
Block a user