minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

Hidden dependency: moreores silver #582

Open Atomotron opened 3 years ago

Atomotron commented 3 years ago

Moreores is not a listed dependency of technic. However, without the silver ore added by the mod, it will be impossible to craft the silver wire from basic_materials, and therefore impossible to make the machines that require silver wire.

Possible solutions:

  1. Add moreores to mod dependencies
  2. Add silver ore if moreores is not present
  3. Remove silver wire from recipes if moreores is not installed.
SmallJoker commented 3 years ago

basic_materials has the same issue (technic depends on it).

Atomotron commented 3 years ago

basic_materials has the same issue (technic depends on it).

basic_materials appears a dependency in some of tekkit's sub-mods, whereas moreores does not.