Farming for Blockheads

Farming for Blockheads

76M Downloads

Market support for items with NBT

khazenor opened this issue ยท 1 comments

commented

Would it be possible to support selling of tagged items like enchanted books? Thank you so much for developing the mod!

commented

This is already possible using the nbt field in the custom entry.

{
  "output": {
    "item": "minecraft:enchanted_book",
    "nbt": {
      "StoredEnchantments": [
        {
          "lvl": 3,
          "id": "minecraft:sharpness"
        }
      ]
    }
  }
}