mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
Don't use translation string for SHULKER_BOX default name
By: md_5 <git@md-5.net>
This commit is contained in:
parent
023cc5d43f
commit
c6855936ce
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public enum InventoryType {
|
|||
/**
|
||||
* A shulker box inventory, with 27 slots of type CONTAINER.
|
||||
*/
|
||||
SHULKER_BOX(27, "container.shulkerBox"),
|
||||
SHULKER_BOX(27, "Shulker Box"),
|
||||
;
|
||||
|
||||
private final int size;
|
||||
|
|
Loading…
Reference in a new issue