mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
DOCS: replace Minetest -> Luanti, minetest.
-> core.
(#15292)
Co-authored-by: grorp <gregor.parzefall@posteo.de>
This commit is contained in:
parent
aa273119f2
commit
d52e4cdbdb
23 changed files with 873 additions and 865 deletions
|
@ -1,4 +1,4 @@
|
|||
Minetest protocol (incomplete, early draft):
|
||||
Luanti protocol (incomplete, early draft):
|
||||
Updated 2011-06-18
|
||||
|
||||
A custom protocol over UDP.
|
||||
|
@ -70,7 +70,7 @@ function check_if_minetestserver_up($host, $port)
|
|||
return false;
|
||||
}
|
||||
|
||||
- Here's a Python script for checking if a minetest server is up, confirmed working
|
||||
- Here's a Python script for checking if a Luanti server is up, confirmed working
|
||||
|
||||
#!/usr/bin/env python3
|
||||
import sys, time, socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue