diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index b10c05a23..7f492cfbe 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -257,4 +257,5 @@ const registerTFGEntityTypeTags = (event) => { event.add('tfc:hunted_by_ocean_predators', 'tfg:leopard_seal') event.add('tfc:hunted_by_ocean_predators', 'tfc:penguin') event.add('tfc:hunted_by_ocean_predators', 'tfc:turtle') + event.add('tfc:land_prey', 'tfg:leopard_seal') } \ No newline at end of file