Skip to content

Commit 4b8c915

Browse files
committed
get error posting working
1 parent 35e6b3f commit 4b8c915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
scry_sight: "Scrying Sight"
339339
},
340340

341-
// Actual hexcasting stuff
341+
// Action localizations
342342

343343
action: {
344344
"hexcasting:": {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ plugins {
1717
// Also it looks like property lookups don't work this early
1818
id 'fabric-loom' version '1.0-SNAPSHOT' apply false
1919

20-
id("at.petra-k.PKPlugin") version "0.1.0-pre-80"
21-
id("at.petra-k.PKSubprojPlugin") version "0.1.0-pre-80" apply false
20+
id("at.petra-k.PKPlugin") version "0.1.0-pre-83"
21+
id("at.petra-k.PKSubprojPlugin") version "0.1.0-pre-83" apply false
2222
}
2323

2424
repositories {

0 commit comments

Comments
 (0)