Skip to content

Instantly share code, notes, and snippets.

@ion1
Created December 13, 2011 15:33
Show Gist options
  • Save ion1/1472537 to your computer and use it in GitHub Desktop.
Save ion1/1472537 to your computer and use it in GitHub Desktop.
Bone harvest: Minecraft macro for converting bone meals and seeds into wheat and more seeds. Zombie farm: farm XP from zombies.
$${
do($$?);
pick(295);
wait(25ms);
key(use);
wait(25ms);
pick(351);
wait(25ms);
key(use);
wait(25ms);
key(attack);
wait(75ms);
loop;
}$$
$${
keydown(right);
pick(367);
wait(50ms);
do;
key(attack);
wait(1000ms);
if(HUNGER <= 16);
pick(367);
wait(50ms);
keydown(25);
wait(2000ms);
keyup(25);
endif;
loop;
}$$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment