Skip to content

Commit 1ee2fcd

Browse files
committed
1.20.1 update
1 parent d4c368a commit 1ee2fcd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.grovre</groupId>
88
<artifactId>EasyShearing</artifactId>
9-
<version>1.3.1</version>
9+
<version>1.4.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>EasyShearing</name>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.spigotmc</groupId>
7171
<artifactId>spigot-api</artifactId>
72-
<version>1.19.3-R0.1-SNAPSHOT</version>
72+
<version>1.20.1-R0.1-SNAPSHOT</version>
7373
<scope>provided</scope>
7474
</dependency>
7575
</dependencies>

src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ radiusFromSheep: true # If the radius is measured from the sheep or the player
44
finishAfterBreaking: true # If shears break, this will determine whether to stop or finish shearing nearby sheep
55

66
# The range that determines the possible amount of wool to drop from *nearby sheep*
7-
# Does not include the sheep clicked to shear
7+
# Does not include the sheep clicked to shear. Vanilla is 1-4
88
minimumWoolDroppedFromNearbySheep: 1 # Inclusive
99
maximumWoolDroppedFromNearbySheep: 4 # Exclusive

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EasyShearing
22
version: '${project.version}'
33
main: me.grovre.easyshearing.EasyShearing
4-
api-version: 1.19
4+
api-version: 1.20
55
authors: [ PoptartFromPluto ]
66
description: Shears all animals of that type in a 5 block radius
77
website: https://github.com/grovre

0 commit comments

Comments
 (0)