Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.92 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.92 KB

Virus-Disease-Mod

Curseforge Downloads Curseforge Versions Discord

This mod is designed to draw attention to the current pandemic and show what happens when social distancing is not practiced.

How to build this mod

Setup Eclipse

  • ./gradlew genEclipseRuns eclipse
  • Import project as existing workspace

Setup IntelliJ IDEA

  • ./gradlew genIntellijRuns
  • Import as gradle project

Build

  • ./gradlew build

How to include this mod

  • Repository: repo.u-team.info
  • Artifact: info.u-team:virus_disease_mod-${config.forge.mcversion}:${config.virusdiseasemod.version}
  • {config.forge.mcversion} is the minecraft version.
  • {config.virusdiseasemod.version} is the virusdiseasemod version.

Using in Forge Gradle 3:

repositories {
    maven { url = "https://repo.u-team.info" }
}

dependencies {
  compileOnly fg.deobf("info.u-team:virus_disease_mod-${config.forge.mcversion}:${config.virusdiseasemod.version}")
}

License

  • This mod is licensed under apache 2 license. For more information see here.
  • This mod can be packed in any curseforge modpack you like.

Issues

  • 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.