Default Shop
The base file with an empty shop
{
"defaultShop": []
}Category
{
"defaultShop": [
{
"Category Name": []
}
]
}Offer
Item
Tag
Component
Last updated
{
"defaultShop": [
{
"Category Name": []
},
{
"Other Category": []
},
{
"3rd Category": []
}
]
}{
"defaultShop": [
{
"Category Name": [
{
"item": "minecraft:stick",
"price": 50
}
]
}
]
}{
"defaultShop": [
{
"Category Name": [
{
"tag": "#minecraft:logs",
"price": 50
}
]
}
]
}{
"defaultShop": [
{
"Category Name": [
{
"item": "minecraft:stick",
"price": 50,
"components": {
"minecraft:rarity": "rare",
"minecraft:max_stack_size": 1,
"minecraft:enchantments": {
"minecraft:knockback": 10
}
}
}
]
}
]
}