From 103f36f9a191280c1e6fb9d6d9fd7dc79cce0268 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 22 Mar 2024 10:53:11 +0100 Subject: [PATCH] Update readme.md with requirements section Added a new section, "Requirements", to the readme.md file of the YardWatch project, outlining the technical specifications necessary for the source code to work properly. These requirements include Java 17 and a version of Minecraft 1.16 or higher. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 20b1933..ffa2c03 100644 --- a/readme.md +++ b/readme.md @@ -6,3 +6,7 @@ plugin to take over. If you're a developer looking for information how to implement YardWatchAPI in your plugin, see [YardWatchAPI](https://github.com/YouHaveTrouble/YardWatchAPI) + +## Requirements +- Java 17 +- Minecraft 1.16+