A joke mod made for a friend Vtuber with very silly stuff :3
As for now, the mod include just a simple block, whatever this is
- New tools, materials, armors
- A new dimension
- New entities
- Even more when I get ideas
To build from source,
- Install Java JDK 21, the fabric API explains pretty well how to do so (note that you don't need the java JRE if you install the JDK, as it comes included with it)
- clone the repo and open it in Intellij IDEA (you can also use Eclipse or vsc)
- Let the IDE build and download all dependencies, you may have to reload the Gradle to download all dependencies
- Go in the Gradle sidebar and launch the
build
process
- Your mod should be located in the build\libs directory for Windows users and build/libs for Linux and MacOS users