All versions
1.8.4-neoforge
Release
Touhou Little Maid: Spell 1.8.4-neoforgelast month 51.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
新增功能 / New Features
- 新增「UsefulMagic」法术联动:女仆可携带法术袋(法术书)与法杖,自动为法术球配对并装载法杖后施放弹幕/魔法阵类法术,冷却依法杖真实数值计算 / Added UsefulMagic integration — maids can carry spell bags and wands, automatically pairing and loading magic orbs to cast danmaku/magic-circle spells, with cooldowns derived from the wand's real values
优化 / Improvements
- Goety 依赖切换到官方发布版(
maven.modrinth:goety3.0.3),并适配官方版的类与包路径变更 / Switched the Goety dependency to the official release (maven.modrinth:goety3.0.3) and adapted the integration to its class and package changes
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:QHB4kBBS:3tvArxwR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QHB4kBBS:3tvArxwR"
}

