From b9e05fbf5413896f4827fd249eb68281e416a564 Mon Sep 17 00:00:00 2001 From: Steven Blom Date: Fri, 29 Jun 2018 23:26:12 +0930 Subject: [PATCH] Remove superfluous information relating to modding --- CONTRIBUTING.md | 1 - Dockerfile | 1 - README.md | 32 -------------------------------- 3 files changed, 34 deletions(-) delete mode 100644 CONTRIBUTING.md delete mode 100644 Dockerfile diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 2c020e89..00000000 --- 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 c35f1b5f..00000000 --- a/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -FROM scratch diff --git a/README.md b/README.md index 87099d40..375fdc7e 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.