All versions
2.1.0
Release
Tensura: SlimeThrone Extras Fabric 2.1.0last month 4,194
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Added
- Wiki Command
- Config for specific locked skills to reset data if the RestSkillData is false.
- Config for Keen Nose ore detection
- FTB Quest Integration
- Tasks FTB can listen for:
- Prestige
- Race Prestige (Can listen for specific race ids)
- Reach Prestige Level
- Reach Soul Grade
- Lock Skill (Can listen for specific skill ids)
- Quest Complete (Can listen for specific quest ids)
- Rewards FTB can give out:
- Reincarnation Essence
- Soul Grade Points
- Required Quest Reroll
- Tasks FTB can listen for:
- Subordanate quest support (If the quest allows is subs can help you with quest or are reqired to fully do that quest)
- Added New quest creators
- damage (Supporting spesific damage types ex tensura:black_lightning)
- possess
- plunder
- spirit_contrac (Supporting element lvl and both)
- enchant
- mining_station
- woodcut
- spell_binding
- ep_reach
- equip_evolve
- Added Skill Rewards for quests
- Skill id
- mastery amount
- duration_ticks
- remove_time
- no_magicule_cost
- Added sub rewards
- Skills
- Command
Improved
- Master skill quests detection
- Quest context give more info when needed
- Better invalid quest cleanup
- Huge quest rebalance
Fixed
- Keen Nose works again on NeoForge
- Lore doesn't get sent out at max evo if race already completed
- Players can't use a race or skill reset to race prestige anymore
- Mining quests somtimes crashing if tool has silktouch
Changed
- Keen Nose is now given as Kobolds 2nd evo (KoboldTrader)
- Race Prestige for Divine Bird now has kill Charybdis as stat first
- Analyst and Seeker are now in the validSkillsTOLock config
Extra Info There is going to be a whole bunch more quests coming in the next update supporting the new creators and subs.
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:PcmQvtAt:CtA3W3t3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PcmQvtAt:CtA3W3t3"
}



