Skip to content

Commit

Permalink
Revert "Update build.gradle"
Browse files Browse the repository at this point in the history
This reverts commit 56d3a0c.
  • Loading branch information
AltronMaxX committed Dec 25, 2023
1 parent 56d3a0c commit 92e6b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ enum MinecraftVersion {
MINECRAFT_1_20_4
)

public static final MinecraftVersion MINIMUM_VERSION = MINECRAFT_1_20_3
public static final MinecraftVersion MINIMUM_VERSION = MINECRAFT_1_7_2
public static final MinecraftVersion MAXIMUM_VERSION = values()[values().length - 1]

private static final Map<Integer, MinecraftVersion> PVN_MAP = new HashMap<>()
Expand Down Expand Up @@ -673,4 +673,4 @@ tasks.register("generateMappings") {
this.generateTags(targetDir, tags)
}

processResources.dependsOn(generateMappings)
processResources.dependsOn(generateMappings)

0 comments on commit 92e6b9a

Please sign in to comment.