Skip to content

Instantly share code, notes, and snippets.

@BlayTheNinth
Last active April 28, 2023 08:31
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 BlayTheNinth/93a48d092d6dc570a64c81e1912dc4d0 to your computer and use it in GitHub Desktop.
Save BlayTheNinth/93a48d092d6dc570a64c81e1912dc4d0 to your computer and use it in GitHub Desktop.
Example DataPack JSON for Farming for Blockheads market (1.14+)
{
"groupOverrides": {
"Vanilla Seeds": {
"enabled": false
},
"Vanilla Saplings": {
"payment": {
"item": "minecraft:diamond",
"count": 3
}
}
},
"entryOverrides": {
"minecraft:oak_sapling": {
"enabled": false
},
"minecraft:bone_meal": {
"amount": 12
}
},
"customCategories": {
"wooden_stuff": {
"name": "Wooden Stuff",
"icon": {
"item": "minecraft:stick"
}
}
},
"customEntries": [
{
"output": {
"item": "minecraft:stick"
},
"payment": {
"item": "minecraft:coal"
},
"category": "wooden_stuff"
},
{
"output": {
"item": "minecraft:oak_wood"
},
"payment": {
"item": "minecraft:coal",
"count": 2
},
"category": "wooden_stuff"
},
{
"output": {
"item": "minecraft:enchanted_book",
"nbt": {
"StoredEnchantments": [
{
"lvl": 3,
"id": "minecraft:sharpness"
}
]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment