Mobs not spawning, but NPC spawn works
Hello,
I am working on a world, I have mobs turned on and am trying to place cows and other friendly mobs. They appear for a second and disappear. The NPC's are working, and the other mobs worked at one point in the world, but it stopped working. Any ideas? Mobs are turned on.
-
You could always try in chat
/gamerule allowmobs
Are you in your own world? Even if allowmobs is false, the summon command seems to still work in chat.
0 -
Yes, it's my own world. Mobs used to work. And /gamerule allowmobs does not work 😔
0 -
So chat commands don't work at all? or it replied that the condition is false?
0 -
Chat commands work, it just still isn't allowing mobs. It appears for a fraction of a second and dissapears.
0 -
So sorry, I must be end-of-the-year-too-tired-brain! =D But I'm just not tracking on this yet.
- You have definitely set the setting to allow mobs.
- You clicked T (for chat) and used the command /gamerule allowmobs and you see a message on your screen that says "allowmobs = true" or "allowmobs = false" or you don't see any message at all?
- But other chat commands like /summon goat work? or /say Hello?
- Are you placing spawn eggs in the world (from inventory,) or using code?
I'd like to help. I'm just trying to get enough specifics to eliminate some possibilities. As always, don't forget to restart your computer! =]
0 -
Yes, I have done all necessary. When I use the command, it always says allowmobs = false. I can summon a goat or use the agent to bring in cows, but once I close the world and come back in they are gone.
I can use code to temporarily add mobs, but I cannot use spawn eggs.
0 -
Using
/gamerule allowmobs
Tells you what the state of the rule is. For some reason your mobs are disabled.
Have you tried to change the setting by using
/gamerule allowmobs true
You could do this in case - for some reason - there is a command running that is stopping them.
Did you add a command block? if so you could disable command blocks also.
0 -
What you can try to do is set your gamemode to Easy, Medium or Hard to see if it works. If not, maybe try to copy your world, set the settings back to default and change it to the custom settings you've set earlier.
0 -
I think it might be working now. I used the /gamerule allowmobs true. That seems to be working. No sure why the toggle setting would not work. Thank you all for your help!
0
Please sign in to leave a comment.
Comments
9 comments