Skip to content

Adds some flower pots that can be used to grow various crops.

License

Notifications You must be signed in to change notification settings

DarkBladeNemo/BotanyPots

 
 

Repository files navigation

BotanyPots CurseForge Project Modrinth Project Maven Project

Pots for growing different types of plants. The documentation for this mod can be found here.

Maven Dependency

If you are using Gradle to manage your dependencies, add the following into your build.gradle file. Make sure to replace the version with the correct one. All versions can be viewed here.

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

dependencies {
    // NeoForge
    implementation group: 'net.darkhax.botanypots', name: 'botanypots-neoforge-1.21.1', version: '21.1.0'

    // Forge
    implementation group: 'net.darkhax.botanypots', name: 'botanypots-forge-1.21.1', version: '21.1.0'

    // Fabric & Quilt
    modImplementation group: 'net.darkhax.botanypots', name: 'botanypots-fabric-1.21.1', version: '21.1.0'

    // Common / MultiLoader / Vanilla
    compileOnly group: 'net.darkhax.botanypots', name: 'botanypots-common-1.21.1', version: '21.1.0'
}

Sponsors


BotanyPots is sponsored by Nodecraft. Use code DARKHAX for 30% of your first month of service!

About

Adds some flower pots that can be used to grow various crops.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%