Skip to content

Commit 7299a84

Browse files
authored
Update mc_text_generator.js
1 parent 78b14cf commit 7299a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/mc_text_generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@
649649
else if (
650650
Format?.id === "bedrock_block" &&
651651
formData.bedrockCheckbox == true &&
652-
(textLength - formData.letterSpace >= 30 || 9*numLines >= 48)
652+
(textLength - formData.letterSpace >= 30 || 9*numLines >= 30)
653653
) showRestrictionWarning("`30x30x30`")
654654

655655
// Check if user wanted to generate a layer but the depth was not 0

0 commit comments

Comments
 (0)