Structure Void Toggle

Structure Void Toggle

3.7k Downloads
Structure Void Toggle
Created by TelepathicGrunt

First created on 1/2/2020

____________________________________________________________________________

MAVEN

For developers that want to add StructureVoidToggle 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:StructureVoidToggle-Neoforge:<modversion>+1.21.0")

}