Files
2026-07-11 11:50:31 +02:00

23 lines
1.0 KiB
JSON
Executable File

{
"clientOnlyMode": true,
// Whether players can pick up items by clicking them. This also affects the keybind
"rightClickPickup": false,
// Whether players can throw items farther than normal by holding down the drop key
"itemThrowing": false,
// Whether the Item Filter should be loaded
"itemFilterEnabled": false,
// Whether items that have damage modifiers should also deal damage when thrown
"itemsActAsProjectiles": false,
// Whether players should be able to pick up items like normal
"autoPickup": true,
// Whether Interactic should override Minecraft's default item rendering with a more fancy version. Highly recommended
"fancyItemRendering": true,
// Whether Interactic should render the tooltips of items under the crosshair
"renderItemTooltips": false,
// Whether Interactic should render the full tooltip of items
"renderFullTooltip": false,
// Whether your arms should swing when dropping items
"swingArm": true,
// Whether block items should lay flat on the ground
"blocksLayFlat": false
}