Unpacked custom recipes, added netherrack recipe

This commit is contained in:
2025-04-24 09:23:16 -05:00
parent 6a200cfee4
commit 25cef427e0
17 changed files with 636 additions and 0 deletions

View File

@ -0,0 +1,272 @@
{
"type": "minecraft:barter",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"enchantments": [
"minecraft:soul_speed"
],
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:book",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"enchantments": [
"minecraft:soul_speed"
],
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:iron_boots",
"weight": 8
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_potion",
"id": "minecraft:fire_resistance"
}
],
"name": "minecraft:potion",
"weight": 8
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_potion",
"id": "minecraft:fire_resistance"
}
],
"name": "minecraft:splash_potion",
"weight": 8
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_potion",
"id": "minecraft:water"
}
],
"name": "minecraft:potion",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 36,
"min": 10
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_nugget",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:ender_pearl",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 9,
"min": 3
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:string",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 12,
"min": 5
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:quartz",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:obsidian",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:crying_obsidian",
"weight": 40
},
{
"type": "minecraft:item",
"name": "minecraft:fire_charge",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:leather",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:soul_sand",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:nether_brick",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 12,
"min": 6
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:spectral_arrow",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 16,
"min": 8
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gravel",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 16,
"min": 8
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:blackstone",
"weight": 40
},
{
"type": "minecraft:item",
"name": "create:zinc_nugget",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 3,
"max": 6
}
}
]
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:gameplay/piglin_bartering"
}