parent
8f34277f6a
commit
8eec7d7fd5
1 changed files with 4 additions and 1 deletions
|
@ -1189,7 +1189,10 @@ public enum Material implements Keyed, Translatable {
|
||||||
GREEN_TERRACOTTA(4105),
|
GREEN_TERRACOTTA(4105),
|
||||||
RED_TERRACOTTA(5086),
|
RED_TERRACOTTA(5086),
|
||||||
BLACK_TERRACOTTA(26691),
|
BLACK_TERRACOTTA(26691),
|
||||||
BARRIER(26453),
|
/**
|
||||||
|
* BlockData: {@link Waterlogged}
|
||||||
|
*/
|
||||||
|
BARRIER(26453, Waterlogged.class),
|
||||||
/**
|
/**
|
||||||
* BlockData: {@link Light}
|
* BlockData: {@link Light}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue