Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit c9a19f3

Browse files
committed
translation fix
1 parent 6bb7c10 commit c9a19f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/lins/mmmjjkx/rykenslimefuncustomizer/objects/customs/machine/CustomMaterialGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private void pushItems(BlockMenu blockMenu) {
198198
if (blockMenu.hasViewer()) {
199199
if (statusSlot > -1) {
200200
blockMenu.replaceExistingItem(
201-
statusSlot, CustomItemStack.create(Material.ORANGE_STAINED_GLASS_PANE, "&c空间不足"));
201+
statusSlot, CustomItemStack.create(Material.ORANGE_STAINED_GLASS_PANE, "&cNo enough space"));
202202
}
203203
}
204204
}

0 commit comments

Comments
 (0)