1 parent 78b14cf commit 7299a84Copy full SHA for 7299a84
1 file changed
plugins/mc_text_generator.js
@@ -649,7 +649,7 @@
649
else if (
650
Format?.id === "bedrock_block" &&
651
formData.bedrockCheckbox == true &&
652
- (textLength - formData.letterSpace >= 30 || 9*numLines >= 48)
+ (textLength - formData.letterSpace >= 30 || 9*numLines >= 30)
653
) showRestrictionWarning("`30x30x30`")
654
655
// Check if user wanted to generate a layer but the depth was not 0
0 commit comments