Skip to content

A handful of flowery additions to Minecraft's gardening mechanics!

License

Notifications You must be signed in to change notification settings

OakLoaf/GardeningTweaks

Repository files navigation

Banner

GardeningTweaks

Version Number

Make your gardening life become so much easier with Gardening Tweaks. From crops to trees, Gardening Tweaks adds lots of new features to your server to make it feel that little bit nicer, whilst still keeping the same Minecraft feel to it.

Download Link: https://www.spigotmc.org/resources/gardening-tweaks.107892/



Features

  • Allow players to bone meal some small flowers to grow taller flowers
  • Change what items grass drops, add more seeds to the mix so that it's easier to start off your pumpkin patch!
  • Stop your players from trampling your crops with multiple modes including to stop players with feather falling from trampling.
  • Make your tree leaves decay faster
  • Grow crops faster by doing a little dance next over them
  • Speed up crop growth by keeping your composter full, over time the composter will use it's contents to help grow surrounding crops
  • Change what items are outputted by composters
  • Right click your crops to take them out of the ground and automatically plant replacements
  • Chop your trees from the bottom and watch the whole tree fall with it!
  • Rejuvenate your dead bushes by right clicking them with a seed and turn them into a fresh, happy sapling.
  • When trees grow they can turn dirt surrounding the tree into grass and grow some flowers!
  • NEW! Sniffer can sniff custom items out of the ground



Commands /gardeningtweaks reload - Reload the plugin



Permissions gardeningtweaks.admin.reload - Reload the plugin



API

Version Number

Javadocs: https://cooldcb.github.io/GardeningTweaks/

Maven

Repository:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Artifact:

<dependencies>
    <dependency>
        <groupId>com.github.CoolDCB</groupId>
        <artifactId>GardeningTweaks</artifactId>
        <version>1.3</version>
    </dependency>
</dependencies>
Gradle

Repository:

repositories {
    mavenCentral()
    maven { url = "https://jitpack.io" }
}

Artifact:

dependencies {
    compileOnly "com.github.CoolDCB:GardeningTweaks:1.3"
}



If you have a bug to report or need help setting up your plugin join the Discord Support Server

Have a wonderful day :)

About

A handful of flowery additions to Minecraft's gardening mechanics!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages