Skip to content

Instantly share code, notes, and snippets.

@jawsawn
Created September 20, 2016 19:03
Show Gist options
  • Save jawsawn/987d7ea8ae1c24be066c7e15b0ebfaeb to your computer and use it in GitHub Desktop.
Save jawsawn/987d7ea8ae1c24be066c7e15b0ebfaeb to your computer and use it in GitHub Desktop.
{
name: "drops",
description: "drops",
sets: [
{
name: "default",
operations: [
{
type: "setBlockDrops",
what: ["minecraft:grass"],
state: { },
replace: false,
drops: [
{
what: "exnihiloomnia:oak_seed",
min: 1,
max: 1,
minedWith: "projecte:item.pe_philosophers_stone:*"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment