HomeJavaModsEventTweaker
EventTweaker

 

EventTweaker is a **CraftTweaker addon for Minecraft 1.12.2**.  
It exposes extra game/mod events and helper APIs to ZenScript, so you can customize behavior without writing a full core mod.

 

What this mod adds

Scriptable event hooks for:

Utility APIs for scripts:

Dependencies

Required:

Optional integrations:

Example

import mods.eventtweaker.event.ClientChatEvent;

events.onClientChat(function(event as ClientChatEvent) {
    print(event.originalMessage);
});
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more