From 7514cf7320bbee1ab8cd7bf9642e0e863d82461e Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sun, 24 Jan 2021 21:23:29 +0000 Subject: [PATCH] Mark as compatible with 1.16.{4,5} Closes #694 --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 604ecd9f9..79a09871c 100644 --- a/build.gradle +++ b/build.gradle @@ -560,6 +560,9 @@ task setupServer(type: Copy) { relations { incompatible "computercraft" } + + addGameVersion '1.16.4' + addGameVersion '1.16.5' } }