Skip to content

Commit

Permalink
Fix Ring Tag
Browse files Browse the repository at this point in the history
fixes #50
  • Loading branch information
iron431 committed Jun 9, 2023
1 parent b58704a commit 952db27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'org.parchmentmc.librarian.forgegradle'
apply plugin: 'maven-publish'

version = '1.18.2-1.1.4'
version = '1.18.2-1.1.4.1'
group = 'io.redspace.ironsspellbooks'
archivesBaseName = 'irons_spellbooks'

Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/data/curios/tags/items/ring.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"irons_spellbooks:emerald_stoneplate_ring",
"irons_spellbooks:fireward_ring",
"irons_spellbooks:frostward_ring",
"irons_spellbooks:poisonward_ring",
"irons_spellbooks:affinity_ring"
"irons_spellbooks:poisonward_ring"
]
}

0 comments on commit 952db27

Please sign in to comment.