mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 08:32:07 -07:00
Don't use translation string for SHULKER_BOX default name
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -73,7 +73,7 @@ public enum InventoryType {
|
|||||||
/**
|
/**
|
||||||
* A shulker box inventory, with 27 slots of type CONTAINER.
|
* A shulker box inventory, with 27 slots of type CONTAINER.
|
||||||
*/
|
*/
|
||||||
SHULKER_BOX(27, "container.shulkerBox"),
|
SHULKER_BOX(27, "Shulker Box"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final int size;
|
private final int size;
|
||||||
|
Reference in New Issue
Block a user