Tags
Creators
Details
All versions
1.21-3.0.0-neoforge
Release
1.21-3.0.0-neoforge5 months ago 124
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- cassette tapes can play independently of one another
- view finders can apply post shaders to their feed. This is done with glass panes or with mob heads when supplementaries is on
- tvs can be connected to form a bigger tv screen, any size works so long its square
- tvs can connect when at most 1 of them has a cassette or none at all
- added 5 new cassettes: nature, channel2, us, axolotl and frogs
- huge internal changes which improve tv rendering logic and rendering pipeline in many different ways
- you can pause a tv by shift clicking
- added a switch on tv animation
- improved tf shader to have additional effects
- swapped static and color bars textures for missing feed and missing content tv states
- endermen will be angered when looked at through at TV, just like SCP 096. This causes tv to play a static effect.
- added funny live leak overlay easter egg
- added a new music disc, Sojourn by Hlzfss. You get it by killing an enderman angered from a TV
- cassettes can now also be dropped by getting a creeper be killed by a pillager
- added distant horizons compat, making tv scenes not render DH chunks (configurable)
- attempted to add iris compat, some hacks were added and minor improvements obtained but really there's nothing more I can do, trust me I tried too much, Iris is just built not that well and would require compatibility on their end to for once allow people to disable shaders arbitrairly.
- tvs can optionally show the current datetime timestamp
- fixed many, many bugs
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:zuARv1N7:2ZANLpWy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zuARv1N7:2ZANLpWy"
}

