Skip to content

Commit

Permalink
Clay Pot loot reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
capsey committed Sep 20, 2022
1 parent 28c3a9d commit 747e9cd
Show file tree
Hide file tree
Showing 19 changed files with 247 additions and 263 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.19+build.4
loader_version=0.14.9

# Mod Properties
mod_version = 0.1.10
mod_version = 0.2.0
maven_group = net.capsey.archeology
archives_base_name = capsey-archeology

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"type": "minecraft:uniform",
"min": 2,
"max": 8
},
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:coal",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 4
},
"add": false
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:gold_nugget",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"add": false
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:glass_bottle",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 2
},
"add": false
}
]
}
]
},
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:golden_apple"
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:book",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:leather_helmet"
},
{
"type": "minecraft:item",
"name": "minecraft:iron_boots"
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:golden_shovel",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
]
}
]
}
]
}
Loading

0 comments on commit 747e9cd

Please sign in to comment.