CurseForge · Minecraft mod
EventTweaker
Added many events to CraftTweaker.
Quick answer
Which EventTweaker release should I use?
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.
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.
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.
- 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.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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:
ClientChatEventServerChatEventPlayerFlyableFallEvent- 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.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
EventTweaker versions and loaders
eventtweaker-1.8.jar
4 Mar 2026
Looking for an older file? The official CurseForge project page is in Resources.