The runestone portal system based on MITE (Minecraft Is Too Easy)
This project implements a runestone portal system inspired by the MITE mod for Minecraft. It allows players to create magical portals using different types of runestones for teleportation across vast distances.
- Mithril Runestone Portals: Short-range teleportation (5000 block radius)
- Adamantium Runestone Portals: Long-range teleportation (40000 block radius)
- MITE-Compatible Logic: Faithful recreation of the original MITE portal mechanics
- Safe Landing System: Automatically finds safe landing spots for teleportation
- Seed-Based Destinations: Deterministic portal destinations based on runestone configuration
- Download the latest release from the Releases page
- Place the mod file in your Minecraft mods folder
- Ensure you have the required dependencies installed
- Launch Minecraft and enjoy!
- Build a rectangular frame using runestones
- Place the same type of runestones at all four corners:
- Mithril Runestones for short-range portals
- Adamantium Runestones for long-range portals
- Activate the portal (implementation-specific)
- Step through to teleport!
The system supports all 16 MITE runestone types:
- nul, quas, por, an, nox, flam, vas, des
- ort, tym, corp, lor, mani, jux, ylem, sanct
- Minecraft [Version]
- Minecraft Forge [Version]
- [Other dependencies]
git clone https://github.com/Inf1nlty/MITE-Ronestone-Portal-System.git
cd MITE-Ronestone-Portal-System
./gradlew build- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Original MITE mod creators for the inspiration
- Minecraft modding community for their support and resources
- Project Link: https://github.com/Inf1nlty/MITE-Ronestone-Portal-System
- Issues: https://github.com/Inf1nlty/MITE-Ronestone-Portal-System/issues
- Initial implementation of runestone portal system
- MITE-compatible teleportation logic
- Safe landing spot detection
Made with ❤️ for the Minecraft modding community