Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
1.21.1-1.5.2
Release
AnvilCraft For NeoForge v1.21.1-1.5.24 months ago 323
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
What's Changed
- Refactor build type and version number environment variable handling logic 重构构建类型与版本号环境变量处理逻辑 by @Gu-ZT in https://github.com/Anvil-Dev/AnvilCraft/pull/3205
- Add anvillib dependency configuration 添加anvillib依赖配置 by @Gu-ZT in https://github.com/Anvil-Dev/AnvilCraft/pull/3221
- Fix the bug where the recipe for consuming liquids does not execute when the pot is not full 修复消耗液体的配方在锅不满时不执行的bug by @TBPig in https://github.com/Anvil-Dev/AnvilCraft/pull/3228
- Translations update from AnvilCraft Translate by @Gugle2308 in https://github.com/Anvil-Dev/AnvilCraft/pull/3256
- Fix bug that cannot obtain some advs, Change some title/desc of adv 修复成就无法获取的问题,更改部分成就描述 by @QiuShui1012 in https://github.com/Anvil-Dev/AnvilCraft/pull/3259
- Update the anvillib dependency to version 1.4.0+build.188 更新 anvillib 版本号至 1.4.0+build.188 by @Gu-ZT in https://github.com/Anvil-Dev/AnvilCraft/pull/3265
- Add manual description 添加手册描述 by @TBPig in https://github.com/Anvil-Dev/AnvilCraft/pull/3273
- Fix the issue where other liquids can replace the role of molten gemstones in the synthesis process 修复其他液体可以替代熔融宝石参与合成的问题 by @TBPig in https://github.com/Anvil-Dev/AnvilCraft/pull/3281
- Make blocks of tungsten from other mods are heatable 使其它模组的钨块可被加热 by @QiuShui1012 in https://github.com/Anvil-Dev/AnvilCraft/pull/3286
- Improved induction light 电感灯相关改进 by @QiuShui1012 in https://github.com/Anvil-Dev/AnvilCraft/pull/3289
- Add the description of CheckStyle-IDEA plugin to CONTRIBUTINGs 为贡献指南添加CheckStyle-IDEA插件的相关描述 by @QiuShui1012 in https://github.com/Anvil-Dev/AnvilCraft/pull/3290
- Fix sliding rail crashes when water interacts with blocks that cannot be waterlogged, fix update range of activator sliding rail. 修复滑轨与水和不能含水方块特定条件交互下崩档,修正激活滑轨更新范围。 by @alpha-hhh in https://github.com/Anvil-Dev/AnvilCraft/pull/3298
- Translations update from AnvilCraft Translate by @Gugle2308 in https://github.com/Anvil-Dev/AnvilCraft/pull/3304
- Update the version number to 1.5.2 更新版本号至 1.5.2 by @Gu-ZT in https://github.com/Anvil-Dev/AnvilCraft/pull/3315
- Reduce the problem of active silencer failure caused by synchronization issues 减少因同步问题产生的主动消音器失效的问题 by @Gu-ZT in https://github.com/Anvil-Dev/AnvilCraft/pull/3316
- Fix some issues 修复部分问题 by @Gu-ZT in https://github.com/Anvil-Dev/AnvilCraft/pull/3317
Full Changelog: https://github.com/Anvil-Dev/AnvilCraft/compare/1.5.1...1.5.2
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| anvilcraft-neoforge-1.21.1-1.5.2-sources.jar | Unknown | 1.43 MiB |
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:vuISAWPc:Vj9aIvKi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vuISAWPc:Vj9aIvKi"
}



