Skip to content

Commit 655d098

Browse files
committed
Update README.md
1 parent 42c62c8 commit 655d098

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ dependencies {
2929
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
3030

3131
modImplementation("curse.maven:carpet-349239:${project.carpet_core_version}")
32-
33-
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
34-
// You may need to force-disable transitiveness on them.
3532
}
3633

3734
processResources {

src/main/java/io/github/optijava/opt_carpet_addition/OptCarpetSettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ public class OptCarpetSettings {
4949
category = RuleCategory.BUGFIX
5050
)
5151
public static boolean fixXpLevelBug = false;
52+
5253
}

0 commit comments

Comments
 (0)