forked from minetest-mods/moreores
4f7ec3b3ae
* Added mineclone2 support apart from with mg * Add Mineclone2 adjustments * Fix, Ores now spawn in stone in Mineclone2 * Added Bronze ingot recipe and copper rail * Made ores breakable * Made tools work with Mineclone2 * Nerf mithril sword to be same as diamond --------- Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
40 lines
485 B
Lua
40 lines
485 B
Lua
std = "lua51+minetest"
|
|
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 90
|
|
|
|
ignore = {
|
|
"default_stone_sounds",
|
|
"default_metal_sounds"
|
|
}
|
|
|
|
stds.minetest = {
|
|
read_globals = {
|
|
"DIR_DELIM",
|
|
"minetest",
|
|
"core",
|
|
"dump",
|
|
"vector",
|
|
"nodeupdate",
|
|
"VoxelManip",
|
|
"VoxelArea",
|
|
"PseudoRandom",
|
|
"ItemStack",
|
|
"default",
|
|
table = {
|
|
fields = {
|
|
"copy",
|
|
},
|
|
},
|
|
}
|
|
}
|
|
|
|
read_globals = {
|
|
"carts",
|
|
"farming",
|
|
"frame",
|
|
"mg",
|
|
"toolranks",
|
|
"mcl_sounds"
|
|
}
|