Skip to content

Commit

Permalink
adds tags to pigliches
Browse files Browse the repository at this point in the history
  • Loading branch information
Satherov committed Sep 16, 2024
1 parent ae313c0 commit b5c6cca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubejs/server_scripts/Tweaks/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ ServerEvents.tags('entity_type', allthemods => {
// Productive Bees
allthemods.add('justdirethings:paradox_deny', /productivebees:/);
allthemods.add('industrialforegoing:mob_duplicator_blacklist', /productivebees:/)

//AllTheModium
allthemods.add('justdirethings:paradox_deny', 'allthemodium:piglich');
allthemods.add('industrialforegoing:mob_duplicator_blacklist', 'allthemodium:piglich')

});
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.

0 comments on commit b5c6cca

Please sign in to comment.