Skip to content

Commit

Permalink
#48
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexthw46 committed Jan 21, 2024
1 parent fe108dd commit 6e68e2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// 1.20.1 2023-06-30T14:49:51.8014578 Ars Elemental Entity Tags
// 1.20.1 2024-01-21T02:17:37.8960033 Ars Elemental Entity Tags
5a1b665b20647aaf991e2e9e62362101dfdb2b8b data/ars_elemental/tags/entity_types/aerial.json
b14f85b439342f538d0435da3f1a031c23d869bc data/ars_elemental/tags/entity_types/aquatic.json
35caac78f523ae613d725eeefc6a39913809f4ae data/ars_elemental/tags/entity_types/attraction_ritual_blacklist.json
e00f2931577049b9a4400a87ed9c249373be376c data/ars_elemental/tags/entity_types/fiery.json
938693c0d925c28b546fc000571541b1f61e42c1 data/ars_elemental/tags/entity_types/insect.json
bfa5943a99eb5bf10495ae60b03df16794502725 data/ars_elemental/tags/entity_types/undead.json
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/alexthw/ars_elemental/registry/ModRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public class ModRegistry {

public static final TagKey<Item> SOULBOUND_ABLE = ItemTags.create(prefix("soulbound_extra"));

public static final TagKey<EntityType<?>> ATTRACT_BLACKLIST = TagKey.create(Registries.ENTITY_TYPE, prefix("attraction_ritual_blacklist"));

public static final TagKey<EntityType<?>> AQUATIC = TagKey.create(Registries.ENTITY_TYPE, prefix("aquatic"));
public static final TagKey<EntityType<?>> FIERY = TagKey.create(Registries.ENTITY_TYPE, prefix("fiery"));
public static final TagKey<EntityType<?>> AERIAL = TagKey.create(Registries.ENTITY_TYPE, prefix("aerial"));
Expand Down

0 comments on commit 6e68e2c

Please sign in to comment.