Skip to content

Commit

Permalink
Update JST to fix Parchment for long/double Parameters (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Dec 31, 2023
1 parent 0262737 commit 30d9b10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Constants {
public static final String DEFAULT_PARCHMENT_GROUP = "org.parchmentmc.data"
public static final String DEFAULT_PARCHMENT_ARTIFACT_PREFIX = "parchment-"
public static final String DEFAULT_PARCHMENT_MAVEN_URL = "https://maven.parchmentmc.org/"
public static final String DEFAULT_PARCHMENT_TOOL_ARTIFACT = "net.neoforged.jst:jst-cli-bundle:1.0.30"
public static final String DEFAULT_PARCHMENT_TOOL_ARTIFACT = "net.neoforged.jst:jst-cli-bundle:1.0.31"

public static final String DEFAULT_RECOMPILER_MAX_MEMORY = "1g"

Expand Down

0 comments on commit 30d9b10

Please sign in to comment.