
DevWorld
Minecraft Forge Mod for quickly creating a development world for mod testing
About this Mod
DevWorld3
DevWorld 3 is a Minecraft Forge Mod that is designed to be an easy way to create a developer test world, this test world can be then used to test your development mod in. With one click you get a creative flat world that by default is set to the redstone ready preset, time set to noon and is frozen, and weather disabled. From the title screen you can also quickly load, delete and regenerate the DevWorld.
Usage
Like all minecraft mods, this mod can be installed by dropping it into the mods folder, however this mod was not designed to be used this way, or included in packs. This mod was designed to be included into your gradle environment so you can use it while debugging the mod that you are developing.
To use this mod with gradle, make the following changes to your build.gradle file:
In the repositories { } section add the following:
repositories {
maven {
name "Blame Jared"
url "https://maven.blamejared.com"
}
}
In the dependencies { } section add the following:
dependencies {
runtimeOnly fg.deobf("ca.fireball1725.devworld:DevWorld3-1.19.2:X.Y.Z:client")
}
Note: Replace X.Y.Z with the release version of the mod which can be found here
Example: v0.0.5 would be ca.fireball1725.devworld:DevWorld3-1.19.2:0.0.5:client
Configuration
For configuration see the wiki
License
Mod source code is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE. Click the link for more information
Mod assets are licensed under the Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0). Click the link for more information
Available Versions
How to Install DevWorld on Your Server
Order Server
Order a Minecraft Java server with at least 4 GB RAM (6 GB recommended).
Set forge Loader
In the panel under "Egg", select the forge loader and matching Minecraft version (1.19.2).
Install Mod
Open the mod browser in the dashboard and search for "DevWorld". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.19.2
Server-side
✗ UnsupportedRecommended RAM
6 GB(min. 4 GB)Frequently Asked Questions
DevWorld server crashes on startup – what to do?
Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 4 GB RAM is allocated and the loader matches the mod version (1.19.2). You can switch loaders with one click in the panel.
Is DevWorld compatible with forge?
DevWorld officially supports forge for Minecraft 1.19.2. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with DevWorld – how to optimize performance?
Recommended RAM: 6 GB (per 5 players). Use /spark profiler to check if DevWorld consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install DevWorld with just one click on your server.