Skip to content

MC-U-Team/Useful-Railroads

1.20.2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Useful-Railroads

Curseforge Downloads Curseforge Versions Discord

This mod adds some rails and utility items and blocks for creating railroads.

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:useful_railroads-${config.forge.mcversion}:${config.usefulrailroads.version}
  • {config.forge.mcversion} is the minecraft version.
  • {config.usefulrailroads.version} is the usefulrailroads version.

Using in Forge Gradle 3:

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

dependencies {
  compileOnly fg.deobf("info.u-team:useful_railroads-${config.forge.mcversion}:${config.usefulrailroads.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.

About

This mod adds some rails and utility items and blocks for creating railroads

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages