Skip to content

Commit

Permalink
temp 1.16.4 support for NBT
Browse files Browse the repository at this point in the history
- The NBT-API has not been updated yet, so I updated my fork. This is not guaranteed to work but lets hope so.
- Also updated the ChatReflection methods for pretty printing
  • Loading branch information
ShaneBeee committed Nov 3, 2020
1 parent 49db819 commit 71cc452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<version>3.2.0</version>
<configuration>
<!-- Put here wherever you would like the plugin to build -->
<outputDirectory>/Users/ShaneBee/Desktop/Server/SKRIPT-TESTING/Skript-1163/plugins</outputDirectory>
<outputDirectory>/Users/ShaneBee/Desktop/Server/SKRIPT-TESTING/Skript-1164/plugins</outputDirectory>
</configuration>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ private enum Ver {
V_1_14_R1("v1_14_R1", "k", "a"),
V_1_15_R1("v1_15_R1", "l", "a"),
V_1_16_R1("v1_16_R1", "l", "a"),
V_1_16_R2("v1_16_R2", "l", "a");
V_1_16_R2("v1_16_R2", "l", "a"),
V_1_16_R3("v1_16_R3", "l", "a");

private final String version;
private final String pretty;
Expand Down

0 comments on commit 71cc452

Please sign in to comment.