Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.63 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.63 KB

More Buckets

Adds some more buckets to Minecraft.

Download

The official release builds can be downloaded from the following websites.

Development

To use this mod in a development environment, you will need to add the following to your build.gradle.

repositories {
    maven {
        url 'https://maven.blakesmods.com'
    }
}

dependencies {
    implementation fg.deobf('com.blakebr0.cucumber:Cucumber:<minecraft_version>-<mod_version>')
    implementation fg.deobf('com.blakebr0.morebuckets:MoreBuckets:<minecraft_version>-<mod_version>')
}

License

MIT License