SmallJoker / boost_cart

The original version of minetest_game's carts (since 2018).
15 stars 14 forks source link

Fixed deprecated calls. #22

Closed EdwardThorsten closed 7 years ago

SmallJoker commented 7 years ago

Thanks for pointing this out, however there's more legacy code to remove if we require the minetest.settings object there. Short process, dropped support: 2229ede

FYI: master should better not be used if you plan multiple contributions to a project, otherwise you'll end up in cleaning the branch or a chain of Merge with X commit messages.

EdwardThorsten commented 7 years ago

Thank you for the advice. So the better idea is to branch, make the specific patch, then issue the request. Is that it?

SmallJoker commented 7 years ago

@EdwardThorsten Exactly. That's how it works best to contribute with git.