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:
James Clarke
2024-01-15 23:24:12 +00:00
committed by GitHub
parent b20cc8d102
commit 4f7ec3b3ae
4 changed files with 192 additions and 57 deletions

View File

@ -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"
}