VerseWorks is a NeoForge mod for Minecraft 1.21.1.
Current release version: 1.2.2.
This repository is the working source for the mod. The current build is early and experimental. Expect rough edges, placeholder assets, and systems that may change without much ceremony between iterations.
- Java 21
- Minecraft 1.21.1
- NeoForge 21.1.x
The template includes a setup script that prepares the local Python environment and checks the basic toolchain.
./setup_template.ps1After setup, the main run targets are the VS Code launch entries already included in the workspace, such as runClient, runServer, and runData.
src/main/javacontains the mod code.src/main/resourcescontains runtime assets and data.src/generated/resourcescontains generated assets and data.
This repository uses the PolyForm Noncommercial 1.0.0 license.
That means people may use, modify, and redistribute the code for noncommercial purposes, but they may not sell it or use it as part of a commercial offering without separate permission.
See LICENSE.txt for the repository license text.