mirror of
https://github.com/tanyaofei/minecraft-fakeplayer.git
synced 2025-07-13 12:52:23 +08:00
Nothing important
This commit is contained in:
parent
ffb2575627
commit
2b413988fd
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user