Lots more moved

This commit is contained in:
Sebastian Hartte
2020-07-04 21:03:30 +02:00
parent 5982f094ec
commit 1478e4c378
444 changed files with 4693 additions and 5235 deletions
@@ -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() {
}