Skip to content

Commit

Permalink
more evil notch names
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed Nov 28, 2018
1 parent 485d07e commit 8a04ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'java'

group 'space.bbkr.aquarius'
version '1.1.1'
version '1.1.2'
archivesBaseName = 'Aquarius'

sourceCompatibility = 1.8
Expand Down
Expand Up @@ -39,7 +39,7 @@ private int getChannelingLevel(ItemStack stack) {
}

@Inject(method = "b", // this needs to be a notch name because the refmap throws a fit if it isn't and that's not nice
at = @At(value = "INVOKE", target = "Lnet/minecraft/world/World;isThundering()Z"),
at = @At(value = "INVOKE", target = "Laxs;X()Z"), // seriously, what is mixin's problem with this one @Inject
cancellable = true,
locals = LocalCapture.CAPTURE_FAILEXCEPTION,
remap = false)
Expand Down

0 comments on commit 8a04ef7

Please sign in to comment.