Tags
Creators
Details
snapshot2201
Compatibility
Changes
这是本模组第一个快照,加入了一些基础物品。 First snapshot!
加入水稻、秧苗、稻谷、大米、面粉。 added paddy, seedling, paddy straw, rice and flour
加入木筛、煮锅。 added wooden sieve and saucepan!
加入牡蛎(生物与掉落物)、熟牡蛎、蚝油。 added oyster, cooked oyster and oyster sauce.
加入桂花、桂花树叶、桂花树苗、桂花树原木、桂花、桂花赤豆糊。 add osmanthus tree and osmanthus porridge!
加入生姜。 added ginger.
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:qdR0pekK:XSxrSmT2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qdR0pekK:XSxrSmT2"
}
