1 مستودع
Standardized interfaces for injecting code into the Minecraft Java Edition engine.
Distinct from Minecraft Plugin Development: Distinct from Minecraft Plugin Development: focuses on engine-level code injection and modification rather than server-side plugin APIs.
Explore 1 awesome GitHub repository matching part of an awesome list · Engine Modification Interfaces. Refine with filters or upvote what's useful.
NeoForge is a development framework and programming interface designed for modifying the Minecraft Java Edition game engine. It provides a standardized environment that allows developers to inject custom logic, extend core gameplay mechanics, and introduce new content into the game. The platform distinguishes itself by utilizing a system of hooks and registry patterns that manage how modifications interact with the game engine. It maintains stability across different versions by separating client and server execution environments and automating the discovery and loading of mod packages. The
Creates custom content and gameplay mechanics for Minecraft Java Edition by injecting code into the game engine through a standardized interface.