
cant change spawn config
Closed this issue · 4 comments
hey guys. i want to change wither witches spawn rate. its 5 and i want to make it 20, but when i do it, in core xml, it automaticly changes itself to 5 again. is there a way to prevent that?
You need to make the changes in the user XML file
On 27 Feb 2015 20:49, "dmtryzhkv" [email protected] wrote:
hey guys. i want to change wither witches spawn rate. its 5 and i want to
make it 20, but when i do it, in core xml, it automaticly changes itself to
5 again. is there a way to prevent that?—
Reply to this email directly or view it on GitHub
#64.
can you lead me what change should i do in that file?
edit: i think i know how to do that but i dont want to destroying my world and backup for 5gb world is so annoying and im too lazy for that shit :( just what should i add to user xml?
<entry id="WitherWitch" mobName="enderzoo.WitherWitch" rate="5" remove="true">
<biomeFilter type="any">
<biome type="FOREST" />
<biome type="SWAMP" />
<biome type="PLAINS" />
<biome type="HILLS" />
<biome type="MOUNTAIN" />
<biome type="NETHER" exclude="true" />
<biome type="END" exclude="true" />
</biomeFilter>
<dimensionExclude name="Twilight Forest"/>
</entry>
<entry id="WitherWitch" mobName="enderzoo.WitherWitch" rate="20" minGroupSize="1" maxGroupSize="1">
<biomeFilter type="any">
<biome type="FOREST" />
<biome type="SWAMP" />
<biome type="PLAINS" />
<biome type="HILLS" />
<biome type="MOUNTAIN" />
<biome type="NETHER" exclude="true" />
<biome type="END" exclude="true" />
</biomeFilter>
<dimensionExclude name="Twilight Forest"/>
</entry>