mirror of
https://github.com/mt-mods/biome_lib.git
synced 2024-11-14 14:40:21 +01:00
a3ce221eed
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com> Co-authored-by: OgelGames <olliverdc28@gmail.com>
19 lines
232 B
Lua
19 lines
232 B
Lua
unused_args = false
|
|
|
|
globals = {
|
|
"biome_lib"
|
|
}
|
|
|
|
read_globals = {
|
|
-- Stdlib
|
|
string = {fields = {"split", "trim"}},
|
|
table = {fields = {"copy"}},
|
|
|
|
-- Minetest
|
|
"minetest", "vector",
|
|
"dump", "PerlinNoise",
|
|
|
|
-- mods
|
|
"default",
|
|
}
|