This is my first mod, the goal of this mod is to add an item that make vine boom sound when right-clicked, Only use for trolling purposes
Do you have some trust issue because of suspicious mod ?
Don't worry, you can check through the source code and even build the mod yourself, here's the steps :
- Clone the repository with
git clone https://github.com/PigmanYT3531/minecraft-vine-boom.git
- Run
cd minecraft-vine-boom
and runsudo chmod -x gradlew
to givegradlew
executable permission - Run
./gradlew build
to build the mod
Notes for windows user :
- You don't need to give executable permission on Windows, but you have to change directory before building
- On Windows, the command is
gradlew build
The Windows instruction probably incorrect because i'm not using Windows anymore