Hey guys, I’ve just gotten macromod and I’ve been wondering, what are some useful macros to have? Please post the scripts of any useful macro you have found (in a spoiler please) along with a description of what it does! Hopefully it helps people who are looking for a specific macro. Some really useful ones that many may need would be like selling spruce logs and leave automatically when tree farming, or /fix all every 1 min to prevent tools from breaking- that sorta thing.
"Okay, so if you go here: http://www.liteloader.com/downloadhttp://www.liteloader.com/download and download liteloader for 1.12.2, and open it once it's downloaded to create a liteloader profile. Then go here: http://www.liteloader.com/mod/macros and download the 1.12.1 version, once it's downloaded put it in your mods folder. Then once that's done, launch minecraft with the new liteloader profile, then once you're on ECC, press the button below esc (Idk what it's called lol) Then press the little box with an 'A' inside it that's in the bottom right corner. Then you need to choose a button (Not one that's red) which you will use to toggle the script on and off, click it then paste the macro that I sent you, save it and then use that button you just bound the script to to turn on and off the macro and you should be good to go" This is how Gerogia explained it to me. Very useful, I was able to get it goin on the first shot. The last paragraph is describing where you would paste the script if you were to have one that u wanted
Macro for auto stacking (You must have ExtCommands to use /stack) Spoiler: AutoStack Created by GeorgiaMC $${if(autostack)}$$ $${log("Autostack Disabled")}$$ $${unset(autostack)}$$ $${else()}$$ $${log("Autostack Enabled")}$$ $${set(autostack)}$$ $${do()}$$ $${wait(25)}$$|/stack| $${while(autostack)}$$ $${endif()}$$ Useful for not having to replace your hand with a block if you are mass-placing them
Does anyone have a macro that feeds you when you get hungry as well as one that fixes your tools every X seconds?