Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/telepathicgrunt/structurevoidtoggle

A Minecraft mod to get rid of that annoying Structure Void hitbox when building with a toggle! (also has autoplacing option)
https://github.com/telepathicgrunt/structurevoidtoggle

forge-mod minecraft-forge minecraft-forge-mod minecraft-mod

Last synced: about 1 month ago
JSON representation

A Minecraft mod to get rid of that annoying Structure Void hitbox when building with a toggle! (also has autoplacing option)

Awesome Lists containing this project

README

        

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")

}