Skip to content

Instantly share code, notes, and snippets.

@ProspectPyxis
Created February 23, 2019 09:38
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 ProspectPyxis/277e0a4c39ee13ebdab1a80123262516 to your computer and use it in GitHub Desktop.
Save ProspectPyxis/277e0a4c39ee13ebdab1a80123262516 to your computer and use it in GitHub Desktop.
{
"block_pools" :
[
{
"name": "Seeds from Dirt",
"type":
{
"type": "block",
"name": "minecraft:dirt"
},
"clicktype": "rightclick",
"properties":
[
{
"type": "require_sneak"
},
{
"type": "per_block_limit",
"id": "scavenge_seedfromdirt",
"max": 16,
"replacement": {
"name": "minecraft:stone",
"meta": 0
}
}
],
"drops":
[
{
"name": "minecraft:wheat_seeds"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment