Tags
Creators
Details
Licensed MIT
Published last week
All versions
1.1.2+mc26.2-Fabric
Release
Sulfur Cubed 1.1.25 days ago 17
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Sulfur Cubed - Release 1.1.2
TL;DR
- Mod can now be played in multiplayer with no server crashes at startup
- Config files are now in
config\sulfurcubed\directory
CONFIG
- Split
sulfurcubed.propertiesintosulfurcubed\server.propertiesandsulfurcubed\common-sp.properties- Client will update their
common-sp.properties("COMMON_SERVER_PRIORITY") file from server. - File does get overridden.
- Client will update their
BUG FIXES/TECHNICAL CHANGES
- Made
PreventDamagemixin useDamageTypeTags.SULFUR_CUBE_WITH_BLOCK_IMMUNE_TOtag instead of hardcoded for each damage - Merged PR #1 - Make SCHeldItem directly use Fabric API
- SCHeldItem now uses
LivingEntityRenderLayerRegistrationCallbackevent instead of (now removed)SulfurCubeRendererMixinmixin
- SCHeldItem now uses
- Fixed Sulfur Cube Player hitbox not being accurate to Sulfur Cube
- Split and renamed
CopyCubeBehaviorintoCopyCubeAnimationsandCopyCubeConstants - Player no longer takes any damage from falls, fixing losing momentum when taking fall damage
- Player no longer takes
IN_WALLsuffocation damage when being a Sulfur Cube
DEV STUFF
- Updated temporary built-in Millie's Core Libraries
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:wHROUBKF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ixw0NG5c:wHROUBKF"
}

