Skip to content

Commit

Permalink
remap=false
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Mar 11, 2024
1 parent 14cca97 commit 47196ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.gen.Accessor;

@Mixin(EnergyCoreStructure.class)
@Mixin(value = EnergyCoreStructure.class, remap = false)
public interface EnergyCoreStructureAccessor {

@Accessor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.gen.Accessor;

@Mixin(MultiBlockStorage.class)
@Mixin(value = MultiBlockStorage.class, remap = false)
public interface MultiBlockStorageAccessor {

@Accessor
Expand Down

0 comments on commit 47196ba

Please sign in to comment.