-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pavel Dobiáš
authored
Jan 15, 2022
1 parent
18a2105
commit 96651f5
Showing
3 changed files
with
259 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,241 @@ | ||
{ | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "item", | ||
"name": "minecraft:netherite_hoe", | ||
"weight": 1 | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:book", | ||
"weight": 5, | ||
"functions": [ | ||
{ | ||
"function": "specific_enchants", | ||
"enchants": [ | ||
{ | ||
"id": "soul_speed", | ||
"level": [1, 3] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:iron_boots", | ||
"weight": 8, | ||
"functions": [ | ||
{ | ||
"function": "specific_enchants", | ||
"enchants": [ | ||
{ | ||
"id": "soul_speed", | ||
"level": [1, 3] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:potion", | ||
"weight": 10, | ||
"functions": [ | ||
{ | ||
"function": "set_data", | ||
"data": 12 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:splash_potion", | ||
"weight": 10, | ||
"functions": [ | ||
{ | ||
"function": "set_data", | ||
"data": 12 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:iron_nugget", | ||
"weight": 10, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 9, | ||
"max": 36 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:quartz", | ||
"weight": 20, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 8, | ||
"max": 16 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:glowstone_dust", | ||
"weight": 20, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 5, | ||
"max": 12 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:magma_cream", | ||
"weight": 20, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 2, | ||
"max": 6 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:ender_pearl", | ||
"weight": 20, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 4, | ||
"max": 8 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:string", | ||
"weight": 20, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 8, | ||
"max": 24 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:fireball", | ||
"weight": 40, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 1, | ||
"max": 5 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:gravel", | ||
"weight": 40, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 8, | ||
"max": 16 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:leather", | ||
"weight": 40, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 4, | ||
"max": 10 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:nether_brick", | ||
"weight": 40, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 4, | ||
"max": 16 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:obsidian", | ||
"weight": 40 | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:crying_obsidian", | ||
"weight": 40, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 1, | ||
"max": 3 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "item", | ||
"name": "minecraft:soul_sand", | ||
"weight": 40, | ||
"functions": [ | ||
{ | ||
"function": "set_count", | ||
"count": { | ||
"min": 4, | ||
"max": 16 | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"format_version": 2, | ||
"header": { | ||
"description": "This pack brings back the original bartering trades that were nerfed in 1.16.100. §1Made by PavelDobCZ23", | ||
"name": "Old Piglin Bartering", | ||
"uuid": "662a0005-5335-4621-9a62-062079252d6b", | ||
"version": [ 1, 0, 0 ], | ||
"min_engine_version": [ 1, 16, 100 ] | ||
}, | ||
"modules": [ | ||
{ | ||
"description": "Old Piglin Bartering [BP] - behavior module", | ||
"type": "data", | ||
"uuid": "59916808-d476-4cf8-8b26-1eae946de10e", | ||
"version": [1, 0, 0] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.