blessed_codex-0.0.2-1.20.1.jar
Curse Maven Snippet
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。
禁止了将卡牌覆盖在已经装有祝福物品的实体身上。
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

