Skip to content

Commit

Permalink
bump nightcore
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 24, 2024
1 parent 7805a70 commit 0fa9df5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
### Added:
- Added a toggle, which allows you to revert the chance made previously.
- `crazycrates.open.<crate_name>` -> `crazycrates.deny.open.<crate_name>`
- The configuration option can be found in the `config.yml` i.e. `root.use-new-permission-system` which defaults to false
- This option is subject for removal however toggled like this for now, `false` means the old system i.e. `crazycrates.open.<crate_name>` is back.
- It'll be removed in the next version of Minecraft!
### Fixed:
- Fixed an issue with /crazycrates migrate ExcellentCrates
- Added a missing configuration option, that is required in our crate configs.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

val buildNumber: String? = System.getenv("BUILD_NUMBER")

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.7.1"
rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.7.2"

val isSnapshot = false

Expand Down
Binary file not shown.

0 comments on commit 0fa9df5

Please sign in to comment.