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: over 1 year ago
JSON representation
A Minecraft mod to get rid of that annoying Structure Void hitbox when building with a toggle! (also has autoplacing option)
- Host: GitHub
- URL: https://github.com/telepathicgrunt/structurevoidtoggle
- Owner: TelepathicGrunt
- License: mit
- Created: 2020-01-04T19:36:08.000Z (over 6 years ago)
- Default Branch: Arch-1.21
- Last Pushed: 2025-03-28T22:40:03.000Z (over 1 year ago)
- Last Synced: 2025-04-11T02:14:48.023Z (over 1 year ago)
- Topics: forge-mod, minecraft-forge, minecraft-forge-mod, minecraft-mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/structure-void-toggle
- Size: 437 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.1")
}