Tags
Creators
Details
1.0.6+beta
Compatibility
Required content
Changes
Massive Update!
Changed:
-
Knights now wear knight armor and have a chance of dropping it upon death
-
World Start Video Is Disabled by Default (Due to Bugs)
-
Slightly Nerfed Lance Damage
-
Buffed Diamond Hammer Damage
-
Removed Delay on Firestaff shooting when used without Rapidfire, as the rapidfire enchantment was not available from any chests or crafts. Rapidfire still exists, but has no effect.
-
Changed Firestaff Crafting Recipie to use Flame Powder
Added:
-
Twisted Oak Sapling (Bugged, doesnt spawn tree)
-
Twisted Oak Leaves
-
Twisted Oak Log
-
Seeking (hostile mob) Spawns in Caves & Twisted Meadows, Drops Diamond Eye Has 300 Health Points (150 hearts), deals 5 damage, Immune to Arrows, Fire, Potions, Tridents, and Drowning
-
Twisted Oak Planks
-
Twisted Oak Stairs
-
Twisted Oak Slab
-
Twisted Oak Pressure Plate
-
Stripped Twisted Oak Log
-
Twisted Oak Button
-
Twisted Oak Recipes
-
KNC: Blocks Creative Tab
-
Twisted Apple: New Food Item Dropped from Twisted Oak Trees. The Twisted Apple acts as a buffed apple, and gives some effects, like regen II and absorption III
-
Phoenix (Finally!): A Hostile Mob That Shoots Fireballs Every 12 seconds. It flies and walks. It's tameable with Twisted Apples. When tamed, it acts like a dog, and attacks mobs that the owner attacked, and ones that attacked the owner. Immune to fire. Spawns rarely in any biome.
-
Flame Powder: A new dust item that is obtained by killing a phoenix. Used to craft the Firestaff. Cannot burn in lava or fire. (DO NOT KILL OTHER PLAYER's PHOENIXES JUST OR THE ITEM!!!)
Updated Firestaff Craft

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:MTOTFlRo:kGj2MzL0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MTOTFlRo:kGj2MzL0"
}

