texturePools documentation

master
Riley 2022-05-01 10:16:58 +02:00
parent 01c26985b1
commit d0a5460248
1 changed files with 11 additions and 2 deletions

View File

@ -13,11 +13,13 @@ This is an example configuration file with two servers. Remember to install
"Servers": [
{
"Name": "default_server",
"Addr": "minetest.local:30000"
"Addr": "minetest.local:30000",
"TexturePool": "mt_game"
},
{
"Name": "some_other_server",
"Addr": "minetest.local:30001"
"Addr": "minetest.local:30001",
"TexturePool": "mt_game"
}
]
}
@ -117,6 +119,13 @@ Default: ""
Description: The network address and port of an internal server.
```
> `Server.TexturePool`
```
Type: string
Default: ""
Description: The texture Pool the server will be mapped to default is server name.
```
> `Server.Fallback`
```
Type: []string