grid-1.2.1+1.21.2
Compatibility
Required content
Changes
๐ Grid Easy 1.2.1 - Minecraft 1.21.2 Support
Grid Easy is now available for Minecraft 1.21.2.
This is a dedicated compatibility build for Minecraft 1.21.2, keeping the same Grid Easy features while adjusting the mod for the 1.21.2 Fabric environment.
โจ Compatibility
- Added support for Minecraft 1.21.2
- Prepared a dedicated build for the 1.21.2 environment
- Updated dependencies for Minecraft 1.21.2
- Maintained the same Grid Easy 1.2.1 feature set
๐ Included Grid Fixes
- Includes the Grid Height Fix from version 1.2.1
- Fixed Y-level grid alignment on farmland and partial-height blocks
- Improved grid origin calculation when standing on lower-height blocks
๐พ Profile Compatibility
- Existing Grid profile system is supported
- Saved profile data format remains unchanged
- No profile reset or migration required
๐ง Notes
- Client-side only
- Safe for vanilla servers
- Fabric API required
- Mod Menu support is optional
๐ฐ๐ท Grid Easy 1.2.1 - Minecraft 1.21.2 ์ง์
Grid Easy๊ฐ Minecraft 1.21.2 ๋ฒ์ ์ ์ง์ํฉ๋๋ค.
์ด๋ฒ ๋น๋๋ Minecraft 1.21.2 Fabric ํ๊ฒฝ์ ๋ง์ถ ์ ์ฉ ํธํ์ฑ ๋น๋์ด๋ฉฐ, ๊ธฐ์กด Grid Easy 1.2.1 ๊ธฐ๋ฅ์ ๊ทธ๋๋ก ์ ์ง๋ฉ๋๋ค.
โจ ํธํ์ฑ
- Minecraft 1.21.2 ์ง์ ์ถ๊ฐ
- 1.21.2 ํ๊ฒฝ์ ๋ง๋ ์ ์ฉ ๋น๋ ์ ๊ณต
- Minecraft 1.21.2์ ๋ง๊ฒ ์์กด์ฑ ์กฐ์
- ๊ธฐ์กด Grid Easy 1.2.1 ๊ธฐ๋ฅ ๋์ผํ๊ฒ ์ ์ง
๐ ํฌํจ๋ Grid ์์ ์ฌํญ
- 1.2.1์ Grid ๋์ด ๋ณด์ ํจ์น ํฌํจ
- ๊ฐ๋ฆฐ ํ ์์์ Grid๊ฐ 1์นธ ์๋์ ํ์๋๋ ๋ฌธ์ ์์
- ๋ฎ์ ๋์ด ๋ธ๋ก ์์์๋ Grid ๊ธฐ์ค์ ์ด ๋ ์์ ์ ์ผ๋ก ๊ณ์ฐ๋๋๋ก ๊ฐ์
๐พ ํ๋กํ ํธํ์ฑ
- ๊ธฐ์กด Grid ํ๋กํ ์์คํ ์ง์
- ์ ์ฅ๋ ํ๋กํ ๋ฐ์ดํฐ ํ์ ๋ณ๊ฒฝ ์์
- ๋ณ๋์ ํ๋กํ ์ด๊ธฐํ ๋๋ ๋ง์ด๊ทธ๋ ์ด์ ํ์ ์์
๐ง ์ฐธ๊ณ ์ฌํญ
- ํด๋ผ์ด์ธํธ ์ ์ฉ ๋ชจ๋
- ๋ฐ๋๋ผ ์๋ฒ์์๋ ์์ ํ๊ฒ ์ฌ์ฉ ๊ฐ๋ฅ
- Fabric API ํ์
- Mod Menu ์ฐ๋์ ์ ํ ์ฌํญ์ ๋๋ค
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:2Qp9xwtQ:8EkZ20Gq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2Qp9xwtQ:8EkZ20Gq"
}

