Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static final double playerDetectRange = 5;
- public void updateTick(World world, int i, int j, int k, Random random)
- {
- System.out.println("running update tick");
- EntityPlayer player = world.getClosestPlayer(i, j, k, playerDetectRange);
- player.addChatMessage("Running update tick...");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement