This mod adds a new dimension to the world which is a mirror of the overworld.
./gradlew genEclipseRuns eclipse
- Import project as existing workspace
./gradlew genIntellijRuns
- Import as gradle project
- Repository: repo.u-team.info
- Artifact: info.u-team:overworld_mirror-${config.forge.mcversion}:${config.overworldmirror.version}
- {config.forge.mcversion} is the minecraft version.
- {config.overworldmirror.version} is the overworldmirror version.
repositories {
maven { url = "https://repo.u-team.info" }
}
dependencies {
compileOnly fg.deobf("info.u-team:overworld_mirror-${config.forge.mcversion}:${config.overworldmirror.version}")
}
- This mod is licensed under apache 2 license. For more information see here.
- This mod can be packed in any curseforge modpack you like.
- Please report issues to the github issues.
- Include your minecraft version, forge version and mod version.
- Upload your log on gist or pastebin and include link in your report.