Tags
Creators
Details
Licensed Apache-2.0
Published 2 years ago
Updated last year
All versions
b0.1.1
Beta
Disx b0.1.1 Fabric 1.20.12 years ago 130
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Patch Notes b0.1.1:
Less bugs!
MOD COMPONENTS:
- Patched Advanced Jukebox not dropping itself on destroy
- Applied destroy time to Advanced Jukebox (copied from minecraft:jukebox)
- Patched Lacquer Block not dropping itself on destroy
- Patched Record Press not dropping itself on destroy
- Applied destroy time to Record Press (copied from minecraft:piston)
- Patched Stamp Maker not dropping itself on destroy
- Applied destroy time to Stamp Maker (copied from minecraft:piston)
- Advanced Jukebox loop status now checked every time a disc inserted, patching a bug where if you left a redstone pulse going into the block, it wouldn’t save as “loop enabled” when the world closed
- Advanced Jukebox now implements ContainerSingleItem class, which makes holding and saving discs that were input more efficient code-wise
- Stamp Maker no longer takes hopper input inappropriately
Optional dependencies
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:EtRRI1w5:fNyHCLaP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EtRRI1w5:fNyHCLaP"
}![Disx [Fabric/Forge/Quilt]](https://cdn.modrinth.com/data/EtRRI1w5/1eb1fa3b3865d3092d0fa81a4347303dbd7b48c0_96.webp)



