1. Getting and installing the mod - Schmille/Bamboo2 GitHub Wiki
Prebuild jar files
The easiest way to get your hands on this mod is to download it from its official curseforge page. Simply select the “Files” section header and download the appropriate version for your Minecraft installation.
NOTE: This mods license allows redistribution. As such you will find other websites that let you download this mod. Be careful when downloading from other websites, as the mods code may have been altered. NEVER install any mod you do not trust!
Building from source
Prerequisites
- Basic knowledge of your systems commandline/terminal
- A working installation of the Java Development Kit for Java version 8
Steps
- Download or clone this repository. You will likely want to clone the “master” branch.
- Navigate to the download location in your terminal (e.g.
“C:\Users\YourName\Desktop\Bamboo2-master”
) Note: On Windows you can simply open the directory in windows explorer and press Shift + right click. This will bring up a context menu with an“Open command window here”
or“Open PowerShell Here”
option. - Type
“gradlew build”
(or“.\gradlew build”
when using PowerShell) and press enter - Wait until you see “Build Successful”. Depending on your system this may take a while.
- Close your terminal window
- You should now find a
“build”
folder inside your download folder, inside which you should find a“libs”
folder which will contain the mod jar.