Skip to content

Commit

Permalink
publishing time (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed May 11, 2024
1 parent dcc4eac commit a104a43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Changes
* Added `examples` folder containing all default files
* Any changes to the folder will be wiped on server restart or /crazyenchantments reload
## Optimization
* Updated nerdy things like thread pools and moved heavy tasks off the main thread
* Updated internal particles

## Additions
* Added folia support
* Added 1.20.6 support

## Other:
* [Feature Requests](https://github.com/Crazy-Crew/CrazyEnchantments/issues)
Expand Down
20 changes: 0 additions & 20 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ modrinth {

autoAddDependsOn.set(false)
detectLoaders.set(false)

dependencies {
optional.version("fancyholograms", "2.0.6")
}
}

hangarPublish {
Expand All @@ -81,22 +77,6 @@ hangarPublish {
hangar("PlaceholderAPI") {
required = false
}

hangar("FancyHolograms") {
required = false
}

url("Oraxen", "https://www.spigotmc.org/resources/%E2%98%84%EF%B8%8F-oraxen-custom-items-blocks-emotes-furniture-resourcepack-and-gui-1-18-1-20-4.72448/") {
required = false
}

url("CMI", "https://www.spigotmc.org/resources/cmi-298-commands-insane-kits-portals-essentials-economy-mysql-sqlite-much-more.3742/") {
required = false
}

url("DecentHolograms", "https://www.spigotmc.org/resources/decentholograms-1-8-1-20-4-papi-support-no-dependencies.96927/") {
required = false
}
}
}
}
Expand Down

0 comments on commit a104a43

Please sign in to comment.