[customization]
	#Items that count as fireworks for the offhand-firework tweak options.
	fireworkItems = ["minecraft:firework_rocket"]
	#Additional items that count as food for the offhand-torch and -use tweak options.
	foodItems = ["supplementaries:lunch_basket"]
	#Blocks that should be protected in the prevent accidental mining tweak.
	fragileBlocks = ["minecraft:budding_amethyst", "minecraft:large_amethyst_bud", "minecraft:medium_amethyst_bud", "minecraft:small_amethyst_bud"]
	#Additional items that count as shields for the offhand-shield hiding tweak options.
	shieldItems = ["basicshields:wooden_shield", "basicshields:golden_shield", "basicshields:diamond_shield", "basicshields:netherite_shield"]
	#Additional items that count as weapons for the offhand-shield hiding tweak options.
	shieldWeapons = ["tetra:modular_sword"]
	#Items that count as torches for the offhand-torch tweak options.
	torchItems = ["minecraft:torch", "minecraft:soul_torch", "tconstruct:stone_torch"]
	#Items that are allowed to place torches from the offhand if offhandTorchWithToolOnly is enabled.
	torchTools = ["minecraft:wooden_pickaxe", "minecraft:stone_pickaxe", "minecraft:iron_pickaxe", "minecraft:golden_pickaxe", "minecraft:diamond_pickaxe", "minecraft:netherite_pickaxe", "tconstruct:pickaxe", "tconstruct:hammer"]

[mobility]
	#This option will let you climb ladders automatically by just looking upwards, rather than requiring a key to be held down.
	autoClimbLadder = false
	#This option will disable step assist added by other mods.
	disableStepAssist = false
	#This option makes sprinting stop when the sprint key is released or sprinting is toggled off.
	reactiveSprintKey = true

[recipeBook]
	#This option makes the recipe book not shift the inventory when opened. Works best with smaller GUI scales / bigger resolutions.
	noRecipeBookShifting = false
	#This option makes right clicking the recipe book search bar clear it.
	clearRecipeBookOnRightClick = true
	#This option makes clicking ghost ingredients in the crafting grid navigate to it in the recipe book.
	navigateToGhostIngredients = true
	#This option retains recipe book search text when reopening the recipe book.
	retainRecipeBookSearch = true

[ui]
	#This adds back the master volume slider to the options screen. Saves you a click!
	masterVolumeSlider = false
	#This adds back the music volume slider to the options screen. Saves you a click!
	musicVolumeSlider = false

[rendering]
	#This option will hide your shield unless you are holding a weapon.
	hideShieldUnlessHoldingWeapon = true
	#This option will hide your shield unless you are actively blocking.
	hideShieldUnlessBlocking = true
	#This option will hide your offhand item. It can be toggled via an optional key binding.
	hideOffhandItem = false
	#This option will hide your empty main hand in first person.
	hideEmptyMainHand = false
	#This option will hide both first person hands. It can be toggled via an optional key binding.
	hideHands = false
	#This option will hide your own potion particle effects for your client (other players will still see them).
	hideOwnParticleEffects = true

[creativeMode]
	#This option will increase the hitbox of random-offset blocks in creative mode, making it easier to break them quickly.
	creativeBreakingSupport = true
	#This option makes right clicking the creative menu search bar clear it.
	clearCreativeMenuSearchOnRightClick = true
	#This option retains creative menu search text when reopening the creative menu search tab.
	retainCreativeMenuSearch = true

[mining]
	#This prevents the last durability from being used up.
	doNotUseLastMending = true
	#Prevents accidental mining of certain fragile blocks like budding amethysts.
	preventAccidentalMining = true

[torches]
	#This prevents the last torch in the offhand from being placed.
	doNotUseLastTorch = false
	#This prevents torches from being placed from your offhand at all.
	noOffhandTorchAtAll = false
	#This prevents torches from being placed from your offhand if you have a block in your main hand.
	noOffhandTorchWithBlock = true
	#This prevents torches from being placed from your offhand if you have food in your main hand.
	noOffhandTorchWithFood = true
	#This prevents torches from being placed from your offhand if you have an empty main hand.
	noOffhandTorchWithEmptyHand = false
	#This restricts torches to be placed from the offhand only when you're holding a tool in your main hand.
	offhandTorchWithToolOnly = false

[building]
	#This option will make iron fences and glass panes have a bigger hitbox while placing them, making it easier to aim.
	paneBuildingSupport = true
	#This option will make chains have a bigger hitbox while placing them, making it easier to aim.
	chainBuildingSupport = true

[interactions]
	#This option will disable log stripping.
	disableLogStripping = false
	#This option will disable log stripping unless the player is holding shift.
	logStrippingRequiresShift = false
	#This option will disable paving when holding a block in your offhand.
	disablePavingWithBlockInOffhand = true
	#This prevents items from being used from your offhand if you have food in your main hand.
	noOffhandUseWithFood = true
	#This prevents fireworks from being launched from your offhand if you are wearing an Elytra, unless you're flying.
	noOffhandFireworksWithElytra = true
	#This prevents sweet berries from being placed unless the player is holding shift.
	berryPlacementRequiresShift = false
