Closed spixi closed 5 years ago
Currently moreores has its own hoe implementation which does not check whether the farming mod is installed. This makes it possible to craft senseless mithril and silver hoes, which are unusable, because the farming:soil node is undefined.
moreores
farming
farming:soil
The bronze, mese and diamond hoes have been deprecated by https://github.com/minetest/minetest_game/commit/9c459e77ac943f10c74de3bdd420e07a2b8bb56f
The mithril and silver hoe should also be deprecated in moreores.
Currently
moreores
has its own hoe implementation which does not check whether thefarming
mod is installed. This makes it possible to craft senseless mithril and silver hoes, which are unusable, because thefarming:soil
node is undefined.The bronze, mese and diamond hoes have been deprecated by https://github.com/minetest/minetest_game/commit/9c459e77ac943f10c74de3bdd420e07a2b8bb56f
The mithril and silver hoe should also be deprecated in
moreores
.