241e79647f
A somewhat more optimized and cleaned up version of what I used to rip the node appearances for Klots. Added: - Custom dumper with more compact format support - Detecting reused tables and extracting into local vars - Actually handling the media files instead of handing a list to the user to go find via shell script - Documentation, more chatcommands
9 lines
93 B
Lua
9 lines
93 B
Lua
globals = {
|
|
"minetest",
|
|
"vector",
|
|
"SecureRandom",
|
|
"VoxelArea",
|
|
}
|
|
color = false
|
|
quiet = 1
|