

Terrific Tickets
Insert Coin to Continue!
This mod is open source and under a permissive license. This means it can be included in any modpacks on any platforms without prior permission. We appreciate hearing about people using our mods, but you don't need to ask permission to use them. See the license file for details.
Terrific Tickets is a simple utility mod created specifically for ModFest: Carnival! It adds tokens and tickets to the game, plus a special card for compact storage of both item types. Tokens can be stacked in piles of 128, while tickets can be stacked in piles of 256.
Adding Terrific Tickets
repositories {
maven {
url 'https://repo.sleeping.town'
content {
includeGroup 'gay.lemmaeof'
}
}
}
dependencies {
modImplementation include("gay.lemmaeof:terrifictickets:<VERSION>")
}