forked from virt-mirrors/Sit
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<>();
|
private ArrayList<String> blockTags = new ArrayList<>();
|
||||||
@SerializedName("blockstates")
|
@SerializedName("blockstates")
|
||||||
private ArrayList<String> blockStates = new ArrayList<>();
|
private ArrayList<String> blockStates = new ArrayList<>();
|
||||||
@SerializedName("sittingHeight")
|
@SerializedName("sitting-height")
|
||||||
private Double sittingHeight = 0.5;
|
private Double sittingHeight = 0.5;
|
||||||
|
|
||||||
public CustomBlock() {}
|
public CustomBlock() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue