Skip to content

Commit

Permalink
make spongeDryInNether's default value always be false
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed May 16, 2024
1 parent 7bab1c4 commit 0a2589b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ public class IvanCarpetAdditionSettings {
public static boolean mendableSnowGolem = false;

@Rule(categories = {ICA, FEATURE, PORTING})
//#if MC < 11500
//$$ public static boolean spongeDryInNether = false;
//#else
public static boolean spongeDryInNether = true;
//#endif
public static boolean spongeDryInNether = false;

@Rule(categories = {ICA, FEATURE})
public static boolean magmaBlockDamageItem = false;
Expand Down

0 comments on commit 0a2589b

Please sign in to comment.