mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
that needs to be public
This commit is contained in:
parent
5462d101a1
commit
f27c1e4312
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public final class Multiblocks {
|
|||
return true;
|
||||
}
|
||||
|
||||
private interface LooseValidator {
|
||||
public interface LooseValidator {
|
||||
boolean works(BlockPos start, int x, int y, int z, StateMatcher matcher);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue