mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix Geyser not working in IDE
This commit is contained in:
parent
b5eb27693f
commit
f9fd7cb831
4 changed files with 21 additions and 17 deletions
|
@ -78,7 +78,7 @@ public interface GeyserApiBase {
|
|||
* @return the major API version. Bumped whenever a significant breaking change or feature addition is added.
|
||||
*/
|
||||
default int majorApiVersion() {
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue