geforkt von Mirrors/Paper
Don't use translation string for SHULKER_BOX default name
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
023cc5d43f
Commit
c6855936ce
@ -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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren