* to fix these messages: <WARNING> 2024-04-04 01:04:37: [Main] Undeclared global variable "default_stone_sounds" accessed at .../moreores/init.lua:129
* to further drive the point home: luacheck is still happy
* 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>
Fixes incorrectly defined damage_groups in the tool_capabilities of all tools, and full_punch_interval of shovels.
Also fixes crash happening after a9bd9dc when toolranks mod is used.
- Tools now have different fleshy damages. The sword cause now more damage to a monster than the axe, which cause more damage than the pick, which cause more damage than the shovel (like it is in default).
- Mithril tools become level = 3 (as Mithril should be the strongest material?!).
- Swords can now dig all snappy nodes (of their level) (also like default). As far as I know, it is unusual for a sword to dig choppy nodes and there are no fleshy nodes in the minetest game (so far).
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
- Moreores est devenue une dépendance de farming afin de définir les
hoes en argent et mythril. Les hoes définies par moreores sont donc
devenues redondantes. De plus, cela a créé une dépendance circulaire
entre les mods farming -> toolranks -> moreores -> farming
Hoes crafted from "rare" materials were deprecated in
9c459e77ac.
Hoes are still available in existing worlds, but they cannot
be crafted anymore.
This closes#29.