Custom mob spawing issues (Not spawing in mushroom fields)

Started by asherirwin(gen… on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Oct 2024
Points:
72

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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!

Active 3 days ago
Joined Dec 2014
Points:
1535

User statistics:

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

What did you set this to?:

Active 1 year ago
Joined Oct 2024
Points:
88

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
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.

Active 1 year ago
Joined Oct 2024
Points:
72

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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.