Graveyard mobs spawning in water???
itsdinkd opened this issue · 7 comments
The last version changed mob spawning. You can read about that in the changelog. If you want to disable mob spawning outside of graveyard, change it in the config file.
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Possibly. Aren’t they supposed to only spawn at graveyard structures though? Seeing quite a bit throughout overworld. From: finallionSent: Wednesday, January 19, 2022 11:33 AMTo: finallion/The_Graveyard_-FABRIC-Cc: itsdinkd; AuthorSubject: Re: [finallion/The_Graveyard_-FABRIC-] Graveyard mobs spawning in water??? (Issue #19) No, they definetely don't. Looks like a small horde spawned and navigated into water—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: ***@***.***>
No, they definetely don't. Looks like a small horde spawned and navigated into water
It says exactly this in the config file "Mob Spawning:
Disable, which and if graveyard mobs spawn in the world (this does not affect the spawning in structures/of spawners), and set their spawning weight and group size.".
So just set the mob to false.
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->What is the best way to disable spawning in biomes and leaving them to spawn in structures? Setting weight to 0, or delete biomes from the allowed array?
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Thanks. I noticed it also says `Disable, if hordes can spawn in the world and set their spawning chance and size.` However, there is not a chance entry in the config for the horde section ``` "hordeConfigEntries": { "horde_spawn": { "enabled": true, "size": 30, "ticksUntilNextSpawn": 24000 }``` From: finallionSent: Wednesday, January 19, 2022 12:54 PMTo: finallion/The_Graveyard_-FABRIC-Cc: itsdinkd; AuthorSubject: Re: [finallion/The_Graveyard_-FABRIC-] Graveyard mobs spawning in water??? (Issue #19) It says exactly this in the config file "Mob Spawning:Disable, which and if graveyard mobs spawn in the world (this does not affect the spawning in structures/of spawners), and set their spawning weight and group size.".So just set the mob to false.—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: ***@***.***>