Custom mob spawing issues (Not spawing in mushroom fields)

Started by asherirwin(gen… on

Topic category: Help with Minecraft modding (Java Edition)

Custom mob spawing issues (Not spawing in mushroom fields)

Hey! I've been implementing a custom mob into java minecraft, and my issue is that where I want it to spawn naturally (mushroom fields) it just doesn't. 

I've tested it by just changing to location to a plains biome and it spawns there naturally just fine. My only guess is that it's classifiying it as a hostile mob somwhere, but I didn't find anything in my procedures or classifications to make it as such. Any ideas would help me out, thank you!

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What did you set this to?:
Sat, 10/19/2024 - 13:00

What did you set this to?:

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yo, I can actually answer…
Sun, 10/20/2024 - 08:11

Yo, I can actually answer that for him. He has it set to "Creature".

He has the same set up as me; MCreator version 2023.4, the proper Geckolib plugin version, and he made the model in Blockbench as a Geckolib Animated Model.

 

I've looked through it with him, but neither of us are sure what's going on. We even bumped up the spawn weight to 60 to see if that would do anything, but we still never saw it spawn in the Mushroom Fields.

Sorry I was out of the house…
Sun, 10/20/2024 - 22:57

Sorry I was out of the house for a few days, but yeah that's pretty much the whole run down. It's set to creature and all of it's funtions/procedures are passive coded. Really no clue what it could be, I must be missing something specific though.