Minecraft 26.1.2

This commit is contained in:
LOOHP 2026-04-09 18:42:19 +01:00
parent baf75608a3
commit 27aae24015
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[![Build Status](http://ci.loohpjames.com/job/Limbo/badge/icon)](http://ci.loohpjames.com/job/Limbo/) [![Build Status](http://ci.loohpjames.com/job/Limbo/badge/icon)](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
``` ```
![Server Banner](https://api.loohpjames.com/serverbanner.png?ip=mc.loohpjames.com&width=918&name=IP:%20mc.loohpjames.com) ![Server Banner](https://api.loohpjames.com/serverbanner.png?ip=mc.loohpjames.com&width=918&name=IP:%20mc.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

View File

@ -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>

View File

@ -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;