promotional bannermobile promotional banner

New Realms and Claim

Implementing Feudal upgradable territories within any player can place his own claim, for server multiplayer

File Details

tharidia_realmsandclaim-0.2.0-beta.jar

  • R
  • Feb 2, 2026
  • 3.55 MB
  • 89
  • 1.21.1
  • NeoForge

File Name

tharidia_realmsandclaim-0.2.0-beta.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:new-realms-and-claim-1423370:7566695"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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