Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.09 KB

File metadata and controls

47 lines (24 loc) · 1.09 KB

Smarter way to handle structure pieces

____________________________________________________________________________

MAVEN

For developers that want to add CommandStructures to their mod's workspace:

repositories {

  maven {

    url "https://nexus.resourcefulbees.com/repository/maven-public/"

  }

}

 

Don't forget to change <modversion> with the actual latest version of this mod.

dependencies {

  ...

  implementation fg.deobf("com.telepathicgrunt:CommandStructures-Neoforge:<modversion>+1.20.6")

}


YourKit

https://www.yourkit.com/images/yklogo.png

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.