Перейти к содержимому
Mineforgian

debug-helper

a Minecraft Fabric api that helps debug

Загрузки
503
Подписчики
0
Обновлён
10 сентября 2025 г.
Лицензия
Apache-2.0

Опубликован 6 сентября 2025 г.

DebugHelper

- Simple Debug Utility for Fabric Mods

The description is made with AI

DebugHelper is a lightweight, server-side-only utility mod designed to help Fabric mod developers add easy debugging capabilities to their mods. This mod does nothing on its own — it must be used as a dependency by other mods during development.

quilt version of this mod is in beta

📌 Overview

DebugHelper provides simple logging, tracing, and debugging utilities that other mods can use to:

  • Print debug messages to the server console
  • Track event triggers
  • Monitor code flow during development

⚠️ This mod is server-side only. It does nothing on the client and should not be installed there.

🧩 For Mod Developers: How to Use

If you're developing a Fabric mod and want to use DebugHelper for debugging, follow these steps.

1. Add Dependency in build.gradle

dependencies {
    // other dependencies
    
    modImplementation("io.github.zhengzhengyiyi.tweak_api.debughelper:${project.debughelper_version}")
}
debughelper_version=1.0.4

3. Use in Your Code (Java)

  • in this section, please view github (I am still doing readme on github)

📚 Check the source code for full API details.

⚙️ Requirements

  • Minecraft: 1.20.1+
  • Environment: Server-side only
  • Java: 17+

Ченджлог

1.0.4-fix.1Бета1.21.6, 1.21.7, 1.21.8 · 6 сентября 2025 г.

No changelog was specified.

1.0.3Релиз1.21.6, 1.21.7, 1.21.8 · 6 сентября 2025 г.

No changelog was specified.

1.0.2Релиз1.21.6, 1.21.7, 1.21.8 · 6 сентября 2025 г.

No changelog was specified.

1.0.1Релиз1.21.6, 1.21.7, 1.21.8 · 6 сентября 2025 г.

No changelog was specified.

1.0.0Релиз1.21.6, 1.21.7, 1.21.8 · 6 сентября 2025 г.

version 1.0.0

feature

  • a list of debuggers
  • a registry helper

Комментарии

Загружаем…