neuralgia/kubejs/data/minecraft/loot_tables/gameplay/piglin_bartering.json
Nebby d4c80a4b61
Consolidating Development: 0.9.x (#846)
Signed-off-by: Pyritie <pyritie@gmail.com>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Pyritie <Pyritie@gmail.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
Co-authored-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: aidie8 <aidenvanzuilen@gmail.com>
Co-authored-by: Xikaro <os.valerievich@ya.ru>
Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Zleub <debray.arnaud@gmail.com>
2025-04-14 19:00:08 +01:00

311 lines
No EOL
5.6 KiB
JSON

{
"type": "minecraft:barter",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:string",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 9,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:stick",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 6,
"max": 12,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:charcoal",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 8,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:quartz",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 5,
"max": 12,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "gtceu:tin_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:copper_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:leather",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "beneath:blackstone_brick",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 8,
"max": 12,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "tfg:brick/deepslate",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 8,
"max": 12,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:arrow",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 6,
"max": 12,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "tfc:powder/flux",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 12,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "gtceu:raw_graphite",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "tfc:powder/sulfur",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 8,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "tfc:kaolin_clay",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 4,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "tfc:wood/lumber/mangrove",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 8,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "tfc:wood/log/mangrove",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 4,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "tfc:food/cooked_venison",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 4,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:glow_berries",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 8,
"max": 16,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "beneath:ghost_pepper",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 4,
"type": "minecraft:uniform"
}
}
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:glowstone_dust",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 4,
"type": "minecraft:uniform"
}
}
],
"weight": 2
}
]
}
]
}