The Twilight Forest

The Twilight Forest

140M Downloads

Are Giants supposed to respawn?

Drullkus opened this issue ยท 2 comments

commented

Might want to check out the 1.7.10 code to verify if they're supposed to respawn

commented

I'm not experienced with 1.7.10 code so I can't tell where the logic for spawning Giants are, but based on an old revision of the wiki page, it states:

The cloud cottage is made of Giant Cobblestone with a Giant Logs as a roof. If left intact, more giants may spawn inside the cottage following normal monster spawning rules.

commented

pretty sure it worked the same as it does now:

trollCave.addMonster(1, EntityTFGiantMiner.class, 10, 1, 4);
trollCave.addMonster(1, EntityTFArmoredGiant.class, 10, 1, 4);

Since they're added to the structure spawns, they're free to respawn whenever the mob cap lets them