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/)
|
[](http://ci.loohpjames.com/job/Limbo/)
|
||||||
# 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://www.spigotmc.org/resources/82468/<br>
|
||||||
https://modrinth.com/mod/limbo-server
|
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/)
|
- [Jenkins](http://ci.loohpjames.com/job/Limbo/)
|
||||||
***
|
***
|
||||||
### Offical Plugins
|
### Offical Plugins
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -136,7 +136,7 @@
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<finalName>${project.artifactId}-${project.version}-26.1.1</finalName>
|
<finalName>${project.artifactId}-${project.version}-26.1.2</finalName>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<profiles>
|
<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 int SERVER_IMPLEMENTATION_PROTOCOL = 775;
|
||||||
public final String LIMBO_IMPLEMENTATION_VERSION;
|
public final String LIMBO_IMPLEMENTATION_VERSION;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue