Warning
Showbiz is in VERY early development, expect things to break and be unfinished!
A fan-made Minecraft mod focused around re-creating the wonderful experience that is watching The Rock-afire Explosion perform
I made this since Minecraft lets you combine tons of different mods and situations, making this simulator able to be enjoyed in VR via mods like ViveCraft, or with multiplayer with friends.
Not affiliated nor associated with Aaron Fechter, Rock-afire Explosion, or Creative Engineering. This is purely a fan project.
Note that this project is split into several different components:
- Showbiz Mod - The Minecraft mod
- Showbiz (VSCode) - Visual Studio Code extension aimed at addon developers
- BizLib - Handles format reading, parsing, and other low level things.
- BizLibNative - C#-based library I wrote to maximize engine compatibility, as it reads shows roughly the same way RR Engine does (except using NRBF instead of BinaryFormatter since it's more secure)
-
Clone this project (or fork it if you want to contribute changes)
-
Open the project in IntelliJ IDEA, then open this
README.mdin it and continue reading from there on -
Build the project by running
gradlew build<-- IntelliJ should be showing a play button next to this text in the preview window -
Decompile Minecraft sources via
gradlew genSources -
Build the mod assets via my own custom
gradlew runDatagen
This is an open-source project, so I'm glad if you can help!
If you'd like to add anything to the project, please open an issue or send a message on the Discord server to talk about it with us.
Make sure you're at least somewhat familliar with the project's internals before doing so if trying to submit a technical change.
Showbiz allows you to add in your own bots, among other things.
Please see the wiki on more information about how to do this.