From 93b0cf738bfeb38498d34a37a16a1f192d789f60 Mon Sep 17 00:00:00 2001 From: Povstalec Date: Wed, 17 Jan 2024 13:49:21 +0100 Subject: [PATCH] Put back accidentally deleted dependency info --- gradle.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 027b7bbc..8ad65cc3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -56,4 +56,8 @@ mod_group_id=net.povstalec.sgjourney # The authors of the mod. This is a simple text string that is used for display purposes in the mod list. mod_authors=Povstalec # The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list. -mod_description=Stargate in Minecraft! And much more. \ No newline at end of file +mod_description=Stargate in Minecraft! And much more. + +# Dependency Info +cct_version = 1.107.0 +jei_version = 15.2.0.27 \ No newline at end of file