Skip to content

Commit

Permalink
Fix wizards:staves tag when BetterX mods are not present
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jan 14, 2024
1 parent dbca3ca commit 2178fe0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.0.5

- Fix `wizards:staves` tag when BetterX mods are not present
- Update Chinese translation, thanks to Sillymoon

# 1.0.4
Expand Down
15 changes: 12 additions & 3 deletions src/main/resources/data/wizards/tags/items/staves.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@
"wizards:staff_netherite_arcane",
"wizards:staff_netherite_fire",
"wizards:staff_netherite_frost",
"wizards:staff_crystal_arcane",
"wizards:staff_ruby_fire",
"wizards:staff_smaragdant_frost"
{
"id": "wizards:staff_crystal_arcane",
"required": false
},
{
"id": "wizards:staff_ruby_fire",
"required": false
},
{
"id": "wizards:staff_smaragdant_frost",
"required": false
}
]
}

0 comments on commit 2178fe0

Please sign in to comment.