Skip to content

Commit

Permalink
Add enchantment condition tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jun 27, 2024
1 parent 4cfa280 commit d16963c
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.2

- Add enchantment condition tags

# 1.2.1

- Configurable item registration
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.87.0+1.20.1
# Mod
maven_group=net
archives_base_name=wizards
mod_version=1.2.1
mod_version=1.2.2

# Dependencies
trinkets_version=3.7.1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"#wizards:wizard_robes"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values": [
"#wizards:staves",
"#wizards:wands"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values": [
"#wizards:staves",
"#wizards:wands"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"#wizards:wizard_robes"
]
}
8 changes: 0 additions & 8 deletions src/main/resources/data/wizards/tags/items/basic_staves.json

This file was deleted.

7 changes: 0 additions & 7 deletions src/main/resources/data/wizards/tags/items/basic_wands.json

This file was deleted.

0 comments on commit d16963c

Please sign in to comment.