Gravity API (Forge)
This Forge mod provides a comprehensive API and toolset for gravity manipulation in Minecraft. With it, you can fundamentally change the direction of gravity for players and creatures.
Core Features
The mod adds specialized gravity-changing items for all six directions:
- Standard changers - activated with right-click to change user's gravity
- Area-of-effect changers - affect gravity of nearby mobs (excluding the user)
- Anchor items - change gravity when held in hands
- Gravity plating - placeable blocks that alter gravity based on placement side (functionality from Amethyst Gravity mod)
Technical Improvements
The system has been completely overhauled compared to the original version:
- Cardinal components replaced with Forge capability system
- Enhanced pathfinding for mobs when their gravity is altered
- Entities spawned by mobs with changed gravity automatically inherit creator's gravity (e.g., thrown items)
- Fixed known issues, including GitHub bug #2
Configuration
The mod supports customization through a configuration file, allowing fine-tuning of the gravity system behavior to suit your needs.
Note: Commands are not yet implemented at this time.
Based on: original mod by Gaider10 with improvements from FusionFlux, qouteall, and functionality from Amethyst Gravity by CyborgCabbage