Links
Tags
Creators
Details
Licensed CC0-1.0
Published 3 days ago
Updated last month
All versions
1.1.4+mc26.2
Beta
WhatIfSulfured 1.1.4+mc26.2last month 21
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
WhatIfSulfured — Changelog
[1.1.4] — Initial Release
Finally an in-game answer to the question every sulfur cube owner has asked: "What happens if it eats this?"
Added
- Hovering over any block a sulfur cube can absorb now adds an extra tooltip line explaining what happens.
- Shows which "archetype" the block turns into after being eaten (bounce, speed, friction, float/sink behavior, etc). Examples:
- Rubber ball: very light, extremely bouncy, floats
- Golf ball: fast, low bounce, rolls a long way, sinks
- Living TNT: ignitable by hand (6s fuse), can't be sheared or bucketed, leaves no small cubes
- Molten: behaves like a football but burns any mob that touches it
- and all other archetypes (Beach ball, Medicine ball, Hockey puck, Curling stone, Sticky blob, Soul-heavy, Football)
- Archetype data is read directly from vanilla item tags, so the mod stays accurate even if Mojang moves blocks between archetypes.
- Added English (
en_us) and Turkish (tr_tr) language support.
Technical Notes
- Client-side only mod; no server-side installation needed.
- Requires Minecraft 26.2, Fabric Loader ≥0.19.0, Fabric API, and Java ≥25.
- License: CC0-1.0.
Author: Hackeraterist
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| whatifsulfured-1.1.4+mc26.2-sources.jar | Sources jar | 99.64 KiB |
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:CnQmLaO1:Sc4CvGVD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CnQmLaO1:Sc4CvGVD"
}

