Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 7 hours ago
All versions
2.13.1
Release
Structure Gel API v2.13.13 years ago 1,237
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
1.20.1-v2.13.1
Data Handlers
- Data handlers now support position offsets.
- Position offsets are handled as left, up, and forwards, from the perspective of the data handler.
- The offset position is rendered in world.
- Updated the Data Handler GUI to be more organized.
- Data handlers can be waterlogged in the GUI now.
- Data Handlers are now in the
dragon_immuneandwither_immuneblock tags.
Building Tool Rendering
- Optimized the rendering logic.
- Rendering in Shape, Replace, or Clone mode now works with a proper culling system, which should make it look nicer.
- Renders now have shading to improve their visibility.
Before and After

Fixes
- Fixed the building tool not working with negative reach values properly.
- Fixed the building tool's message for the new reach distance showing an incorrect value.
- Fixed building tool rendering in Fabulous graphics to match fast/fancy.
- Fixed a crash when a mod's dependency is missing.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:T8TGycIQ:Yj94wn7H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:T8TGycIQ:Yj94wn7H"
}

