File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
me/simplicitee/project/items Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >project</groupId >
44 <artifactId >items</artifactId >
5- <version >1.6.0 </version >
5+ <version >1.6.1 </version >
66 <name >BendingItems</name >
77
88 <repositories >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public String toString() {
3232 }
3333
3434 public static BendingModifier of (String attribute , String value ) {
35- if (!value .startsWith ("x" ) || !value .startsWith ("+" )) {
35+ if (!value .startsWith ("x" ) && !value .startsWith ("+" )) {
3636 throw new IllegalArgumentException ("Mods must start with 'x' or '+'" );
3737 }
3838
Original file line number Diff line number Diff line change 11name : BendingItems
22author : Simplicitee
33api-version : 1.16
4- version : 1.6.0
4+ version : 1.6.1
55main : me.simplicitee.project.items.ItemsPlugin
66depend : [ProjectKorra]
77permissions :
You can’t perform that action at this time.
0 commit comments