Skip to content

Commit

Permalink
Add 'Arrows' tag to JustDireArrow - to allow power to work - resolves #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Direwolf20-MC committed Sep 25, 2024
1 parent 663eabd commit c08f9cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// 1.21.1 2024-09-01T15:10:37.7209125 Tags for minecraft:entity_type mod id justdirethings
// 1.21.1 2024-09-25T19:43:29.0537222 Tags for minecraft:entity_type mod id justdirethings
b7ee8eaecff151e619b9a22ecae620a5b3ce15a0 data/c/tags/entity_type/teleporting_not_supported.json
e00f2931577049b9a4400a87ed9c249373be376c data/justdirethings/tags/entity_type/creature_catcher_deny.json
669025814936e708d42d9d0a5b88c11e62cf12ef data/justdirethings/tags/entity_type/no_ai_deny.json
669025814936e708d42d9d0a5b88c11e62cf12ef data/justdirethings/tags/entity_type/no_earthquake.json
b7ee8eaecff151e619b9a22ecae620a5b3ce15a0 data/justdirethings/tags/entity_type/paradox_absorb_deny.json
b7ee8eaecff151e619b9a22ecae620a5b3ce15a0 data/justdirethings/tags/entity_type/paradox_deny.json
6a890ea62d03cc1110fa8d1fe5a0669082d9d96b data/minecraft/tags/entity_type/arrows.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"justdirethings:justdirearrow"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import net.minecraft.data.PackOutput;
import net.minecraft.data.tags.EntityTypeTagsProvider;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.tags.EntityTypeTags;
import net.minecraft.tags.TagKey;
import net.minecraft.world.entity.EntityType;
import net.neoforged.neoforge.common.Tags;
Expand Down Expand Up @@ -47,5 +48,7 @@ public void addTags(HolderLookup.Provider lookupProvider) {
tag(PARADOX_ABSORB_DENY)
.add(Registration.TimeWandEntity.get())
.add(Registration.ParadoxEntity.get());
tag(EntityTypeTags.ARROWS)
.add(Registration.JustDireArrow.get());
}
}

0 comments on commit c08f9cf

Please sign in to comment.