Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/telepathicgrunt/structurevoidtoggle
- Owner: TelepathicGrunt
- License: mit
- Created: 2020-01-04T19:36:08.000Z (almost 5 years ago)
- Default Branch: Arch-1.21
- Last Pushed: 2024-08-10T17:39:52.000Z (3 months ago)
- Last Synced: 2024-08-10T18:47:55.813Z (3 months 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: 413 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 TelepathicGruntFirst 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")
}