Created
December 13, 2011 15:33
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$${ | |
do($$?); | |
pick(295); | |
wait(25ms); | |
key(use); | |
wait(25ms); | |
pick(351); | |
wait(25ms); | |
key(use); | |
wait(25ms); | |
key(attack); | |
wait(75ms); | |
loop; | |
}$$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$${ | |
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