Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fireflies Part 2 #239

Open
1 task done
kindruthecow opened this issue May 20, 2024 · 2 comments
Open
1 task done

Fireflies Part 2 #239

kindruthecow opened this issue May 20, 2024 · 2 comments
Labels
question Question about the project

Comments

@kindruthecow
Copy link

kindruthecow commented May 20, 2024

Was this help requested before?

  • No, it was not.

Please provide a link to your crash report or latest.log, if relevant

No response

If you have any, please provide a list of additional mods

No response

Please describe what you need help with

Okay, changing the biomes did work well. But I would like my snowy biomes to stay snowy forests. Is there a way you can find the lumen firefly ID's for me so I can tie up a auto kill command block to contain them? Preferably all of them, as there are 6 different kinds of lumen flies. Thank you!!

@kindruthecow kindruthecow added the auto: help This help request hasn't been looked at yet label May 20, 2024
@xJon xJon added question Question about the project and removed auto: help This help request hasn't been looked at yet labels May 20, 2024
@xJon
Copy link
Owner

xJon commented May 20, 2024

These are all of the entities from Lumen:

lumen:companion_orb
lumen:companion_orb_a
lumen:ember
lumen:faerie
lumen:firefly
lumen:lightning_bug
lumen:psi_firefly
lumen:rad_flame
lumen:will_o_wisp

(You can fetch this data using TellMe)

@kindruthecow
Copy link
Author

kindruthecow commented May 20, 2024

You're the goat, it worked! Much respect <3
Anyone else who is having the firefly problem, you can try running this command on a command block timer
/tp @e[type=lumen:lightning_bug] ~ -10 ~
/kill @e[type=lumen:lightning_bug]
Make sure you have the TP command trigger before the kill command. Unless you turn off cheats, you will be spammed with messages of the commands.
insert the other names depending on biome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about the project
Projects
None yet
Development

No branches or pull requests

2 participants