From fc5101ade1b2375985bd045f4663454a599142e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A6mer?= <78032176+BigGaemer@users.noreply.github.com> Date: Thu, 15 May 2025 00:55:59 +0200 Subject: [PATCH] oops --- CHANGELOG | 5 ++++- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 37bfd89..bc326dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,4 +31,7 @@ - (internal)added terraoriginum:wings power - increased protection effectiveness from 1.1 to 1.2 on latian origins for sun protection - added light protection for spirit based origins -- added a description for sun protection enchant \ No newline at end of file +- added a description for sun protection enchant + +## 1.20.1-1.0.11 +- forgot to include icarus as new dependency \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 76762f6..7b75f54 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ parchment_minecraft=1.20.1 parchment_mappings=2023.09.03 # Mod Properties -mod_version=1.20.1-1.0.10 +mod_version=1.20.1-1.0.11 maven_group=com.smithy archives_base_name=TerraOriginum diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index afa1be3..1e7c55b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,7 +35,8 @@ "fabricloader": ">=0.14.0", "fabric": "*", "minecraft": "1.20.1", - "pehkui": ">=3.7.8" + "pehkui": ">=3.7.8", + "icarus": ">=2.11.0" }, "conflicts": {} } \ No newline at end of file