Skip to content

Commit

Permalink
Update LitematicaMixinMod.java
Browse files Browse the repository at this point in the history
  • Loading branch information
aria1th authored Aug 21, 2021
1 parent 8daaca1 commit 5be6dd6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class LitematicaMixinMod implements ModInitializer {
public static final ConfigBoolean CLEAR_AREA_MODE_SNOWPREVENT = new ConfigBoolean("ClearSnowLayer", false, "It will try to place string when snow layer is found");
public static final ConfigBoolean ACCURATE_BLOCK_PLACEMENT = new ConfigBoolean("AccurateBlockPlacement",false,"if carpet extra/quickcarpet enabled it, turn on");
public static final ConfigBoolean EASY_PLACE_MODE_USE_COMPOSTER = new ConfigBoolean("easyPlaceModeUsePumpkinPie",false,"use punkin pie to adjust composter level");
public static final ConfigBoolean ADVANCED_ACCURATE_BLOCK_PLACEMENT = new ConfigBoolean("CarpetExtraFixedVersion",false,"If carpet extra is updated, turn on to allow all facingblock rotation");
public static final ImmutableList<IConfigBase> betterList = ImmutableList.of(
Configs.Generic.AREAS_PER_WORLD,
//BETTER_RENDER_ORDER,
Expand Down Expand Up @@ -61,7 +62,8 @@ public class LitematicaMixinMod implements ModInitializer {
CLEAR_AREA_MODE_COBBLESTONE,
CLEAR_AREA_MODE_SNOWPREVENT,
ACCURATE_BLOCK_PLACEMENT,
EASY_PLACE_MODE_USE_COMPOSTER
EASY_PLACE_MODE_USE_COMPOSTER,
ADVANCED_ACCURATE_BLOCK_PLACEMENT

);
@Override
Expand Down

0 comments on commit 5be6dd6

Please sign in to comment.