Skip to content

Commit

Permalink
1.20.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Grovre committed Jun 17, 2023
1 parent d4c368a commit 1ee2fcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.grovre</groupId>
<artifactId>EasyShearing</artifactId>
<version>1.3.1</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>EasyShearing</name>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<version>1.20.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ radiusFromSheep: true # If the radius is measured from the sheep or the player
finishAfterBreaking: true # If shears break, this will determine whether to stop or finish shearing nearby sheep

# The range that determines the possible amount of wool to drop from *nearby sheep*
# Does not include the sheep clicked to shear
# Does not include the sheep clicked to shear. Vanilla is 1-4
minimumWoolDroppedFromNearbySheep: 1 # Inclusive
maximumWoolDroppedFromNearbySheep: 4 # Exclusive
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EasyShearing
version: '${project.version}'
main: me.grovre.easyshearing.EasyShearing
api-version: 1.19
api-version: 1.20
authors: [ PoptartFromPluto ]
description: Shears all animals of that type in a 5 block radius
website: https://github.com/grovre

0 comments on commit 1ee2fcd

Please sign in to comment.