From c5337bb6c7a51ab2ee020bde0240a8e80934fcdd Mon Sep 17 00:00:00 2001 From: Yeregorix Date: Fri, 28 Jan 2022 21:05:37 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9de4b35..6276d24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ # SuperPiston -Allows to modify vanilla pistons. + +SuperPiston is a Minecraft plugin that enables customization of piston behavior. ![alt text](https://files.smoofyuniverse.net/images/superpiston_screenshot.png) -* Ore page: https://ore.spongepowered.org/Yeregorix/SuperPiston \ No newline at end of file +## Server owners + +Compiled artifacts and additional information can be found on Ore: https://ore.spongepowered.org/Yeregorix/SuperPiston. + +## Developers + +SuperPiston requires Java 8 and Gradle 7 to build. + +Tasks: + +- `shadowJar` constructs a jar that includes all its dependencies. +- `setupVanillaServer` setups a vanilla server in directory `run/vanilla`.