Skip to content

Commit

Permalink
Rearranged JEED Compat
Browse files Browse the repository at this point in the history
 - Moved content from JEED Compat datapack into the `data` directory to allow for automatic support
  • Loading branch information
chronosacaria committed Aug 19, 2024
1 parent a715f6d commit 9d2eae4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
13 changes: 9 additions & 4 deletions src/main/resources/assets/mcdar/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,15 @@
"effect.mcdar.stunned": "Stunned",
"effect.mcdar.chrmed": "Charmed",

"effect.mcdar.shielding.description": "Protects you against all projectiles, similar to a Shield. \n\nThis effect is obtained by standing in a lingering cloud of Shielding created by a Totem of Shielding."
"effect.mcdar.soul_protection.description": "Shields you against all forms of lethal damage, similar to a Totem of Undying. When taking a lethal blow, the effect will instead prevent death and provide Absorption II, Regeneration II, and Fire Resistance II. \n\nThis effect is obtained by standing in a lingering cloud of Soul Protection created by a Totem of Soul Protection."
"effect.mcdar.stunned.description": "Completely freezes the acceleration and animation of mobs; and disables most actions, including attacking and picking up items. \n\nSome mobs can resist the effect: Witches will still be able to drink potions and players will still be able to drop items."
"effect.mcdar.charmed.description": "Inflicted neutral and hostile mobs will seek out other entities to attack. \n\nCharmed entities can attack each other, and they may also attack their inflicter. Once the effect expires, the entity will take damage. \n\nThis effect can only be inflicted onto entities."
"effect.mcdar.shielding.description": "Protects you against all projectiles, similar to a Shield. \n\nThis effect is obtained by standing in a lingering cloud of Shielding created by a Totem of Shielding.",
"effect.mcdar.soul_protection.description": "Shields you against all forms of lethal damage, similar to a Totem of Undying. When taking a lethal blow, the effect will instead prevent death and provide Absorption II, Regeneration II, and Fire Resistance II. \n\nThis effect is obtained by standing in a lingering cloud of Soul Protection created by a Totem of Soul Protection.",
"effect.mcdar.stunned.description": "Completely freezes the acceleration and animation of mobs; and disables most actions, including attacking and picking up items. \n\nSome mobs can resist the effect: Witches will still be able to drink potions and players will still be able to drop items.",
"effect.mcdar.charmed.description": "Inflicted neutral and hostile mobs will seek out other entities to attack. \n\nCharmed entities can attack each other, and they may also attack their inflicter. Once the effect expires, the entity will take damage. \n\nThis effect can only be inflicted onto entities.",

"effect.mcdar.shielding.desc": "Protects you against all projectiles, similar to a Shield. \n\nThis effect is obtained by standing in a lingering cloud of Shielding created by a Totem of Shielding.",
"effect.mcdar.soul_protection.desc": "Shields you against all forms of lethal damage, similar to a Totem of Undying. When taking a lethal blow, the effect will instead prevent death and provide Absorption II, Regeneration II, and Fire Resistance II. \n\nThis effect is obtained by standing in a lingering cloud of Soul Protection created by a Totem of Soul Protection.",
"effect.mcdar.stunned.desc": "Completely freezes the acceleration and animation of mobs; and disables most actions, including attacking and picking up items. \n\nSome mobs can resist the effect: Witches will still be able to drink potions and players will still be able to drop items.",
"effect.mcdar.charmed.desc": "Inflicted neutral and hostile mobs will seek out other entities to attack. \n\nCharmed entities can attack each other, and they may also attack their inflicter. Once the effect expires, the entity will take damage. \n\nThis effect can only be inflicted onto entities.",

"enchantment.mcdar.beast_boss": "Beast Boss",
"enchantment.mcdar.beast_burst": "Beast Burst",
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/datapacks/jeed_compat/pack.mcmeta

This file was deleted.

0 comments on commit 9d2eae4

Please sign in to comment.