From 296960976b3a24e0be77b5dc3f70a0432709a205 Mon Sep 17 00:00:00 2001 From: RealSilverMoon Date: Tue, 31 Dec 2024 15:21:40 +0800 Subject: [PATCH] Change 3826 recipe --- gradle.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8f88ad7..aef3fb1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,10 @@ modId = boxplusplus # Root package of the mod, used to find various classes in other properties, # mcmod.info substitution, enabling assertions in run tasks, etc. modGroup = com.silvermoon.boxplusplus - +systemProp.http.proxyHost=localhost +systemProp.http.proxyPort=10809 +systemProp.https.proxyHost=localhost +systemProp.https.proxyPort=10809 # Whether to use modGroup as the maven publishing group. # Due to a history of using JitPack, the default is com.github.GTNewHorizons for all mods. useModGroupForPublishing = false