Tags
Creators
Details
All versions
0.5.3-alpha+1.21.1
Alpha
Showbiz 0.5.3-alpha+1.21.1 (Neoforge w/ Sinytra)2 months ago 833
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
General
- Added a new model for the WP5 Wolfman
- Added a Mini plush
- Added a Gullys' Dook plush variant
- Added support for loading webm videos, and more formats
- Added an icon that shows if a show has a video in the reel management screen
- Made it so the show loader always shows errors to the player
- Fixed some issues on the Dook plush
- Fixed accidentally having given WP5 Beach Bear polycoria
- Fixed
RedStoneWireBlockMixincausing a crash on Neoforge - Fixed the reel upload screen not adding a file extension when creating a show
- Fixed broken flows when using shaders on staged bots
- Fixed CollidePart entities randomly playing sounds (hopefully)
- Possibly fixed Sable incompatibility for plushes
- Refactored and cleaned up a bunch of code
- Touch up WP5 Beach Bear's flows
- A lot more that I forgot to note here
Optional dependencies
Any compatible version
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:wJ32u9Oq:B0xpEBh0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wJ32u9Oq:B0xpEBh0"
}

