Lots more moved
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package appeng.util;
|
||||
|
||||
public interface BlockUpdateFlag {
|
||||
|
||||
int BLOCK_UPDATE = 2;
|
||||
|
||||
}
|
||||
@@ -48,6 +48,11 @@ public class FakePlayer extends ServerPlayerEntity {
|
||||
return p;
|
||||
}
|
||||
|
||||
public static boolean isFakePlayer(PlayerEntity player) {
|
||||
// FIXME FABRIC: Is there a reliable way of detecting fake players of other mods???
|
||||
return player instanceof FakePlayer;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void tick() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user