MinecraftLandGenerator icon indicating copy to clipboard operation
MinecraftLandGenerator copied to clipboard

Major design changes

Open piegamesde opened this issue 6 years ago • 1 comments

I'd like to implement a few changes to make this little project a more mature tool and easier to use. Things that could be improved IMO:

  • [ ] Use Maven for dependency management
  • [x] Make it usable as library
  • [x] Proper logging system
  • [x] Proper CLI argument parsing using library
  • [x] Make use of Java name conventions
  • [ ] Change license to a more accepted public domain license (like Unlicense or CC0)
  • [ ] Make use of the GitHub release system for distributing the software

What do you think?

piegamesde avatar Oct 22 '18 18:10 piegamesde

I've never used Maven. As long as it still builds in a normal install of Eclipse, I don't care. I'm keeping the WTFPL. Corrodias posted MLG 1.2.0 and earlier online with no license, so I contacted him, and we agreed to use the WTFPL. He retroactively licensed MLG 1.0.0, 1.1.0 and 1.2.0 under it, and I licensed the newer code with it. I used to use the Github release system many many years ago, but didn't like it at the time. Its probably better now, IDK.

As for the rest, that sounds awesome! Make a fork, do what you want, submit a pull request, and we will go from there...

Morlok8k avatar Oct 25 '18 22:10 Morlok8k