Skip to content

Commit

Permalink
Fix Simple-Upgrades and Vanilla-Hammers addon ids
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Jul 25, 2023
1 parent 24eb4f1 commit f461074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions simple-upgrades/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version = "1.1"

addon {
main.set("xyz.xenondevs.nova.addon.simpleupgrades.SimpleUpgrades")
id.set("simple_upgrades")
name.set("Simple-Upgrades")
authors.addAll("StudioCode")
}
1 change: 1 addition & 0 deletions vanilla-hammers/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version = "1.2"

addon {
main.set("xyz.xenondevs.nova.addon.vanillahammers.VanillaHammers")
id.set("vanilla_hammers")
name.set("Vanilla-Hammers")
authors.addAll("StudioCode")
}

0 comments on commit f461074

Please sign in to comment.