Links
Tags
Creators
Details
Licensed ARR
Published 2 weeks ago
Updated last month
All versions
Forge-1.1.0
Release
Manaita++Forge-1.1.0last month 22
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Forge
Supported environments
Client and server
Changes
English / 英語
This is the Forge-compatible version.
- Fixed an issue where the axe on the cutting board could not strip wood.
- Fixed an issue where the hoe on the cutting board could not till the soil.
- Major internal code changes to support multi-loaders (this does not affect your gameplay experience).
Japanese / 日本語
これはForge対応版です
- まな板の斧が木を剥けない問題を修正
- まな板のクワが耕せない問題を修正
- マルチローダ対応化に伴う内部コードの大幅変更(みなさんのプレイ体験には影響しません)
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:cKJjHDjd:1L3SN5p4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cKJjHDjd:1L3SN5p4"
}

