Skip to content

Commit

Permalink
Remove classes for click events, we'll need to supply platforms ourse…
Browse files Browse the repository at this point in the history
…lves
  • Loading branch information
NickImpact committed Mar 19, 2024
1 parent 60fc736 commit 97e1170
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 267 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ fabric-api=0.92.0+1.20.1

# Is the project currently in a snapshot state?
snapshot = false
release-candidate = 1
release-candidate = 2
43 changes: 43 additions & 0 deletions gradle/libs.versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ versions:
# Utility
gson: 2.10.1

# Adventure
adventure: 4.16.0
adventure-fabric: 5.9.0 # 1.20.1
examination: 1.3.0

dependencies:

# build-logic
Expand Down Expand Up @@ -186,6 +191,44 @@ dependencies:
name: cloud-processors-common
version: { ref: cloud-new }

# Adventure
adventure:
group: net.kyori
name: adventure-api
version: { ref: adventure }
adventureKey:
group: net.kyori
name: adventure-key
version: { ref: adventure }
adventureNBT:
group: net.kyori
name: adventure-key
version: { ref: adventure }
adventureSerializerPlain:
group: net.kyori
name: adventure-text-serializer-plain
version: { ref: adventure }
adventureSerializerLegacy:
group: net.kyori
name: adventure-text-serializer-legacy
version: { ref: adventure }
adventureSerializerGson:
group: net.kyori
name: adventure-text-serializer-gson
version: { ref: adventure }
adventureMinimessage:
group: net.kyori
name: adventure-text-minimessage
version: { ref: adventure }
adventureLoggerSlf4j:
group: net.kyori
name: adventure-text-logger-slf4j
version: { ref: adventure }
adventureFabric:
group: net.kyori
name: adventure-platform-fabric
version: { ref: adventure-fabric }

# Utilities
gson:
group: com.google.code.gson
Expand Down
3 changes: 2 additions & 1 deletion launchers/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ dependencies {
libs.cloudFabric,
libs.cloudMinecraftExtras,
libs.cloudConfirmations,
libs.cloudProcessorsCommon
libs.cloudProcessorsCommon,
libs.adventureFabric
).forEach { include(it) }

modCompileOnly("eu.pb4:placeholder-api:2.1.3+1.20.1")
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 97e1170

Please sign in to comment.