Back to mods
EventTweaker project artwork

CurseForge · Minecraft mod

EventTweaker

Added many events to CraftTweaker.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which EventTweaker release should I use?

Updated 5 months ago
Latest stable file eventtweaker-1.8.jar
Game version 1.12.2
Loader Forge

eventtweaker-1.8.jar targets 1.12.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is EventTweaker required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does eventtweaker-1.8.jar need?

eventtweaker-1.8.jar. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add EventTweaker without breaking your instance.

Built for eventtweaker-1.8.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use eventtweaker-1.8.jar. It targets 1.12.2 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside eventtweaker-1.8.jar. It opens that exact file at the source.

About this project

What does EventTweaker add?

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:

  • ClientChatEvent
  • ServerChatEvent
  • PlayerFlyableFallEvent
  • Botania: ManaChangeEvent, ManaDiscountEvent
  • RandomPortals: NetherPortalEvent (activate)

Utility APIs for scripts:

  • mods.eventtweaker.Minecraft (e.g. FPS/fullscreen checks)
  • mods.eventtweaker.GlStateManager
  • Cyclic inventory helpers (mods.eventtweaker.cyclicmagic.IPlayer)

Dependencies

Required:

  • CraftTweaker 2
  • MixinBooter

Optional integrations:

  • Botania
  • RandomPortals
  • Cyclic
  • Bubbles (Baubles Fork)

Example

import mods.eventtweaker.event.ClientChatEvent;

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

Project description from CurseForge.

Pick your setup

EventTweaker by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

EventTweaker versions and loaders

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.