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 {