All versions
0.3.0
Alpha
Fatepath 0.3.0last week 34
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
Added
Combat & Spells:
- Lightning Bolt
- Thunder Strike (branches: Lock, Double Strike)
- Encourage
- Creature Summon
- Infinite Gacha
Talents & Destiny:
- Combat TXP Boost
- Summoner
- Forsaken
- Fragile
- Mana Turbulence
World & Entities:
- Dwarf entities and variants
- Devour Slime
- Village-adjacent cobble church (
worldgen.cobbleChurchChance, default 0.4)
Items & Blocks:
- Magic steel ore / ingot / block / sword / pickaxe
- Quartz pedestal
- Harvest Gem, Rain Gem
Integrations:
- MineColonies job magic
- ProjectE custom EMC conversions for magic steel
Changed
- Fireball cast-time / chant
- Cloud Vortex replaced by Encourage; Holy Smite and Fire Resistance talent removed
- Magic tier Chinese label: 高级 → 上级
- Destiny / skill-path UI performance and legend layout polish
Fixed
- Quartz pedestal display / scale
- Fireball ignite
新内容
战斗与法术:
- 闪电箭
- 雷击(分支:锁定、连击)
- 鼓励
- 召唤
- 无限扭蛋
天赋与命运:
- 经验加成·战斗
- 召唤士
- 厄-遗弃
- 厄-脆弱
- 厄-魔力紊流
世界与实体:
- 矮人实体与变体
- 吞噬史莱姆
- 村庄附近圆石教堂(
worldgen.cobbleChurchChance,默认 0.4)
物品与方块:
- 魔法钢矿石 / 锭 / 块 / 剑 / 镐
- 石英台座
- 丰收宝石、甘霖宝石
联动:
- 殖民地(MineColonies)职业魔法
- 等价交换(ProjectE)魔法钢自定义 EMC 换算
调整
- 火球术改为吟唱施放
- 云涡由鼓励取代;移除圣光惩戒与火焰抗性天赋
- 魔法分级中文:高级 → 上级
- 命途 / 技能路径界面性能与图例布局优化
修复
- 石英台座显示 / 缩放
- 火球术点燃
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:f1rp5vNb:RzvGQOtk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f1rp5vNb:RzvGQOtk"
}

