Skip to content

Commit 2482db1

Browse files
committed
fix: copilot doesn't like swear words :clown:
1 parent 5274f89 commit 2482db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

forge/src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ordering = "NONE"
3434
side = "CLIENT"
3535

3636
[[dependencies.${modId}]]
37-
modId = "baritoe" # Baritone decided to do this, jesus fucking christ
37+
modId = "baritoe"
3838
mandatory = true
3939
versionRange = "[${baritoneVersion},]"
4040
ordering = "NONE"

neoforge/src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ordering = "NONE"
4141
side = "CLIENT"
4242

4343
[[dependencies.${modId}]]
44-
modId = "baritoe" # Baritone decided to do this, jesus fucking christ
44+
modId = "baritoe"
4545
mandatory = true
4646
versionRange = "[${baritoneVersion},]"
4747
ordering = "NONE"

0 commit comments

Comments
 (0)