mirror of https://github.com/LOOHP/Limbo.git
Minecraft 26.1.2
This commit is contained in:
parent
baf75608a3
commit
27aae24015
|
|
@ -1,6 +1,6 @@
|
|||
[](http://ci.loohpjames.com/job/Limbo/)
|
||||
# Limbo
|
||||
## Standalone Limbo Minecraft Server (Currently 26.1.1)
|
||||
## Standalone Limbo Minecraft Server (Currently 26.1.2)
|
||||
|
||||
https://www.spigotmc.org/resources/82468/<br>
|
||||
https://modrinth.com/mod/limbo-server
|
||||
|
|
@ -19,7 +19,7 @@ IP: mc.loohpjames.com
|
|||
```
|
||||

|
||||
***
|
||||
### Downloads (1.17.1-26.1.1)
|
||||
### Downloads (1.17.1-26.1.2)
|
||||
- [Jenkins](http://ci.loohpjames.com/job/Limbo/)
|
||||
***
|
||||
### Offical Plugins
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -136,7 +136,7 @@
|
|||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<finalName>${project.artifactId}-${project.version}-26.1.1</finalName>
|
||||
<finalName>${project.artifactId}-${project.version}-26.1.2</finalName>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ public final class Limbo {
|
|||
|
||||
//===========================
|
||||
|
||||
public final String SERVER_IMPLEMENTATION_VERSION = "26.1.1";
|
||||
public final String SERVER_IMPLEMENTATION_VERSION = "26.1.2";
|
||||
public final int SERVER_IMPLEMENTATION_PROTOCOL = 775;
|
||||
public final String LIMBO_IMPLEMENTATION_VERSION;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue