Skip to content

Commit

Permalink
Update mixin extras
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Nov 10, 2023
1 parent 423655b commit 0d6c814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {

modImplementation("carpet:fabric-carpet:${property("carpet_core_version")}")

include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.1-beta.1")!!)!!)
include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${property("mixin_extras_version")}")!!)!!)

implementation(kotlin("stdlib-jdk8"))
}
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ parchment_version=1.20.1:2023.08.06
loader_version=0.14.21
fabric_kotlin_version=1.9.2+kotlin.1.8.10
carpet_core_version=1.20-1.4.112+v230608
mixin_extras_version=0.2.1-beta.2

mod_version=1.0.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import kotlin.io.path.*
object ReplayConfig {
private val predicateFactories = HashMap<String, PredicateFactory>()

private val gson = GsonBuilder().disableHtmlEscaping().setPrettyPrinting().create()
private val gson = GsonBuilder().disableHtmlEscaping().setLenient().setPrettyPrinting().create()
private var reloadablePredicate: ReplayPlayerPredicate = NonePredicate()

@JvmStatic
Expand Down

0 comments on commit 0d6c814

Please sign in to comment.