Skip to content

Commit ca7f9b4

Browse files
committed
make customItemDiscardTime not strict
1 parent de08a94 commit ca7f9b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/github/optijava/opt_carpet_addition/OptCarpetSettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ public class OptCarpetSettings {
192192
desc = "Modify item disappeared time, default value -1 (unit: tick)",
193193
category = RuleCategory.FEATURE,
194194
options = {"-1", "6000"},
195+
strict = false,
195196
validate = CustomItemDiscardTimeValidator.class
196197
)
197198
public static int customItemDiscardTime = -1;

0 commit comments

Comments
 (0)