-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathload.txt
38 lines (27 loc) · 1.19 KB
/
load.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# this is an example load.txt file
# auth_nopass adds authentication only using FirstSRP
github.com/ev2-1/minetest-go/auth_nopass
# minetest_mapdriver can parse minetest's `map.sqlite` files
github.com/ev2-1/minetest-go/map/minetest_mapdriver
github.com/ev2-1/minetest-go/map/loader_basic3x3
github.com/ev2-1/minetest-go/map/generator_flat
# http media serves media in `$pwd/media` to clients using mth
github.com/ev2-1/minetest-go/http_media
# mt media uses the minetest protocol
# files located in: `$pwd/model_media`
github.com/ev2-1/minetest-go/mt_media
# json nodemeta loads nodemetadata and itemmetadata from json files
github.com/ev2-1/minetest-go/json_meta
# playerAO contains a player ActiveObject like the one found in mineclone
github.com/ev2-1/minetest-go/basic_playerAO
# basic init is a placeholder to initialize the client with mostly default values
github.com/ev2-1/minetest-go/init
# basic chat just broadcasts chatmessages to all players
github.com/ev2-1/minetest-go/chat
# testing:
github.com/ev2-1/minetest-go/tnt_ao
github.com/ev2-1/minetest-go/debug
#github.com/ev2-1/minetest-go/inventory/example
github.com/ev2-1/minetest-go/item_ao
#mcl/signs
github.com/ev2-1/minetest-go/help_formspec