Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.4
1.20.1
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Changelog
Ticket of Eternal Keep 1.3.4
This release adds configurable mob loot support while keeping the default gameplay balance conservative.
What's New
- Added
mobLootTableProbabilitiestoToEK.json, allowing ticket drops to be configured per mob loot table. - Added
genericMobProbability, allowing a fallback ticket drop chance for mobs that do not have a specific entry. - Default mob drop chances are included in the config but set to
0.0, so server owners can opt in mob drops deliberately. - Existing chest loot table configuration remains supported.
- Existing configs are migrated automatically with the new mob fields when missing.
Fixes
- Fixed ticket loot chance being applied twice to the same loot entry, which made the real drop probability lower than configured.
Compatibility
- Minecraft:
1.21.9to1.21.10 - Fabric Loader:
>=0.17.3 - Java:
21+
Example Mob Config
"mobLootTableProbabilities": {
"minecraft:entities/zombie": 0.0,
"minecraft:entities/skeleton": 0.0,
"minecraft:entities/creeper": 0.0,
"minecraft:entities/spider": 0.0,
"minecraft:entities/enderman": 0.0,
"minecraft:entities/blaze": 0.0,
"minecraft:entities/wither_skeleton": 0.0
},
"genericMobProbability": 0.0
Set any value from 0.0 to 1.0 to enable drops for that mob or for generic mob loot tables.
Commits Included
- Publish CurseForge before Modrinth (70ae797)
Dependencies
Files
ticket-of-eternal-keep-1.3.4-1.21.9-1.21.10.jar(41.35 KiB) Primary
Metadata
Release channel
ReleaseVersion number
1.3.4-1.21.9-1.21.10Loaders
Fabric
Game versions
1.21.9–1.21.10Environment
Server-side only, works in singleplayer too


