/DevWorld2

DevWorld 2 Minecraft Mod

Primary LanguageJavaGNU Affero General Public License v3.0AGPL-3.0

DevWorld 2

https://discord.gg/fireball1725

DevWorld is a Minecraft mod that adds a 1-click development world. This world by default is set to use the Redstone Ready flat world generator with time fixed at noon, weather disabled, and a few other things.

Installation

Like all Minecraft mods, this mod can be dropped into the mods folder, however it was designed to be a dependency in your gradle script.

repositories {
  maven {
    name "FireBall1725 maven"
    url "https://repo.erins.net/maven"
  }
}

dependencies {
  runtimeOnly fg.deobf(group: 'ca.fireball1725.mods', name: 'DevWorld2-1.15.2', version: '1.0+')
}

Configuration

At this time this mod has no configuration

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