1.4.1-release-mc1.20.1
Compatibility
Changes
Theatrical Extra Lights — New Release, New Fixtures!
New Fixtures
Moving Mini Bar
A motorized bar with 7 individual heads (pan + tilt).
- 5ch — Unite Beam: all 7 heads driven as one (Intensity, Tilt, R, G, B)
- 35ch — Alone Beam: every head controlled independently (5ch × 7)
Atomic Strobe — 34 Channel Mode
New DMX personality for the Atomic Strobe with full zone-based control: independent color zones and per-bar dimmers for precise pixel-mapping effects.
Gobo System — 3 New Fixtures + 2 Renamed
Brand-new gobo projectors and refreshed beam fixtures:
- Xtreme Spot (Gobos) — new
- VL6C Spot (Gobos) — new
- Iris 700 Spot (Gobos) — new
- Moving VL2 (Gobos) — renamed from (Prism)
- Moving Scan (Gobos) — renamed from (Prism)
Firework System — "Theatrical Pyro" Creative Tab
52 firework launchers (21 base presets × color variants) grouped into 18 burst patterns:
Peony · Willow · Strobe · Multicolor · Chrysanthemum · Palm · Horsetail · Ring · Bell Comet · Comet · Spinner · Crossette · Spider · Diadem · Salute · Heart · Double Burst · Whistler · Mine
7 primary colors: blue, red, green, gold, white, amber, violet.
Pattern Highlights
- Crossette — each main spark detonates into a 6-spark perpendicular cross
- Mine — ground-level upward fountain (instant burst, zero launch velocity) for stage mine effects
- Custom halo + spark renderer — Shimmer-compatible, no vanilla particle light leaks
The Pyro tab also bundles the Gerb and Flame Projector blocks alongside the launchers.
Laser Rework — 19-Channel DMX
A complete overhaul of the laser fixture:
- New pattern engine with multiple beam shapes and sweep modes
- Raycast clip — the beam now stops cleanly on blocks
- Configurable passthrough — let the beam pierce specific materials
- Speed cap ×5 — up to 10 cycles per second at full DMX
- Burst now reacts to Speed (from stable to ~12.5 flickers/s at max)
- Scatter jitter ×5 faster
- 5% deadzone preserved on Speed, Burst, and Scatter (DMX 0–12 stays static)
Misc
- Improved focus, range, and config synchronization
- Expanded Extra Lights Config Screen for richer per-fixture tweaks
- Invisible Light is now labeled "Invisible Light (25 blocks)" to make its range obvious at a glance
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:tkqUgNnN:zWPZS1Kf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tkqUgNnN:zWPZS1Kf"
}

