Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
FORGE-mc1.20.1-v2.1.13
Release
WF-FORGE/mc1.20.1/v2.1.13last year 1,140
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
UPDATE 2.1.13
- ✨ Added experimental "playListMode"
- 🛠️ Can be enabled using
/waterframes experimentals playListMode <true/false> - 🛠️ This will allow you to play a list of videos in a row
- 🛠️ DO NOT USE IT ON EXISTING WORLDS
- ✨ Remote buttons to "change channel" now are enabled and let you move up and down the list.
- 🛠️ Can be enabled using
- ✨ Added shaderMode on displays gui
- 🛠️ Enables extra-compatibility for some shaderpacks using Iris/Oculus
- 🛠️ Its fully client-side config, it won't affect server-side
- 🛠️ [1.21.1 -> 4] Updated to the latest version of CreativeCore
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:eBzFuVTM:Suva8n46"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eBzFuVTM:Suva8n46"
}



