Bellevue

Results 1 comments of Bellevue

![image](https://user-images.githubusercontent.com/9389278/187080934-328c704e-3e2d-4759-9c29-58faa2f00ce9.png) ```java private Button clearNBTButton; public void setMaterialNBT(@Nullable String nbt) { if (nbt != null) { this.nbt.setValue(nbt); } else { this.nbt.setValue(""); } } ``` and ```java protected void init() {...