Ad Astra

Ad Astra

25M Downloads

Does anyone have any idea on how to use the tags on ad astra?

SCP3065 opened this issue ยท 2 comments

commented

Discussed in #670

Originally posted by SCP3065 January 20, 2025
I don't know what I'm doing, but im trying to find something with these tags such as the entity tags I find from the wiki but don't know whats wrong because i can't find what im supposed to find in minecraft. Got any help for me?

in 1.20.1

Ad Astra version - 1.15.19

commented

What are you trying to do?

Here's a sample using KubeJS:

ServerEvents.tags('entity_type', event => {
    event.add('ad_astra:can_survive_in_space', 'cobblemon:pokemon');
});

This would make all pokemon from cobblemon able to survive in space without proper gear.

commented

Interesting, I'll look forward testing this out.