Tags
Creators
Details
All versions
0.2.0
Release
v0.2.02 years ago 95
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Changes
更改
- aed3a5a Bump version to 0.2.0
- 2e1e49c 修复“飞起来!”附魔的武器冷却时长并调整冷却到 1.5s
- 2e1fdf5 gitattributes 忘加星号了🤣
- 458bf68 使用 ParchmentMC mapping
- 7a5f4d0 Bump version to 0.2.0-beta.1
- 71ff37b 非常好git,使我的.sh变成CRLF
- 4562983 引入 Mixin
- 5ab8a5e 修改附魔名称“飞起来” -> “让你飞起来!”
- a2e9bc2 Bump version to 0.2.0-alpha.1
- 208083e Reusable build.yaml workflow
- 458c82a 添加CHANGELOG生成脚本
- 0a68ae2 Bump actions/upload-artifact from v3 to v4
- ecaf900 新附魔:飞起来!
- 7d48937 将注册项提取至单独类
- 884e0bc 移除没用的东西
- 94543d5 增加 SharedVariables 类用于共享变量
- d1954ff 再重传图片
- 26ee185 添加 gitattributes
- 752f399 Revert "新附魔:搭方块"
- 36ae194 新附魔:搭方块
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:4XR2SFvu:b5LjcG1X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4XR2SFvu:b5LjcG1X"
}

