

DevWorld3
DevWorld3 is a Minecraft Forge mod designed for rapid creation of specialized testing worlds for developers. With just one click, you get a ready-made creative flat world pre-configured for optimal performance.
Default world settings include:
- Flat terrain with "Redstone Ready" preset
- Time fixed at noon
- Complete time freezing and weather disabling
Menu capabilities: On the world selection screen, quick access functions are available — loading, deleting, and regenerating the DevWorld test environment.
Installation and Usage
Important: While the mod can be installed via the standard mods folder method, its primary purpose is integration into the development environment through Gradle. Use in game packs is not recommended.
To add to your development project, make the following changes to the build.gradle
file:
Add to repositories section:
repositories {
maven {
name "Blame Jared"
url "https://maven.blamejared.com"
}
}
Add to dependencies:
dependencies {
runtimeOnly fg.deobf("ca.fireball1725.devworld:DevWorld3-1.19.2:X.Y.Z:client")
}
Important: Replace X.Y.Z
with the current mod version from the releases list.
Configuration
Detailed configuration instructions are available in the project documentation.
Licensing
The mod source code is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
Project assets are protected by the Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) license.