File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ radiusFromSheep: true # If the radius is measured from the sheep or the player
44finishAfterBreaking : 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
88minimumWoolDroppedFromNearbySheep : 1 # Inclusive
99maximumWoolDroppedFromNearbySheep : 4 # Exclusive
Original file line number Diff line number Diff line change 11name : EasyShearing
22version : ' ${project.version}'
33main : me.grovre.easyshearing.EasyShearing
4- api-version : 1.19
4+ api-version : 1.20
55authors : [ PoptartFromPluto ]
66description : Shears all animals of that type in a 5 block radius
77website : https://github.com/grovre
You can’t perform that action at this time.
0 commit comments