2.0.0
Compatibility
Changes
English
Webones Show — v2.0.0
Added Added the Red Light, Green Light minigame. Added the Rock, Paper, Scissors minigame. Added new gameplay items, including Totems and Charms. Added new visual effects and client-side feedback for minigame mechanics. Added a dedicated WBNS Creative Mode tab for the mod's items. Improvements Improved server-client communication for minigames and gameplay mechanics. Improved integration of custom items with server events. Added new systems for handling minigame states and player interactions. Improved the overall structure and registration of custom content. Content Added Rock, Paper, and Scissors items. Added Heart, Bed, Air, True Love, KeepInventory, Waterdrop, Experience, and Return Charms. Added additional custom items and accessories.
Español
Webones Show — v2.0.0
Añadido Añadido el minijuego Luz Roja, Luz Verde. Añadido el minijuego Piedra, Papel o Tijeras. Añadidos nuevos objetos de jugabilidad, incluyendo Tótems y Amuletos. Añadidos nuevos efectos visuales y elementos de interacción para las mecánicas de los minijuegos. Añadida una pestaña exclusiva WBNS en el modo Creativo para los objetos del mod. Mejoras Mejorada la comunicación entre servidor y cliente para los minijuegos y las mecánicas de juego. Mejorada la integración de los objetos personalizados con los eventos del servidor. Añadidos nuevos sistemas para gestionar los estados de los minijuegos y las interacciones entre jugadores. Mejorada la estructura general y el registro del contenido personalizado. Contenido Añadidos los objetos Piedra, Papel y Tijeras. Añadidos los Amuletos de Corazón, Cama, Aire, Amor Verdadero, KeepInventory, Waterdrop, Experiencia y Retorno. Añadidos objetos y accesorios personalizados adicionales.
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:i5rYbbE2:g4fkq035"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:i5rYbbE2:g4fkq035"
}

