mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 03:48:01 +01:00
parent
8f34277f6a
commit
8eec7d7fd5
@ -1189,7 +1189,10 @@ public enum Material implements Keyed, Translatable {
|
||||
GREEN_TERRACOTTA(4105),
|
||||
RED_TERRACOTTA(5086),
|
||||
BLACK_TERRACOTTA(26691),
|
||||
BARRIER(26453),
|
||||
/**
|
||||
* BlockData: {@link Waterlogged}
|
||||
*/
|
||||
BARRIER(26453, Waterlogged.class),
|
||||
/**
|
||||
* BlockData: {@link Light}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user