1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-08 12:54:27 +00:00

Mark as compatible with 1.16.{4,5}

Closes #694
This commit is contained in:
Jonathan Coates 2021-01-24 21:23:29 +00:00
parent 417fda3019
commit 7514cf7320

View File

@ -560,6 +560,9 @@ task setupServer(type: Copy) {
relations { relations {
incompatible "computercraft" incompatible "computercraft"
} }
addGameVersion '1.16.4'
addGameVersion '1.16.5'
} }
} }