Skip to content

Commit

Permalink
Merge pull request Ladysnake#664 from mrsterner/1.20
Browse files Browse the repository at this point in the history
blabber fix and locki update
  • Loading branch information
Pyrofab committed Jun 16, 2024
2 parents be4ec79 + ceaaf3e commit 3ac7693
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fiberToCloth = "v3-SNAPSHOT"
fiber = "0.23.0-2"
fpa = "0.2-SNAPSHOT"
impersonate = "2.10.2"
locki = "0.11.0"
locki = "0.11.1"
loom = "1.6.+"
modmenu = "7.2.2"
pal = "1.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
{
"type": "bewitchment:ritual",
"recipe": "darkrites:rituals/decay_zombie",
"recipe": "requiem:ritual/decay_zombie",
"text": "Rot the flesh of a living demon."
},
{
"type": "bewitchment:ritual",
"recipe": "darkrites:rituals/decay_skeleton",
"recipe": "requiem:ritual/decay_skeleton",
"text": "Decay the skin of a living demon."
}
]
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/assets/requiem/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,8 @@

"stat.requiem.interact_with_rift": "[Requiem] Interactions with Obelisk Rift",

"requiem.message.peaceful_despawn": "This host may not belong to such a peaceful world"
"requiem.message.peaceful_despawn": "This host may not belong to such a peaceful world",

"ritual.requiem.ritual.decay_zombie": "Decay Zombie",
"ritual.requiem.ritual.decay_skeleton": "Decay Skeleton"
}

This file was deleted.

0 comments on commit 3ac7693

Please sign in to comment.