Skip to content

Commit

Permalink
Updated Dependancy + fix Bold test
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAlam1 committed Dec 11, 2024
1 parent 17b3dd3 commit cfdb021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public static void boldColor(GameTestHelper pHelper) {
}

public static void boldCancel(GameTestHelper pHelper) {
MessageUtils.sendMessageToPlayers(pHelper, "§6 This is a canceled bold test: §r \\**bold**");
MessageUtils.sendMessageToPlayers(pHelper, "§6 This is a canceled bold test: §r \\*\\*bold**");
}
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ minecraft_version_range=[1.21,)
## https://projects.neoforged.net/neoforged/neoform
neo_form_version=1.21.4-20241203.161809
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
parchment_minecraft=1.21
parchment_version=2024.11.10
parchment_minecraft=1.21.4
parchment_version=2024.12.07

# Fabric
fabric_version=0.111.0+1.21.4
fabric_loader_version=0.16.9

# NeoForge
neoforge_version=21.4.10-beta
neoforge_version=21.4.18-beta
neoforge_loader_version_range=[4,)
neoforge_version_range=[21.0.0-beta,)

Expand Down

0 comments on commit cfdb021

Please sign in to comment.