
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 -...
Downloads
0
Remixes
0
Price
Free
neoforge · Both · 1.21.1 · mod
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.
MultiFrameGen
a mod that optimizes rendering so the FPS is boosted using motion based frame generation that interpolates, add a reflex so that the latency and delay is low...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
Speedrunner vs Hunter AI
Create a Minecraft mod "Speedrunner vs Hunter": hostile Hunters with roles (MELEE, ARCHER, BUILDER, TANK), adaptive AI, teleport, bridge building, TNT,...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
the king in yellow
theres an entity called "the king in yellow" going after the player. The king in yellow is a tall figure, covered in yellow robes and a blurred face. If the...
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...