Skip to content

Commit

Permalink
bewitchment entry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsterner committed Jun 16, 2024
1 parent ce9e392 commit ceaaf3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
{
"type": "bewitchment:ritual",
"recipe": "dark_rites:rituals/decay_zombie",
"recipe": "requiem:ritual/decay_zombie",
"text": "Rot the flesh of a living demon."
},
{
"type": "bewitchment:ritual",
"recipe": "dark_rites: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"
}

0 comments on commit ceaaf3e

Please sign in to comment.