TeamTwilight / CrossDimCommands

Small mod that allows "weather" commands to be used from any dimension and properly translates coordinates inputted into the "worldborder center" command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrossDimCommands

Curseforge Curseforge

Small mod that allows "weather" commands to be used from any dimension and properly translates coordinates inputted into the "worldborder center" command.

To add this to your project, add this to your build.gradle

repositories {
    maven {
        url = "https://maven.tamaized.com/releases"
    }
}

dependencies {
    runtimeOnly fg.deobf("team-twilight:crossdimcommands:{version}")
}

About

Small mod that allows "weather" commands to be used from any dimension and properly translates coordinates inputted into the "worldborder center" command.


Languages

Language:Java 100.0%