Oops.
Renamed directory to anticope 2: Electric Boogaloo
This commit is contained in:
@@ -8,5 +8,5 @@ loader_version=0.11.6
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 0.0.4
|
||||
maven_group = cloudburst.rejects
|
||||
maven_group = anticope.rejects
|
||||
archives_base_name = meteor-rejects-addon
|
||||
|
||||
@@ -28,7 +28,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
|
||||
public void onInitialize() {
|
||||
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();
|
||||
GiveUtils.init();
|
||||
|
||||
Reference in New Issue
Block a user