Creators
Details
Licensed GPL-3.0-or-later
Published 6 months ago
All versions
0.2.0-beta
Beta
New Realms and Claim 0.2.0-beta6 months ago 71
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Fix hotbar alignment, add crafting recipes and JEI integration GUI Fixes:
- Fix hotbar slot misalignment in realm GUI (PietroMenu.java) Changed hotbar Y offset from 78 to 58 to match visual rendering
Crafting Recipes:
- Add shaped crafting recipe for Pietro (realm stone) Pattern: Stone corners, Gold sides, Diamond center Cost: 4 Stone, 4 Gold Ingot, 1 Diamond
- Add shaped crafting recipe for Claim block Pattern: Iron cross around Stone Cost: 4 Iron Ingot, 1 Stone
JEI Integration:
- Add JEI maven repository (maven.blamejared.com)
- Add JEI API compile dependencies (v19.21.0.247)
- Add JEI as optional CLIENT dependency in mods.toml
- Create JEIPlugin.java for recipe viewing compatibility
Files added:
- data/tharidia_realmsandclaim/recipe/pietro.json
- data/tharidia_realmsandclaim/recipe/claim.json
- integration/jei/JEIPlugin.java
Files modified:
- gui/PietroMenu.java (hotbar fix)
- build.gradle (JEI repo + deps)
- gradle.properties (jei_version)
- neoforge.mods.toml (JEI optional dep)
- New lang for translation, italian and english
- Now all the command works
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:LCbQgHnG:Ir7rB9mS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LCbQgHnG:Ir7rB9mS"
}

