-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
catter1
committed
Jul 19, 2023
1 parent
e4cff24
commit 7545e41
Showing
389 changed files
with
15,053 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,3 @@ | ||
__MACOSX | ||
patrons.txt | ||
README.md |
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,62 @@ | ||
{ | ||
"type": "minecraft:chest", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 10, | ||
"name": "minecraft:copper_ingot", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 2, | ||
"max": { | ||
"min": 7, | ||
"max": { | ||
"min": 14, | ||
"max": 21 | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 5, | ||
"name": "minecraft:raw_copper", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 2, | ||
"max": { | ||
"min": 5, | ||
"max": { | ||
"min": 7, | ||
"max": 10 | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 1 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
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,295 @@ | ||
{ | ||
"type": "minecraft:chest", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 3, | ||
"name": "minecraft:book", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:enchant_randomly" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 5, | ||
"name": "minecraft:book", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:enchant_with_levels", | ||
"levels": { | ||
"min": 5, | ||
"max": 20 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 1, | ||
"name": "minecraft:iron_pickaxe", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_damage", | ||
"damage": { | ||
"min": 0.3, | ||
"max": 0.9 | ||
} | ||
}, | ||
{ | ||
"function": "minecraft:enchant_with_levels", | ||
"levels": { | ||
"min": 5, | ||
"max": 16 | ||
}, | ||
"treasure": true, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.25 | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 1, | ||
"name": "minecraft:sentry_armor_trim_smithing_template", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 1, | ||
"max": 2 | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.6 | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 3, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 14, | ||
"name": "minecraft:bone", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 3, | ||
"max": 9 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 11, | ||
"name": "minecraft:paper", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 6, | ||
"max": 13 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 9, | ||
"name": "minecraft:bone_meal", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 4, | ||
"max": 9 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 1, | ||
"name": "minecraft:skeleton_skull", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 1, | ||
"max": 1 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 7, | ||
"name": "minecraft:string", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 3, | ||
"max": 6 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 5, | ||
"name": "minecraft:cobweb", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 1, | ||
"max": 3 | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 2, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 8, | ||
"name": "minecraft:gold_ingot", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 1, | ||
"max": 3 | ||
} | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.5 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 6, | ||
"name": "minecraft:iron_ingot", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 1, | ||
"max": 4 | ||
} | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.5 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 7, | ||
"name": "minecraft:lapis_lazuli", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 5, | ||
"max": 10 | ||
} | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.3 | ||
} | ||
] | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.4 | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 5, | ||
"name": "minecraft:candle", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 1, | ||
"max": 5 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 2, | ||
"name": "minecraft:gunpowder", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 3, | ||
"max": 8 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"weight": 8, | ||
"name": "minecraft:rotten_flesh", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:set_count", | ||
"count": { | ||
"min": 1, | ||
"max": 6 | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.7 | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.