HomeJavaModsName Forging
Name Forging
ModsJava

Name Forging

by mr.skvipers · on Modrinth

Generate natural-sounding names with grammar-aware dictionaries and full resource pack support. Client-side only.

⬇ Download on Modrinth
Name Forging — screenshot 1

Title

Name Forging

A grammar-aware procedural name generator for Minecraft.

Instead of stitching random words together, Name Forging generates natural-sounding names with support for grammatical agreement, cases, localization, and multiple languages.

The mod adds a Generate Name button to the world creation screen, provides the /namegen command, and exposes an API for other mods.


✨ Features


📚 Included Generators

Generator Languages Description Example
Fantasy English
Russian
Fantasy-inspired places and kingdoms Ancient Hollow, Silent Valley, Lands of Shadows

More generators will be added in future updates.


🚀 Usage

World Creation

Click the 🎲 button next to the world name field.

Command

/namegen

or

/namegen name_forging:fantasy

Configuration

worldNameMode = ...
worldNameGenerator = ...

🛠 API

Optional<String> name = NameForgingApi.generate(
    ResourceLocation.fromNamespaceAndPath(
        "name_forging",
        "fantasy"
    )
);

Generation happens entirely on the client, just like any other player input. The generated name is then sent to the server as a regular string.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more