Compatibility
Minecraft: Java Edition
1.21.x
1.20.4
1.20.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published 2 years ago
Updated 5 days ago
Changelog
🎉 New Features
-
Configurable Loot Table Probabilities: You can now fully customize the ticket spawn probabilities for each structure through the
ToEK.jsonconfiguration file- Individual configuration for each specific loot table
- Configurable generic probability for other chests
- Default values maintained for backward compatibility
-
Nether Fortress Support: Added support for tickets to spawn in Nether Fortress chests with a default probability of 5%
-
Extended Compatibility: The mod is now compatible with Minecraft versions from 1.21 to 1.21.3 with a single JAR
🔧 Improvements
- Dependency Optimization: Removed unnecessary
server-translations-apidependency
📝 Configuration Changes
The ToEK.json file now includes two new fields:
{
"lootTableProbabilities": {
"minecraft:chests/ancient_city": 0.1,
"minecraft:chests/abandoned_mineshaft": 0.03,
"minecraft:chests/stronghold_library": 0.05,
"minecraft:chests/stronghold_corridor": 0.05,
"minecraft:chests/stronghold_crossing": 0.05,
"minecraft:chests/end_city_treasure": 0.05,
"minecraft:chests/bastion_bridge": 0.15,
"minecraft:chests/bastion_hoglin_stable": 0.15,
"minecraft:chests/bastion_other": 0.15,
"minecraft:chests/bastion_treasure": 0.15,
"minecraft:chests/nether_bridge": 0.05
},
"genericChestProbability": 0.005
}
lootTableProbabilities: Map of customizable probabilities per loot table (0.0 to 1.0)genericChestProbability: Probability for generic chests not specified (default 0.5%)
📚 Documentation
- Updated README with complete information about the new configuration options
- Improved documentation on how to customize loot table probabilities
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
1.3.0-1.21-1.21.3Loaders
Game versions
1.21–1.21.3Downloads
21Publication date
November 4, 2025 at 3:24 PMPublisher
Gsimken
Owner


