Tags
Creators
Details
All versions
1.4.1-fabric
Release
v1.4.1 fabric3 years ago 11.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Unavailable version
Changes
Its patch day ma' dudes!
- This version fixes, you know, some small details like THE FUNCTIONALITY IN FABRIC FOR THE SOURCE AND TARGET BLOCK.
- The Fabric version also won't require the Fabric API now. (Although that this is not that important, as both ComputerCraft and Create need it anyway, but hey it's not our fault!)
- The model for the Scroller Pane when it is locked now exists again too.
In Forge, render issues with blocks got fixed. They now look good again.
In general, the code for both modloaders is more similar to each other.
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:fXt291FO:JWA3Ln0O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fXt291FO:JWA3Ln0O"
}

