-
Notifications
You must be signed in to change notification settings - Fork 0
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
Named mob spawn quests #44
Comments
This code might be a useful reference: One of the problems I had was choosing mobs that can be in the sun light. |
Nice! That will absolutely be helpful. |
what about spawning it in a cave? It might be a little mean, but it's not like people can't see the name tag through walls. Maybe only do that for the most difficult of quests, though. This should probably disqualify the mob from having any guards, but it maybe could still be a difficult type of mob, like nether? |
I dig that and I didn't realize you can see name tags through walls. That would make it viable I think. |
yeah nametags show up just like player names do for players that aren't sneaking. That said, you may want to make the name bold if you're going to intentionally spawn it underground... or not if you want to be really mean/difficult 😛 |
This should be an entirely new quest type so that it is handled differently in terms of events and such. Spawn a mob with a name tag attached to it having some spiffy name based on the type of mob. e.g. A bat named Bruce.
Need to decide spawn location, but off the top of my head I'd guess something like between a radius of 32 and 64 blocks away from the player. Pick something that keeps the mob from spawning right on top of you but also in a reasonable distance away.
Perhaps the size of the mob could scale according to the difficulty of the quest. Certain named mobs could also have henchmen that defend them.
Suggested by snabul on curseforge
The text was updated successfully, but these errors were encountered: