Skip to content

Instantly share code, notes, and snippets.

@Podshot
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Podshot/c468e18ded10aeefec06 to your computer and use it in GitHub Desktop.
Save Podshot/c468e18ded10aeefec06 to your computer and use it in GitHub Desktop.
MCEdit Filter macro format
{
"Macros": {
"Test": {
"Number of steps": 3,
"0": {
"Inputs": {
"Biome": "Ocean"
},
"Name": "Setbiome"
},
"1": {
"Inputs": {
"Repeat count": 1
},
"Name": "Smooth"
},
"2": {
"Inputs": {
"Pick a block:": "block-1:6",
"Depth": 4
},
"Name": "Topsoil"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment