Skip to content

Commit e94f148

Browse files
authored
Don't use Parchment in testmod
1 parent 60491a9 commit e94f148

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fabric/testmod/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ dependencies {
1818
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
1919
mappings loom.layered() {
2020
officialMojangMappings()
21-
if(rootProject.hasProperty("parchment_version")) {
22-
parchment("org.parchmentmc.data:parchment-${minecraft_version}:${parchment_version}@zip")
23-
}
2421
}
2522

2623
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"

0 commit comments

Comments
 (0)