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

Help with flying #679

Open
NaiveEve opened this issue Dec 22, 2024 · 1 comment
Open

Help with flying #679

NaiveEve opened this issue Dec 22, 2024 · 1 comment

Comments

@NaiveEve
Copy link

Hello :)
(I am modding with curse forge, playing version 1.20.1 using fabric)
So, I'm aware that other people have had this issue and I was reading through closed posts to see if someone had already posted something explaining what to do and I came across: #426

and it seems they had solved so I attempted to replicate what they did by pasting the animals in the animal mod that I was using (naturalist, (i didn't add the mod name Infront of the animals if that affects it))
I loaded into my game just fine, but it didn't seem to do anything.
I have been able to turn into all the mobs I've killed so far including modded ones I just can't seem to fly.

I've gone into the identity file to check and fly is set to enabled and it's not locked behind an achievement.

I am posting this on my phone so I can't send the game log now but will if I need to.
Does anyone know what I need to do solve this or any useful videos that could help?
Thank you.

@daszh
Copy link

daszh commented Dec 30, 2024

Hi
I had the same problem, I changed my flying.json like this and it works now.

{
  "replace": true,
  "values": [
    "minecraft:ghast",
    "minecraft:bat",
    "minecraft:blaze",
    "minecraft:parrot",
    "minecraft:phantom",
    "minecraft:bee",
    "minecraft:ender_dragon",
    "minecraft:wither",
    "minecraft:vex",
    "minecraft:allay",
    "naturalist:bluejay",
    "naturalist:butterfly",
    "naturalist:canary",
    "naturalist:cardinal",
    "naturalist:dragonfly",
    "naturalist:finch",
    "naturalist:firefly",
    "naturalist:sparrow",
    "naturalist:vulture"
  ]
}

Hope it works for you too :)

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

No branches or pull requests

2 participants