1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-15 23:33:16 +00:00
This commit is contained in:
Jonathan Coates 2022-06-10 00:27:44 +01:00
parent 8c5e131bfe
commit ab4e1dee63
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

1
go4it
View File

@ -33,6 +33,7 @@ class Branch:
BRANCHES: List[Branch] = [
Branch('mc-1.16.x'),
Branch('mc-1.18.x', parent='mc-1.16.x', java="17"),
Branch('mc-1.19.x', parent='mc-1.18.x', java="17"),
]