base
This commit is contained in:
Executable
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user