mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
feat: Add Minetest support (#573)
* feat: Add Minetest support using serverlist * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
parent
0502c39c9c
commit
2a1219128d
5 changed files with 52 additions and 2 deletions
|
|
@ -1837,6 +1837,14 @@ export const games = {
|
|||
doc_notes: 'minecraft'
|
||||
}
|
||||
},
|
||||
minetest: {
|
||||
name: 'Minetest',
|
||||
release_year: 2010,
|
||||
options: {
|
||||
port: 30000,
|
||||
protocol: 'minetest'
|
||||
}
|
||||
},
|
||||
mbe: {
|
||||
name: 'Minecraft: Bedrock Edition',
|
||||
release_year: 2011,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue