From 8352edc84f7c2762746641feea539505cbdc0539 Mon Sep 17 00:00:00 2001 From: Oth3r Date: Tue, 13 Aug 2024 13:03:38 -0500 Subject: [PATCH] sittingHeight -> sitting-height CustomBlock entry --- src/main/java/one/oth3r/sit/file/CustomBlock.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/one/oth3r/sit/file/CustomBlock.java b/src/main/java/one/oth3r/sit/file/CustomBlock.java index c1c04a9..4260d90 100644 --- a/src/main/java/one/oth3r/sit/file/CustomBlock.java +++ b/src/main/java/one/oth3r/sit/file/CustomBlock.java @@ -17,7 +17,7 @@ public class CustomBlock { private ArrayList blockTags = new ArrayList<>(); @SerializedName("blockstates") private ArrayList blockStates = new ArrayList<>(); - @SerializedName("sittingHeight") + @SerializedName("sitting-height") private Double sittingHeight = 0.5; public CustomBlock() {}