promotional bannermobile promotional banner

blessed_codex

A mod that enhances the combat power of your servants.
Back to Files

blessed_codex-0.0.2-1.20.1.jar

File nameblessed_codex-0.0.2-1.20.1.jar
Uploader
Vser0446Vser0446
Uploaded
Aug 17, 2026
Downloads
10
Size
1.6 MB
Mod Loaders
Forge
File ID
8667093
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:blessed-codex-1653095:8667093")

Learn more about Curse Maven

What's new

**Changelog**

- Added Jade display support. If you have Jade installed, you can see a list of equipped blessing items (if the item's material is not empty), as well as who blessed the entity.
- Improved the codex blessing logic. Now you can use:
  ```java
  UUID blessedBy = entity.getPersistentData().getUUID("blessed_codex:blessed_by");
  return blessedBy != null && blessedBy.equals(player.getUUID());
  ```
  to check if an entity has been blessed (without needing to set this mod as a dependency). Additionally, the codex can no longer be used on entities that already have an owner (based on both vanilla taming checks and codex owner checks).
- Fixed several bugs related to Melodious Destruction.
- Prevented the card from being used on entities that already have blessing items equipped.

支持了jade的显示,如果你安装了jade,你可以看到一串装备了的祝福物品(如果物品里材料不为空),以及赐予这个实体的祝福者是谁。

完善了法典赐福逻辑,现在你可以用 UUID blessedBy = entity.getPersistentData().getUUID("blessed_codex:blessed_by"); return blessedBy != null && blessedBy.equals(player.getUUID()); 判断实体是否被赐福(不需要将这个模组设为依赖),并且法典不能对有主人(基于原版判定和法典判定)的实体使用法典。

 修复了基于奏绝破坏的几个bug。

禁止了将卡牌覆盖在已经装有祝福物品的实体身上。 

This mod has no additional files