Files
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

54 lines
582 B
SNBT

{
title: "Choice Rare Reward",
loot_size: 1,
use_title: true,
rewards: [{
item: {
id: "ftbquests:lootcrate",
tag: {
type: "rare"
}
}
},
{
item: {
id: "ftbquests:lootcrate",
tag: {
type: "common"
}
}
},
{
item: {
id: "ftbquests:lootcrate",
tag: {
type: "money"
}
}
},
{
item: {
id: "ftbquests:lootcrate",
tag: {
type: "food"
}
}
},
{
item: {
id: "ftbquests:lootcrate",
tag: {
type: "ammo"
}
}
},
{
item: {
id: "ftbquests:lootcrate",
tag: {
type: "building"
}
}
}]
}