mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-07-17 23:30:34 +02:00
Add mineclone2, mineclonia and mineclone5 support (#55)
* 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>
This commit is contained in:
@ -3,6 +3,11 @@ unused_args = false
|
||||
allow_defined_top = true
|
||||
max_line_length = 90
|
||||
|
||||
ignore = {
|
||||
"default_stone_sounds",
|
||||
"default_metal_sounds"
|
||||
}
|
||||
|
||||
stds.minetest = {
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
@ -30,4 +35,5 @@ read_globals = {
|
||||
"frame",
|
||||
"mg",
|
||||
"toolranks",
|
||||
"mcl_sounds"
|
||||
}
|
||||
|
Reference in New Issue
Block a user