All versions
1.5.0
Beta
Massive smoke columns 1.5.02 weeks ago 64
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Campfire smoke columns: placing an oak_wood block under a lit campfire generates massive, realistic smoke columns
- Custom smoke particle (SmokeColumnParticle): grows from 0.5x to 5.0x size while rising, maintains constant upward speed
- Wind system: configurable wind angle (0-360°), speed (0.0-0.2), and start height (default 384 blocks via Config.java)
- Server-client networking (CampfireSmokePayload + ClientCampfireTracker): smoke persists even when chunks are unloaded
- Distant Horizons compatibility: smoke columns render at any distance via server-tracked positions
- Config screen: wind angle, wind speed, and wind start height configurable via Mods menu
- Spanish translation (es_es.json)
Changed
- Campfire with oak_wood below now produces custom massive smoke instead of vanilla smoke
- Existing block_smoke and MassiveSmokeParticle remain unchanged
- Version bumped from 1.0.0 to 1.5.0
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:2WXtHOHn:Vp4gcl90"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2WXtHOHn:Vp4gcl90"
}

