Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!

No More Minor Pets and Wildflowers on Regular Spawners

SCREENSHOTS
2,128 Downloads 141 Thanks  Thanks 31 Favourited 17,419 Views
Uploaded: 9th Jan 2014 at 4:41 PM
This is a tuning mod that removes minor pets from the rock/gem/metal spawners, insect spawners and seed spawners. The second version also removes wildflowers, and a third version only removes wildflowers from the regular spawners.



To remove the minor pets from the regular spawners, I deleted the following lines from InsectSpawner_0xe8f21baeb6829d83, RockGemMetalSpawner_0x9c9ade5ce9947224 and SeedSpawnerRarity_0x8ef62d5500ccf18d:

<kSpawnableMinorPets value="BirdLarge, BirdSmall, Lizard, Rodent, Snake, Turtle">
<!--The minor pet types this spawner can spawn if the random chance to spawn a pet is successful.-->
</kSpawnableMinorPets>.

To remove the wildflowers from the spawners, I changed the value in the Wildflower_0x3c2424d29ba417ef _XML.to 0 for

<kChanceInsectSpawnerSpawnsWildflower value="0.25">
<kChanceRGMSpawnerSpawnsWildflower value="0.25">
<kChanceSeedSpawnerSpawnsWildflower value="0.25">.




Additional Credits:
Peter L Jones for S3PE