
Aether Forge
GOAL: Create the base NeoForge 1.21.1+ project skeleton for the mod “Aether Forge”. CONSTRAINTS: - Target: Minecraft 1.21+ - Loader: NeoForge - Java: 21 -...
00—neoforgeBoth1.21.1mod
Aether Forge Project Notes
- Base NeoForge 1.21.1 mod scaffold with mod id
aetherforgeand entrypointaetherforge.AetherForge. - Common and server configuration specs are registered up front and ready for future options via
AetherForgeConfig. - Deferred register hub
AetherForgeRegistrieswires empty item and block registries so new content can be attached easily. - Package layout is pre-built for core, API, smeltery, casting, pipes, storage, logistics, monitor, worldgen, client, and integration features; client visuals should stay under
aetherforge.client. - README summarizes the framework scope: "Aether Forge is a domain-agnostic industrial framework. All gameplay logic lives in addons."
- Current build is logic-free; add content, configs, assets, and data packs as needed for your addons.
Server Validation
✅ Server validation passed - The mod was tested on a real Minecraft server and loaded successfully.