Skip to content

Commit

Permalink
Move enableChiselCrafting to Crafting, and add localization.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgorithmX2 committed Dec 10, 2016
1 parent 241e9ec commit 4301ef8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/main/java/mod/chiselsandbits/config/ModConfig.java
Expand Up @@ -183,6 +183,9 @@ public class ModConfig extends Configuration
@Configured( category = "Crafting" )
public boolean enableNegativePrintInversionCrafting;

@Configured( category = "Crafting" )
public boolean enableChiselCrafting;

@Configured( category = "Items" )
public boolean enableBitTank;

Expand Down Expand Up @@ -270,9 +273,6 @@ public class ModConfig extends Configuration
@Configured( category = "Balance Settings" )
public boolean fullBlockCrafting;

@Configured( category = "Balance Settings" )
public boolean enableChiselCrafting;

// in game state
public boolean replaceingBits = false;

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/assets/chiselsandbits/lang/en_us.lang
Expand Up @@ -242,4 +242,5 @@ mod.chiselsandbits.config.defaultToDynamicRenderer.tooltip=By default C&B uses t
mod.chiselsandbits.config.forceDynamicRenderer.tooltip=Debug Setting, that disable the static render entirely.
mod.chiselsandbits.config.useVBO.tooltip=By Default uses the same setting as MC, but can be overridden.
mod.chiselsandbits.config.radialMenuVolume='Click' volume for radial menu.
mod.chiselsandbits.config.radialMenuVolume.tooltip=Setting to Zero will disable it.
mod.chiselsandbits.config.radialMenuVolume.tooltip=Setting to Zero will disable it.
mod.chiselsandbits.config.enableChiselCrafting=Enable Chiseling Blocks in Crafting Table

0 comments on commit 4301ef8

Please sign in to comment.