daviddoesminetest / rangedweapons

a mod that adds ranged weapons to minetest.
6 stars 4 forks source link

This PR will fix issue #1. #3

Closed Beanzilla closed 2 years ago

Beanzilla commented 3 years ago

The power of Git

So let's say you want to get the latest version...

git clone https://github.com/Beanzilla/rangedweapons-1

Or maybe you want 0.2

git clone https://github.com/Beanzilla/rangedweapons-1/tree/v0.2

So all the content is the same... it's just this way let's say we get 0.5 released... well now someone could simply "upgrade" just by...

git pull

And they would be done.

Up next

Ok now to look into issue #2 to see if I can't reduce some of these old API calls. (Since I am almost 100% that's the issue)

Beanzilla commented 2 years ago

This PR is now closed.