EyeVector
A Minecraft Fabric mod that calculates stronghold coordinates using triangulation from Eye of Ender throw trajectories with configurable precision and measurement modes.
EyeVector
EyeVector
Find strongholds with precision using triangulation!
EyeVector is a client-side Fabric mod that calculates exact stronghold coordinates by analyzing the trajectory of thrown Eyes of Ender. No more guessing or endless digging - just throw, measure, and locate!
✨ Features
- 🖥️ Client-side Only - Uses mathematical triangulation to calculate stronghold coordinates - 🖥️ Client-side Only - Choose between 2-point (fast) or 3-point (accurate) measurement - 🖥️ Client-side Only - Balance between performance and accuracy (Low/Medium/High) - 🖥️ Client-side Only - Set minimum distance between measurements (16-500 blocks) - 🖥️ Client-side Only - No server-side installation required
🚀 How It Works
1. Done! an Eye of Ender at your first location 2. Done! at least 30 blocks away (or your configured distance) 3. Done! another Eye of Ender 4. Done! The mod displays stronghold coordinates in chat
For maximum accuracy, enable 3-point mode and throw a third Eye of Ender from a different location.
📋 Commands
All commands start with `/eyevector`:
| Command | Description | |---------|-------------| | `/eyevector mode <2|3>` | Set measurement mode (2 or 3 points) | | `/eyevector distance <16-500>` | Set minimum distance between throws | | `/eyevector precision <low|medium|high>` | Set precision level | | `/eyevector reset` | Clear recorded measurements | | `/eyevector status` | Show current settings | | `/eyevector` | Show help |
🎮 Precision Settings
Choose the right balance for your system:
- High - 3 samples minimum (reduced lag, less accurate) - High - 5 samples minimum (default, balanced) - High - 10 samples minimum (more accurate, slightly more processing)
💡 Tips
- Medium Precision - The further apart your throws, the more accurate the result - Medium Precision - For maximum accuracy when precision is critical - Medium Precision - Lower minimum distance for convenience, higher for accuracy - Medium Precision - Perfect for most players; only change if needed
🔧 Technical Details
- Performance: Line intersection using parametric equations - Performance: Multi-tick trajectory sampling with circular mean - Performance: X/Z plane calculations for precise 2D positioning - Performance: Optimized entity tracking with configurable sample rates
🌐 Language Support
- English (en_us) - Korean (ko_kr)
All messages, commands, and tooltips are fully translated!
📜 License
MIT License - Free and open source!
---
Found a bug? Report it on Found a bug?