
PathFinder API
A lightweight API for parsing command data in Minecraft mods. Works seamlessly with the Ultimate Backport Mod to enable dynamic command suggestions.
- Загрузки
- 3K
- Подписчики
- 1
- Обновлён
- 19 сентября 2025 г.
- Лицензия
- MIT
Опубликован 22 августа 2025 г.
PathFinder API is a dedicated command parsing API for Minecraft mods. It does not provide the suggestion UI itself; that is included in the Ultimate Backport Mod.
- Normal command suggestions do not require your mod to include the API.
- Dynamic suggestions require the API to be integrated into your mod.
This mod is needed by Ultimate Backport Mod and other mods depending on the API.
How it works:
- Command data can be generated easily at pathfinder.julianweinelt.de.
- Upload the generated JSON file on the website.
- Others can now easily download it in-game.
- PathFinder API handles parsing and prepares the commands for use in the game or UI.
Key Features:
- Lightweight parsing of commands, arguments, types, and custom suggestion lists.
- Works seamlessly with Ultimate Backport Mod for dynamic in-game suggestions.
- JSON-based workflow makes integration simple – no coding required for normal suggestions.
- Fully modder-friendly, easy to extend or integrate with your own tools.
Further Information & Documentation:
Ченджлог
1.1.1Релиз1.12.2 · 19 сентября 2025 г.
- Added null handling
- Added support for newest Pathfinder JSON format
- Added important methods for other mods
- Added custom lists
- Added handling for suggestion types
- Fixed display position of PathFinder Button at the main menu
1.0.2Релиз1.12.2 · 24 августа 2025 г.
- Add consent screen for downloads
- Add download screen for JSON downloads
Комментарии
Загружаем…