Tags
Creators
Details
Licensed LGPL-2.1-only
Published 9 months ago
Updated last week
All versions
1.3.9.4
Release
Goety: Awaken 1.3.9.4last week 7,894
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
1.3.9.4 Changelog:
- Added two new modes for the Tower Wraith.
- Adjusted some sound effects for Typhoon.
- Expanded the Masquerader Servant's inventory from 8 slots to 27 slots.
- Removed a test feature that was accidentally left in during development.
- Applied compatibility fixes to some mobs to prevent them from causing game crashes in Goety version 2.5.58.
- Fixed some other issues.
1.3.9.4 更新日志
- 为高塔幽灵添加了两个新的形态。
- 调整了台风的一些音效。
- 假面愚者仆从的物品栏由8格扩充至27格。
- 删除了一个开发过程中忘记删除的测试功能。
- 对部分生物进行了兼容性修复,以期避免这些生物在Goety的2.5.58版本中导致游戏崩溃。
- 修复了一些其他问题。
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:td0qLuyC:Yu3uWpRd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:td0qLuyC:Yu3uWpRd"
}

