modpack/config/interactic.json5
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 cc9d166efa v1.1.0 | Initial commit.
2022-08-19 20:29:50 +02:00

21 lines
No EOL
942 B
Text

{
"clientOnlyMode": false,
// Whether players can pick up items by clicking them. This also affects the keybind
"rightClickPickup": true,
// Whether players can throw items farther than normal by holding down the drop key
"itemThrowing": true,
// Whether the Item Filter should be loaded
"itemFilterEnabled": true,
// Whether items that have damage modifiers should also deal damage when thrown
"itemsActAsProjectiles": true,
// 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": true,
// Whether Interactic should render the full tooltip of items
"renderFullTooltip": true,
// Whether your arms should swing when dropping items
"swingArm": true
}