Skip to content

Commit 4641e00

Browse files
committed
1.4.12
Fixed some NMS implementations not remapped to Spigot
1 parent b85f8f7 commit 4641e00

File tree

20 files changed

+298
-208
lines changed

20 files changed

+298
-208
lines changed

FastNbt-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>FastNbt</artifactId>
77
<groupId>beer.devs</groupId>
8-
<version>1.4.11</version>
8+
<version>1.4.12</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

FastNbt-core/src/main/java/beer/devs/fastnbt/nms/NMSImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
public class NMSImpl
1212
{
13-
public static final String LIB_VERSION = "1.4.11";
13+
public static final String LIB_VERSION = "1.4.12";
1414

1515
private static final String NMS_IMPL_PACKAGE = "beer.devs.fastnbt.nms.nbt.impl";
1616

FastNbt-jar/pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>FastNbt</artifactId>
77
<groupId>beer.devs</groupId>
8-
<version>1.4.11</version>
8+
<version>1.4.12</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -54,88 +54,88 @@
5454
<dependency>
5555
<groupId>beer.devs</groupId>
5656
<artifactId>FastNbt-core</artifactId>
57-
<version>1.4.11</version>
57+
<version>1.4.12</version>
5858
</dependency>
5959

6060
<dependency>
6161
<groupId>beer.devs</groupId>
6262
<artifactId>fastnbt_nms_v1_21_7</artifactId>
63-
<version>1.4.11</version>
63+
<version>1.4.12</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>beer.devs</groupId>
6767
<artifactId>fastnbt_nms_v1_21_6</artifactId>
68-
<version>1.4.11</version>
68+
<version>1.4.12</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>beer.devs</groupId>
7272
<artifactId>fastnbt_nms_v1_21_5</artifactId>
73-
<version>1.4.11</version>
73+
<version>1.4.12</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>beer.devs</groupId>
7777
<artifactId>fastnbt_nms_v1_21_4</artifactId>
78-
<version>1.4.11</version>
78+
<version>1.4.12</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>beer.devs</groupId>
8282
<artifactId>fastnbt_nms_v1_21_3</artifactId>
83-
<version>1.4.11</version>
83+
<version>1.4.12</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>beer.devs</groupId>
8787
<artifactId>fastnbt_nms_v1_21_1</artifactId>
88-
<version>1.4.11</version>
88+
<version>1.4.12</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>beer.devs</groupId>
9292
<artifactId>fastnbt_nms_v1_20_6</artifactId>
93-
<version>1.4.11</version>
93+
<version>1.4.12</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>beer.devs</groupId>
9797
<artifactId>fastnbt_nms_v1_20_4</artifactId>
98-
<version>1.4.11</version>
98+
<version>1.4.12</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>beer.devs</groupId>
102102
<artifactId>fastnbt_nms_v1_20_R3</artifactId>
103-
<version>1.4.11</version>
103+
<version>1.4.12</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>beer.devs</groupId>
107107
<artifactId>fastnbt_nms_v1_20_R2</artifactId>
108-
<version>1.4.11</version>
108+
<version>1.4.12</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>beer.devs</groupId>
112112
<artifactId>fastnbt_nms_v1_20_R1</artifactId>
113-
<version>1.4.11</version>
113+
<version>1.4.12</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>beer.devs</groupId>
117117
<artifactId>fastnbt_nms_v1_19_R3</artifactId>
118-
<version>1.4.11</version>
118+
<version>1.4.12</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>beer.devs</groupId>
122122
<artifactId>fastnbt_nms_v1_19_R2</artifactId>
123-
<version>1.4.11</version>
123+
<version>1.4.12</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>beer.devs</groupId>
127127
<artifactId>fastnbt_nms_v1_19_R1</artifactId>
128-
<version>1.4.11</version>
128+
<version>1.4.12</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>beer.devs</groupId>
132132
<artifactId>fastnbt_nms_v1_18_R2</artifactId>
133-
<version>1.4.11</version>
133+
<version>1.4.12</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>beer.devs</groupId>
137137
<artifactId>fastnbt_nms_v1_17_R1</artifactId>
138-
<version>1.4.11</version>
138+
<version>1.4.12</version>
139139
</dependency>
140140
</dependencies>
141141

fastnbt_nms_v1_17_R1/pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
<parent>
1212
<artifactId>FastNbt</artifactId>
1313
<groupId>beer.devs</groupId>
14-
<version>1.4.11</version>
14+
<version>1.4.12</version>
1515
</parent>
1616

1717
<properties>
1818
<maven.compiler.source>16</maven.compiler.source>
1919
<maven.compiler.target>16</maven.compiler.target>
2020
</properties>
2121

22-
<build>
23-
<plugins>
24-
<plugin>
25-
<groupId>ca.bkaw</groupId>
26-
<artifactId>paper-nms-maven-plugin</artifactId>
27-
<version>${paper-nms-maven-plugin-version}</version>
28-
<executions>
29-
<execution>
30-
<phase>process-classes</phase>
31-
<goals>
32-
<goal>remap</goal>
33-
</goals>
34-
</execution>
35-
</executions>
36-
</plugin>
37-
</plugins>
38-
</build>
22+
<build>
23+
<plugins>
24+
<plugin>
25+
<groupId>ca.bkaw</groupId>
26+
<artifactId>paper-nms-maven-plugin</artifactId>
27+
<version>${paper-nms-maven-plugin-version}</version>
28+
<executions>
29+
<execution>
30+
<phase>process-classes</phase>
31+
<goals>
32+
<goal>remap</goal>
33+
</goals>
34+
</execution>
35+
</executions>
36+
</plugin>
37+
</plugins>
38+
</build>
3939

4040
<dependencies>
4141
<dependency>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>beer.devs</groupId>
4949
<artifactId>FastNbt-core</artifactId>
50-
<version>1.4.11</version>
50+
<version>1.4.12</version>
5151
<scope>provided</scope>
5252
</dependency>
5353
</dependencies>

fastnbt_nms_v1_18_R2/pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
<parent>
1212
<artifactId>FastNbt</artifactId>
1313
<groupId>beer.devs</groupId>
14-
<version>1.4.11</version>
14+
<version>1.4.12</version>
1515
</parent>
1616

1717
<properties>
1818
<maven.compiler.source>16</maven.compiler.source>
1919
<maven.compiler.target>16</maven.compiler.target>
2020
</properties>
2121

22-
<build>
23-
<plugins>
24-
<plugin>
25-
<groupId>ca.bkaw</groupId>
26-
<artifactId>paper-nms-maven-plugin</artifactId>
27-
<version>${paper-nms-maven-plugin-version}</version>
28-
<executions>
29-
<execution>
30-
<phase>process-classes</phase>
31-
<goals>
32-
<goal>remap</goal>
33-
</goals>
34-
</execution>
35-
</executions>
36-
</plugin>
37-
</plugins>
38-
</build>
22+
<build>
23+
<plugins>
24+
<plugin>
25+
<groupId>ca.bkaw</groupId>
26+
<artifactId>paper-nms-maven-plugin</artifactId>
27+
<version>${paper-nms-maven-plugin-version}</version>
28+
<executions>
29+
<execution>
30+
<phase>process-classes</phase>
31+
<goals>
32+
<goal>remap</goal>
33+
</goals>
34+
</execution>
35+
</executions>
36+
</plugin>
37+
</plugins>
38+
</build>
3939

4040
<dependencies>
4141
<dependency>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>beer.devs</groupId>
4949
<artifactId>FastNbt-core</artifactId>
50-
<version>1.4.11</version>
50+
<version>1.4.12</version>
5151
<scope>provided</scope>
5252
</dependency>
5353
</dependencies>

fastnbt_nms_v1_19_R1/pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
<parent>
1212
<artifactId>FastNbt</artifactId>
1313
<groupId>beer.devs</groupId>
14-
<version>1.4.11</version>
14+
<version>1.4.12</version>
1515
</parent>
1616

1717
<properties>
1818
<maven.compiler.source>17</maven.compiler.source>
1919
<maven.compiler.target>17</maven.compiler.target>
2020
</properties>
2121

22-
<build>
23-
<plugins>
24-
<plugin>
25-
<groupId>ca.bkaw</groupId>
26-
<artifactId>paper-nms-maven-plugin</artifactId>
27-
<version>${paper-nms-maven-plugin-version}</version>
28-
<executions>
29-
<execution>
30-
<phase>process-classes</phase>
31-
<goals>
32-
<goal>remap</goal>
33-
</goals>
34-
</execution>
35-
</executions>
36-
</plugin>
37-
</plugins>
38-
</build>
22+
<build>
23+
<plugins>
24+
<plugin>
25+
<groupId>ca.bkaw</groupId>
26+
<artifactId>paper-nms-maven-plugin</artifactId>
27+
<version>${paper-nms-maven-plugin-version}</version>
28+
<executions>
29+
<execution>
30+
<phase>process-classes</phase>
31+
<goals>
32+
<goal>remap</goal>
33+
</goals>
34+
</execution>
35+
</executions>
36+
</plugin>
37+
</plugins>
38+
</build>
3939

4040
<dependencies>
4141
<dependency>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>beer.devs</groupId>
5050
<artifactId>FastNbt-core</artifactId>
51-
<version>1.4.11</version>
51+
<version>1.4.12</version>
5252
<scope>provided</scope>
5353
</dependency>
5454
</dependencies>

fastnbt_nms_v1_19_R2/pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
<parent>
1212
<artifactId>FastNbt</artifactId>
1313
<groupId>beer.devs</groupId>
14-
<version>1.4.11</version>
14+
<version>1.4.12</version>
1515
</parent>
1616

1717
<properties>
1818
<maven.compiler.source>17</maven.compiler.source>
1919
<maven.compiler.target>17</maven.compiler.target>
2020
</properties>
2121

22-
<build>
23-
<plugins>
24-
<plugin>
25-
<groupId>ca.bkaw</groupId>
26-
<artifactId>paper-nms-maven-plugin</artifactId>
27-
<version>${paper-nms-maven-plugin-version}</version>
28-
<executions>
29-
<execution>
30-
<phase>process-classes</phase>
31-
<goals>
32-
<goal>remap</goal>
33-
</goals>
34-
</execution>
35-
</executions>
36-
</plugin>
37-
</plugins>
38-
</build>
22+
<build>
23+
<plugins>
24+
<plugin>
25+
<groupId>ca.bkaw</groupId>
26+
<artifactId>paper-nms-maven-plugin</artifactId>
27+
<version>${paper-nms-maven-plugin-version}</version>
28+
<executions>
29+
<execution>
30+
<phase>process-classes</phase>
31+
<goals>
32+
<goal>remap</goal>
33+
</goals>
34+
</execution>
35+
</executions>
36+
</plugin>
37+
</plugins>
38+
</build>
3939

4040
<dependencies>
4141
<dependency>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>beer.devs</groupId>
5050
<artifactId>FastNbt-core</artifactId>
51-
<version>1.4.11</version>
51+
<version>1.4.12</version>
5252
<scope>provided</scope>
5353
</dependency>
5454
</dependencies>

0 commit comments

Comments
 (0)