mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-11 01:59:14 +01:00
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),
|
||||
RED_TERRACOTTA(5086),
|
||||
BLACK_TERRACOTTA(26691),
|
||||
BARRIER(26453),
|
||||
/**
|
||||
* BlockData: {@link Waterlogged}
|
||||
*/
|
||||
BARRIER(26453, Waterlogged.class),
|
||||
/**
|
||||
* BlockData: {@link Light}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue