diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 2c020e8976..0000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -All changes are welcome as long as no code is involved. If you run into any bugs, please file an issue and explain how that was even possible. diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index c35f1b5f5e..0000000000 --- a/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -FROM scratch diff --git a/README.md b/README.md index 87099d40e3..375fdc7ee7 100644 --- a/README.md +++ b/README.md @@ -10,38 +10,6 @@ Start by not writing any code. ``` -This is just an example mod, but imagine it doing anything you want. Adding new features is easy too: - -``` - -``` - -The possibilities are endless. - -### Building the Mod - -Now that you have not done anything it's time to build your mod: - -``` - -``` - -Yep. That's it. You should see the following things in-game: - -``` - -``` - -### Sharing - -While you still have not done anything it's time to share your mod. By running the following command you can share your mod absolutely nowhere. - -``` - -``` - -It's that simple. - ## Contributing You don't.