mirror of
https://github.com/mt-mods/currency.git
synced 2024-11-22 04:23:42 +01:00
22 lines
309 B
Plaintext
22 lines
309 B
Plaintext
|
unused = false
|
||
|
|
||
|
globals = {
|
||
|
"currency", "barter",
|
||
|
"default"
|
||
|
}
|
||
|
|
||
|
read_globals = {
|
||
|
-- Lua
|
||
|
string = {fields = {"split", "trim"}},
|
||
|
table = {fields = {"copy", "getn"}},
|
||
|
|
||
|
-- Minetest
|
||
|
"minetest",
|
||
|
"PseudoRandom", "ItemStack",
|
||
|
"VoxelArea", "VoxelManip",
|
||
|
"Settings", "vector",
|
||
|
|
||
|
-- Mods
|
||
|
"loot", "pipeworks"
|
||
|
}
|