We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e6b3f commit 4b8c915Copy full SHA for 4b8c915
Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5
@@ -338,7 +338,7 @@
338
scry_sight: "Scrying Sight"
339
},
340
341
- // Actual hexcasting stuff
+ // Action localizations
342
343
action: {
344
"hexcasting:": {
build.gradle
@@ -17,8 +17,8 @@ plugins {
17
// Also it looks like property lookups don't work this early
18
id 'fabric-loom' version '1.0-SNAPSHOT' apply false
19
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
+ id("at.petra-k.PKPlugin") version "0.1.0-pre-83"
+ id("at.petra-k.PKSubprojPlugin") version "0.1.0-pre-83" apply false
22
}
23
24
repositories {
0 commit comments