Nothing important

This commit is contained in:
tanyaofei 2024-08-16 09:54:15 +08:00
parent ffb2575627
commit 2b413988fd
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import java.util.Set;
public class NMSBridgeImpl implements NMSBridge {
private final static Set<String> SUPPORTS = Set.of("1.20.3", "1.20.4");
private final static Set<String> SUPPORTS = Set.of("1.20.4");
@Override
public @NotNull NMSEntity fromEntity(@NotNull Entity entity) {

View File

@ -14,7 +14,7 @@ import java.util.Set;
public class NMSBridgeImpl implements NMSBridge {
private final static Set<String> SUPPORTS = Set.of("1.20.5", "1.20.6");
private final static Set<String> SUPPORTS = Set.of("1.20.6");
@Override
public @NotNull NMSEntity fromEntity(@NotNull Entity entity) {