1.0.0
Compatibility
Changes
šæ AutoBamboo
A simple Minecraft mod that automatically collects bamboo when you open a chest.
Features:
- Bamboo automatically goes into your inventory when opening chests
- Press Right Shift to turn the mod ON/OFF
- Works on both client and server side
Requirements:
- Minecraft 1.21.5
- Fabric Loader 1.18.4
- Fabric API (required)
How to Use:
- Put the mod in your mods folder
- Start the game
- Open a chest near bamboo - it will collect automatically
- Press Right Shift to disable/enable the mod
Installation:
- Install Fabric Loader first
- Add Fabric API to mods folder
- Add AutoBamboo to mods folder
- Done!
Simple and easy to use! š
If you face any issues, feel free to contact me on Instagram: š· Follow Me On Instagram
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:jjUuyiJA:ZQazSPsp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jjUuyiJA:ZQazSPsp"
}

