KOTA Fix

KOTA Fix

This mixin fixes the Knowledge enchant from Zenith not working with Create 6.0

by
187 Downloads
fabric
Rent Server with this Mod

About this Mod

Kota Fix (Zenith x Create Compatibility)

Kota Fix is a lightweight Fabric 1.20.1 compatibility patch designed to restore the functionality of Zenith's Knowledge Enchantment when the Create mod is present.

The Core Issue

Both Zenith and Create rely on a shared library called porting_lib. This library's DROPS event system contains a critical design flaw: it stops processing handlers as soon as any handler returns true.

In many modpacks, Create's event handlers (which manage things like Deployer kills or Crushing Wheel drops) are registered earlier or run first. Even if a regular player performs the kill, logic within these handlers or other mods using the same library can trigger an early return, preventing Zenith's Knowledge handler from ever executing. This effectively "breaks" the Knowledge enchantment, making it impossible to gain the 25x XP bonus from Mob drops.

Technical Implementation (The "Area Scanner" Fix)

Instead of attempting a fragile Mixin patch on the embedded porting_lib code, Kota Fix implements a robust "post-processing" solution:

  1. Event Interception: The mod registers its own high-priority handler on the DROPS event.
  2. Kill Detection: When a player with the Knowledge enchantment kills a mob, the mod identifies the event and calculates the expected XP multiplier based on the enchantment level.
  3. Buffered Conversion:
    • The mod immediately clears items from the drops collection to prevent baseline looting.
    • It registers a 2-tick delayed Area Scan around the death location.
  4. The Scan: After 2 ticks (ensuring all other mods have finished their loot-spawning logic), the mod scans a 1x1x1 radius for any orphaned ItemEntity objects.
  5. XP Transformation: All found items are discarded and converted into ExperienceOrbEntity objects using the standard Zenith formula (totalItems * knowledge * 25).

Compatibility

  • Minecraft: 1.20.1
  • Mod Loader: Fabric
  • Required Mods: Zenith (or Apotheosis), Create (specifically versions using porting_lib).
  • Logic: This mod acts as a bridge and is safe to use in any modpack where Zenith Knowledge is failing to trigger.

Available Versions

KOTA Fix 1.0.1release
MC 1.20.1fabric
April 10, 2026
KOTA Fix 1.0.0release
MC 1.20.1fabric
April 4, 2026

How to Install KOTA Fix on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.20.1).

3

Install Mod

Open the mod browser in the dashboard and search for "KOTA Fix". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

1.20.1

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

KOTA Fix server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.

Is KOTA Fix compatible with fabric?

KOTA Fix officially supports fabric for Minecraft 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with KOTA Fix – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if KOTA Fix consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install KOTA Fix with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
Creative Commons Zero v1.0 Universal
Server-side
Required

Supported Versions

1.20.1