Links
Tags
Creators
Details
All versions
1.17
Release
Geng: Chinese Meme Craft 1.174 days ago 27
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
移除 / Removes
- 移除了数学函数相关内容,因为它们迁移到了数学函数模组。
Removed content related to math functions as they have been migrated to Math Function Mod.
添加 / Adds
- 中国人能飞 / Chinese people can fly
- 这是一个附魔。This is an enchantment.
- 该附魔适用于鞘翅。This enchantment is applicable to Elytra.
- 自己探索体验吧!Explore and experience for yourself!
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:q4mFVuu1:EYF3s0zT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:q4mFVuu1:EYF3s0zT"
}

