Quark Oddities

Quark Oddities

22M Downloads

Foxhound Spawning in All Light Levels

DereC4 opened this issue ยท 3 comments

commented

Hello! I was browsing the repo and noticed this section of commented spawn conditions in the foxhound code

// public static boolean canSpawnHere(IServerWorld world, BlockPos pos, Random rand) { // if(world.getLightFor(LightType.SKY, pos) > rand.nextInt(32)) { // return false; // } else { // int light = world.getWorld().isThundering() ? world.getNeighborAwareLightSubtracted(pos, 10) : world.getLight(pos); // return light <= rand.nextInt(8); // } // }

Is the Foxhound intended to be able to spawn in all light conditions in the Nether, or was this accidentally commented out?

commented

Seems to be intended, b99c9ca was last changed 4 years ago

commented

sounds good

commented

i will proceed to make my foxhound farm then