Skip to content

Commit

Permalink
Update village wizard chest loot table
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jan 7, 2025
1 parent 7096220 commit 98126c5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.4

- Update village wizard chest loot table

# 2.2.3

- Add spell scroll names
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fabric_api_version=0.102.0+1.21.1
# Mod
maven_group=net
archives_base_name=wizards
mod_version=2.2.3
mod_version=2.2.4
minecraft_compat_version=1.21

# Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 12
"min": 5,
"max": 16
},
"add": false
}
Expand All @@ -66,8 +66,8 @@
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 12
"min": 5,
"max": 16
},
"add": false
}
Expand All @@ -82,8 +82,8 @@
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 12
"min": 5,
"max": 16
},
"add": false
}
Expand All @@ -105,6 +105,22 @@
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:lapis_lazuli",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 3,
"max": 5
},
"add": false
}
]
},
{
"type": "minecraft:item",
"name": "wizards:wizard_robe_head"
Expand All @@ -128,10 +144,6 @@
{
"type": "minecraft:item",
"name": "wizards:staff_wizard"
},
{
"type": "minecraft:item",
"name": "minecraft:spyglass"
}
]
}
Expand Down

0 comments on commit 98126c5

Please sign in to comment.