tweak-api

tweak-api

Mod

A Minecraft fabric api that make more events and callbacks, and configure

Client or server Game MechanicsLibraryUtility

158 downloads
1 follower
Follow Save

Tweak API

A powerful extension API for Minecraft Fabric mod developers, providing rich callback and event systems.

📦 Installation

For Developers

Add dependency in build.gradle:

dependencies {
    modImplementation "io.github.zhengzhengyiyi.tweak_api:tweak:${project.tweak_version}"
}

gradle.properties

tweak_version=1.0.3
# use same version number as the versions on modrinth

package inside

import io.github.zhengzhengyiyi.tweak_api.*;

🎯 Available Callbacks

  • GameOptionsChangedCallback - Triggered when game options are changed
  • EntityHurtCallback - Triggered when an entity takes damage
  • ScreenOpenCallback - Triggered before any screen opens
  • CommandExecuteCallback - Triggered before command execution

📜 License

Apache License 2.0

🔗 Links

🐛 Reporting Issues

Please report any issues on our GitHub Issue Tracker.


This mod requires Fabric API to function properly.


Project members

zhengzhengyiyi

Inherited Owner

Details

Licensed Apache-2.0
Published 2 months ago
Updated 2 months ago