Skip to content

Commit

Permalink
magmaBlockDamageItem should be false by default. fixed #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-1F committed Jun 20, 2022
1 parent 1594f0d commit 05b319f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public class IvanCarpetAdditionSettings {
desc = "Items on magma block get damages",
category = {ICA, FEATURE}
)
public static boolean magmaBlockDamageItem = true;
public static boolean magmaBlockDamageItem = false;

@Rule(
desc = "Sponge items do water clearance and dry in the nether after 60gt",
Expand Down

0 comments on commit 05b319f

Please sign in to comment.