Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Paper
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 4 months ago
Javadocs: https://oakloaf.github.io/GardeningTweaks/
Maven
Repository:
<repositories>
<repository>
<id>lushplugins</id>
<url>https://repo.lushplugins.org/snapshots/</url>
</repository>
</repositories>
Artifact:
<dependencies>
<dependency>
<groupId>org.lushplugins</groupId>
<artifactId>GardeningTweaks</artifactId>
<version>3.0.3</version>
</dependency>
</dependencies>
Gradle
Repository:
repositories {
mavenCentral()
maven("https://repo.lushplugins.org/snapshots/")
}
Artifact:
dependencies {
compileOnly "org.lushplugins:GardeningTweaks:3.0.3"
}