Avoid passing null narration text to GuiHintTextField, emit item components for custom item display/enchantment/attribute data, and update the player preview render call for the 1.21.1 InventoryScreen API.
Validated with ./gradlew.bat build --no-daemon.
Port WorldHandler to Minecraft 1.21.1 on NeoForge 21.1.225.
This migrates the build from ForgeGradle to NeoForge ModDevGradle, updates mod metadata, replaces Forge API usage with NeoForge equivalents, updates registry access for 1.21.1, and avoids a client-startup advancement reload that can hang large modpacks.
Validated with compileJava and full Gradle build.