get error posting working

This commit is contained in:
petrak@ 2023-05-16 11:42:45 -05:00
parent 35e6b3f766
commit 4b8c915054
2 changed files with 3 additions and 3 deletions

View file

@ -338,7 +338,7 @@
scry_sight: "Scrying Sight" scry_sight: "Scrying Sight"
}, },
// Actual hexcasting stuff // Action localizations
action: { action: {
"hexcasting:": { "hexcasting:": {

View file

@ -17,8 +17,8 @@ plugins {
// Also it looks like property lookups don't work this early // Also it looks like property lookups don't work this early
id 'fabric-loom' version '1.0-SNAPSHOT' apply false id 'fabric-loom' version '1.0-SNAPSHOT' apply false
id("at.petra-k.PKPlugin") version "0.1.0-pre-80" id("at.petra-k.PKPlugin") version "0.1.0-pre-83"
id("at.petra-k.PKSubprojPlugin") version "0.1.0-pre-80" apply false id("at.petra-k.PKSubprojPlugin") version "0.1.0-pre-83" apply false
} }
repositories { repositories {