From 4b8c91505426817050082bcd1cf709abf357b079 Mon Sep 17 00:00:00 2001 From: "petrak@" Date: Tue, 16 May 2023 11:42:45 -0500 Subject: [PATCH] get error posting working --- .../main/resources/assets/hexcasting/lang/en_us.flatten.json5 | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5 b/Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5 index 620860cf..0733ba91 100644 --- a/Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5 +++ b/Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5 @@ -338,7 +338,7 @@ scry_sight: "Scrying Sight" }, - // Actual hexcasting stuff + // Action localizations action: { "hexcasting:": { diff --git a/build.gradle b/build.gradle index 84041c49..5610412f 100644 --- a/build.gradle +++ b/build.gradle @@ -17,8 +17,8 @@ plugins { // Also it looks like property lookups don't work this early id 'fabric-loom' version '1.0-SNAPSHOT' apply false - id("at.petra-k.PKPlugin") version "0.1.0-pre-80" - id("at.petra-k.PKSubprojPlugin") version "0.1.0-pre-80" apply false + id("at.petra-k.PKPlugin") version "0.1.0-pre-83" + id("at.petra-k.PKSubprojPlugin") version "0.1.0-pre-83" apply false } repositories {