/
Now version 4.0 - you will need to delete and reload your config, or get the config values from here
⚠️ Functionality previously provided by
scythe.usehas now been divided intoscythe.use.harvestandscythe.use.replant- if you want someone to have access to both harvesting and replanting, they must now have both permissions
Adds API, currently importable through modrinth
<repository>
<id>modrinth-repo</id>
<url>https://api.modrinth.com/maven/</url>
</repository>
<dependency>
<groupId>maven.modrinth</groupId>
<artifactId>scythe</artifactId>
<version>4.0</version>
<scope>provided</scope>
</dependency>
exclusiveContent {
forRepository { maven { url = "https://api.modrinth.com/maven" } }
filter { includeGroup "maven.modrinth" }
}
dependencies {
compileOnly 'maven.modrinth:scythe:4.0'
}