minetest-mods / moreores

More Ores
https://content.minetest.net/packages/Calinou/moreores/
zlib License
26 stars 30 forks source link

Tin is now in Minetest Game #18

Closed Thomas--S closed 7 years ago

Calinou commented 7 years ago

Is there a reason as to why there is no registered alias in case default:tin_ingot is registered? This would make converting More Ores tin to minetest_game tin automatic for players who use recent minetest_game versions, and preserve compatibility for stable 0.4.15 players, I guess.

Thomas--S commented 7 years ago

@Calinou I think that the alias is here: https://github.com/minetest-mods/moreores/pull/18/files#diff-d7d74284e2e39f6c06d199c8e2bedbd0R336

Calinou commented 7 years ago

@Thomas--S Alright, I didn't notice it from a quick look at the diff, thanks. I guess I'll merge this pull request, but I can't right now, I can try this weekend.

Someone with write access could do it too, if they wish and they have tested it first.