Skip to content

Releases: wipodev/EverMod

Evermod Framewotk v1.0.0

04 Nov 04:03

Choose a tag to compare


[1.0.0] - 2025-11-03

Added

  • First stable release of the EverMod Framework, unifying CLI and Templates into a single modular ecosystem.
  • Introduced a fully automated multi-version Forge modding workspace powered by EverMod CLI and EverMod Templates.
  • Implemented dynamic template rendering with Jinja2, enabling automatic generation of build.gradle, mods.toml, pack.mcmeta, and core mod files.
  • Added integrated version metadata mapping (versions.json) to manage ForgeGradle, Java version, and mod configuration across all supported Minecraft versions.
  • Provided seamless synchronization between CLI commands and template generation for complete mod setup and scalability.

Changed

  • Consolidated previously separate per-version build systems into a single unified framework.
  • Streamlined the mod creation workflow with consistent structure, automatic Gradle setup, and dynamic version detection.
  • Improved maintainability and update process by centralizing all metadata and templates under the EverMod ecosystem.

Overview

This release marks the official launch of the EverMod Framework — a modular, version-aware toolchain for Forge modding.
It establishes the foundation for all future development, combining performance, automation, and multi-version compatibility in one cohesive system.