Skip to content

Commit

Permalink
fix(command): JSON parser not parsing lenient
Browse files Browse the repository at this point in the history
Closes #29
  • Loading branch information
iGoodie committed Jul 20, 2020
1 parent 0dbe5b2 commit 5fce47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.daemon=false

mod_id=twitchspawn
mod_group=net.programmer.igoodie
mod_version=1.6.5
mod_version=1.6.6

minecraft_version=1.16.1
forge_version=32.0.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class MCPHelpers {

public static ITextComponent fromJsonLenient(String string) {
return ITextComponent.Serializer.func_240643_a_(string);
return ITextComponent.Serializer.func_240644_b_(string);
}

public static ITextComponent merge(ITextComponent c1, ITextComponent c2) {
Expand Down

0 comments on commit 5fce47d

Please sign in to comment.