Renamed directory to anticope 2: Electric Boogaloo
This commit is contained in:
stormybytes
2021-10-24 14:09:02 +07:00
parent d8c1ad1881
commit f8257229b3
2 changed files with 2 additions and 2 deletions

View File

@@ -8,5 +8,5 @@ loader_version=0.11.6
# Mod Properties # Mod Properties
mod_version = 0.0.4 mod_version = 0.0.4
maven_group = cloudburst.rejects maven_group = anticope.rejects
archives_base_name = meteor-rejects-addon archives_base_name = meteor-rejects-addon

View File

@@ -28,7 +28,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
public void onInitialize() { public void onInitialize() {
LOG.info("Initializing Meteor Rejects Addon"); LOG.info("Initializing Meteor Rejects Addon");
MeteorClient.EVENT_BUS.registerLambdaFactory("cloudburst.rejects", (lookupInMethod, klass) -> (MethodHandles.Lookup) lookupInMethod.invoke(null, klass, MethodHandles.lookup())); MeteorClient.EVENT_BUS.registerLambdaFactory("anticope.rejects", (lookupInMethod, klass) -> (MethodHandles.Lookup) lookupInMethod.invoke(null, klass, MethodHandles.lookup()));
RejectsUtils.init(); RejectsUtils.init();
GiveUtils.init(); GiveUtils.init();