mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 04:17:44 +01:00
parent
8f34277f6a
commit
8eec7d7fd5
@ -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…
Reference in New Issue
Block a user