mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-12-26 23:00:17 +01:00
26 lines
447 B
Lua
26 lines
447 B
Lua
read_globals = {
|
|
"dump", "vector",
|
|
"table", "math", "PseudoRandom", "VoxelArea",
|
|
"stairs", "stairsplus", "skins", "treecapitator",
|
|
default = {
|
|
fields = {
|
|
player_attached = {
|
|
read_only = false,
|
|
other_fields = true
|
|
}
|
|
},
|
|
other_fields = true
|
|
},
|
|
minetest = {
|
|
fields = {
|
|
registered_nodes = {
|
|
read_only = false,
|
|
other_fields = true
|
|
}
|
|
},
|
|
other_fields = true
|
|
}
|
|
}
|
|
globals = {"snow"}
|
|
-- ignore = {"421", "423"}
|