Changes

Summary

  1. Removed Useless Variable. (details)
  2. Move enableChiselCrafting to Crafting, and add localization. (details)
  3. Fix Typo enableChiselMode_ConnectedMatrial -> (details)
  4. Add new performance option dynamicRenderFullChunksOnly, defaults to (details)
Commit 241e9ec0df18f86d2a94586168fe93a2e7ba6218 by AlgorithmX2
Removed Useless Variable.
The file was modifiedsrc/main/java/mod/chiselsandbits/bitbag/BagInventory.java (diff)
Commit 4301ef852af50c6ed3d7052d3c01050290cc5b07 by AlgorithmX2
Move enableChiselCrafting to Crafting, and add localization.
The file was modifiedsrc/main/java/mod/chiselsandbits/config/ModConfig.java (diff)
The file was modifiedsrc/main/resources/assets/chiselsandbits/lang/en_us.lang (diff)
Commit 95eb277dad6940cce70c141b206b1923bb3932dd by AlgorithmX2
Fix Typo enableChiselMode_ConnectedMatrial ->
enableChiselMode_ConnectedMaterial
The file was modifiedsrc/main/java/mod/chiselsandbits/config/ModConfig.java (diff)
Commit 2f3ae650e4d6a1275ec8e5cd84a96d44dc7e70b3 by AlgorithmX2
Add new performance option dynamicRenderFullChunksOnly, defaults to
true. This alters behavior slightly, disabling dynamic renderer
subdivision, this should result in better performance in general, video
cards tend to stall at times making it subdivide otherwise normally
detailed chunks, which causes performance to degrade.
The file was modifiedsrc/main/java/mod/chiselsandbits/config/ModConfig.java (diff)
The file was modifiedsrc/main/resources/assets/chiselsandbits/lang/en_us.lang (diff)
The file was modifiedsrc/main/java/mod/chiselsandbits/render/chiseledblock/tesr/ChisledBlockRenderChunkTESR.java (diff)