#Ad Astra Suffocation

34 messages · Page 1 of 1 (latest)

gaunt juncoBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

grizzled heron
pearl turtle
#

@grizzled heron do you know how ad-astra suffocates mobs/players? do they have their mobs on mars? you may check what make them to survive

grizzled heron
#

thx ill look

#

i looked through the github page and I could not find the code that makes them live

pearl turtle
#

or ask #off-topic if anyone know about that from ad-astra how it works

#

maybe someone now

#

know*

somber cloud
#

I was able to find a little bit of relevant information
ModEntityTypeTags.LIVES_WITHOUT_OXYGEN is a thing in this github page.

Perhaps more relevant is the page OxygenApiImpl.java: entities with the ModEntityTypeTags LIVES_WITHOUT_OXYGEN or CAN_SURVIVE_IN_SOACE don't get hurt, entities wearing space suits don't get hurt, and entities in oxygen-filled environments don't get hurt.

So basically you need to find a way to add the ModEntityTypeTag CAN_SURVIVE_IN_SPACE to the dragons. I suggest EntityJS, specifically entity modification.

EntityJSEvents.modifyEntity(event=> {
  event.modify("iceandfire:fire_dragon_female", modifyBuilder => { // Is that the right entity ID? 
    //Hold on, I'm in the process of writing this I'll edit it in one second
    modifyBuilder. // Uh... actually, I don't know what to put here yet
  })
})
somber cloud
grizzled heron
#

thx, can I do this in kube?

#

or rather, how?

grizzled heron
#

I was told that this might work, because it is the same format as adding tags to items but it didn't

grizzled heron
#

it still dies

pearl turtle
#

see if it worked with /forge tags minecraft:entity_types get ad_astra:can...

#

@grizzled heron

grizzled heron
#

ill try

pearl turtle
#

also shouldn't be lives_without_oxygen ?

grizzled heron
#

im a fool it is

#

it still aint working

pearl turtle
#

no, also needs can survive in space

#

you need both

#

and test /forge tags command I said

#

to check if it applied

grizzled heron
#

i did this and it didn't work

pearl turtle
#

@grizzled heron try entity_type

grizzled heron
#

bruhhhhh

#

ur da goat