MinecraftLandGenerator
MinecraftLandGenerator copied to clipboard
Major design changes
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?
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...