Skip to content

Commit ee39e12

Browse files
committed
Add Support for 1.16.1
Bump Version Add Support for 1.16.1
1 parent 6b15b25 commit ee39e12

11 files changed

Lines changed: 27 additions & 20 deletions

File tree

BackpacksX-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
<modelVersion>4.0.0</modelVersion>
77
<artifactId>backpacksx-core</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<parent>
1212
<groupId>net.frostbyte.backpacksx</groupId>
1313
<artifactId>backpacksx-parent</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.1.0-SNAPSHOT</version>
1515
</parent>
1616
<properties>
17-
<paper.version>1.15.2-R0.1-SNAPSHOT</paper.version>
17+
<paper.version>1.16.1-R0.1-SNAPSHOT</paper.version>
1818
<maven.compiler.source>8</maven.compiler.source>
1919
<maven.compiler.target>8</maven.compiler.target>
2020
<timings.version>1.0.4</timings.version>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: BackpacksX
2-
version: 1.0.0-SNAPSHOT
2+
version: 1.1.0-SNAPSHOT
33
author: frost-byte
44
main: net.frostbyte.backpacksx.BackpacksX
55
api-version: 1.14

BackpacksX_1_12_R1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.1.0-SNAPSHOT</version>
77
<parent>
88
<groupId>net.frostbyte.backpacksx</groupId>
99
<artifactId>backpacksx-parent</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>backpacksx-1_12_R1</artifactId>

BackpacksX_1_14_R1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.1.0-SNAPSHOT</version>
77
<parent>
88
<groupId>net.frostbyte.backpacksx</groupId>
99
<artifactId>backpacksx-parent</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>backpacksx-1_14_R1</artifactId>

BackpacksX_1_15_R1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.1.0-SNAPSHOT</version>
77
<parent>
88
<groupId>net.frostbyte.backpacksx</groupId>
99
<artifactId>backpacksx-parent</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>backpacksx-1_15_R1</artifactId>

BackpacksX_1_8_R3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.1.0-SNAPSHOT</version>
77
<parent>
88
<groupId>net.frostbyte.backpacksx</groupId>
99
<artifactId>backpacksx-parent</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>backpacksx-1_8_R3</artifactId>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Automatically saves backpacks to custom files!
88
- Unlimited backpacks!
99
- Custom backpack configuration, recipes, items and more!
10-
- Compatible with Multiple Minecraft Versions: 1.8.3, 1.12.2, 1.14.4 and 1.15.2
10+
- Compatible with Multiple Minecraft Versions: 1.8.3, 1.12.2, 1.14.4, 1.15.2 and 1.16.1
1111

1212
### Permissions
1313

@@ -133,7 +133,7 @@ New backpacks can be added by adding a section to the `config.yml` file and then
133133
<dependency>
134134
<groupId>net.frostbyte.backpacksx</groupId>
135135
<artifactId>quickboardx-core</artifactId>
136-
<version>1.0.0-SNAPSHOT</version>
136+
<version>1.1.0-SNAPSHOT</version>
137137
</dependency>
138138
```
139139

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-SNAPSHOT;14.5.2020
1+
1.1.0-SNAPSHOT;7.2.2020

dist/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>backpacksx-dist</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.1.0-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>net.frostbyte.backpacksx</groupId>
1212
<artifactId>backpacksx-parent</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.1.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<build>
@@ -84,6 +84,12 @@
8484
<version>${project.parent.version}</version>
8585
<type>jar</type>
8686
</dependency>
87+
<dependency>
88+
<groupId>${project.groupId}</groupId>
89+
<artifactId>backpacksx-1_16_R1</artifactId>
90+
<version>${project.parent.version}</version>
91+
<type>jar</type>
92+
</dependency>
8793
</dependencies>
8894

8995
</project>

images/bbedit.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Automatically saves backpacks to custom files!
88
- Unlimited backpacks!
99
- Custom backpack configuration, recipes, items and more!
10-
- Compatible with Multiple Minecraft Versions: 1.8.3, 1.12.2, 1.14.4 and 1.15.2
10+
- Compatible with Multiple Minecraft Versions: 1.8.3, 1.12.2, 1.14.4, 1.15.2, and 1.16.1
1111

1212
[IMG]https://raw.githubusercontent.com/frost-byte/backpacksx/master/images/Layer-Commands.png[/IMG]
1313

@@ -81,7 +81,7 @@ sorting_hat:
8181
<dependency>
8282
<groupId>net.frostbyte.backpacksx</groupId>
8383
<artifactId>backpacksx-core</artifactId>
84-
<version>1.0.0-SNAPSHOT</version>
84+
<version>1.1.0-SNAPSHOT</version>
8585
</dependency>
8686
[/CODE]
8787

0 commit comments

Comments
 (0)