Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
MC1.21.11-fabric-2.0.0
Release
TIS-3D-MC1.21.11-2.0.0last month 66
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Big bump, since this also has a breaking API change.
- Added: casing rotation, e.g. for schematics or other mods that can rotate blocks. Modules in the casing will rotate with it. Closes #153. Finally.
- Changed: comments, defines, continuation macro no longer consume line budget. Closes #211.
- Changed: locked casings are also locked for automation (e.g. hopper module insertion/extraction).
- [BREAKING] Changed: made
ANYoperations more consistent, regardless of which face a module is installed on. Order of preferred port is no longer world face dependent but local port order based. - Fixed: queue and stack module could stall writers when filled.
- Fixed: ROM modules could be written with the right timing. Fixes #176.
- Fixed: removing a facade module could leave rendering broken until another change refreshed it. Fixes #202.
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:L23x7zL8:QN9krKM2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L23x7zL8:QN9krKM2"
}



