mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
sittingHeight -> sitting-height CustomBlock entry
This commit is contained in:
parent
4894d720c8
commit
8352edc84f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class CustomBlock {
|
|||
private ArrayList<String> blockTags = new ArrayList<>();
|
||||
@SerializedName("blockstates")
|
||||
private ArrayList<String> blockStates = new ArrayList<>();
|
||||
@SerializedName("sittingHeight")
|
||||
@SerializedName("sitting-height")
|
||||
private Double sittingHeight = 0.5;
|
||||
|
||||
public CustomBlock() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue