Mods Other

PathFinder API

  • 768 views • 1 today
  • 119 downloads • 0 today
  • 2
  • 3
CodeBlocksMC
Level 26 : Expert Network Engineer
5
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:


1. Command data can be generated easily at https://pathfinder.julianweinelt.de/
2. Upload the generated JSON file on the website.
3. Others can now easily download it in-game.
4. 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:

GitHub Wiki
Source Code
Download on Modrinth
Download on CurseForge
CreditJulian Weinelt
Progress100% complete
Game VersionMinecraft 1.12.2
Tags

  Have something to say?

Welcome