Wiki 9Minecraft Gravity Gun Mod Wiki
Gravity Gun Mod Wiki › Configuration

Gravity Gun Mod — Configuration

Configuration and Technical Info

The mod provides extensive configuration options via the gravigun.cfg file, allowing server administrators to balance the tool's power.

Block Interaction

By default, the standard Gravity Gun is restricted from picking up certain "heavy" or complex blocks (like Bedrock or certain tile entities). The Supercharged version ignores most of these restrictions.

Modder Integration: Developers can interact with the mod's logic to prevent or allow specific blocks from being grabbed using IMC (Inter-Mod Communication) messages.

  • Key: addBlockIDToGrabList
  • Value Format: id:meta, id:meta, id

Key Config Options

  • grabmaniac: If enabled, the standard Gravity Gun can pick up any block, similar to the Supercharged version.
  • reachDistance: Adjusts how far the gun can reach to pull entities.
  • entityBlacklist: A list of entity IDs that the Gravity Gun is forbidden from interacting with (useful for preventing players from moving boss mobs like the Ender Dragon).