Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated last month
All versions
1.1.3+mc26.2-Fabric
Release
Sulfur Cubed 1.1.3last month 43
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Sulfur Cubed - Release 1.1.3
TL;DR
- You can hide your hand now (configurable)
- There's new sounds and you bounce even more like a Sulfur Cube
CONFIG
- New config file for client -
sulfurcubed\client.properties
GAMEPLAY
- Fully implemented Sulfur Cube knockback physics on players
- Players now float in water just like a Sulfur Cube
VISUAL/AUDIO CHANGES
- Sulfur Cube sounds now get played accordingly to player's actions (jump, fall, hurt, death, pick up item, drop item)
- Player hand in first-person when player does not render when holding nothing - configurable in client config
BUG FIXES/TECHNICAL CHANGES
- The red hurt overlay is now shown when Player gets hurt while rendered as a Sulfur Cube if not holding anything
- When holding a barrier block, the renderer will no longer replace the inner layer of the Sulfur Cube making it look empty on the inside
DEV STUFF
- Most just things being renamed and moved
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:Ixw0NG5c:M7tl2z9Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ixw0NG5c:M7tl2z9Z"
}

