Definition at line 59975 of file WorldGen.cs.
59976 {
59977 int num = 40;
59981 if (Main.remixWorld)
59982 {
59983 num += 5;
59987 }
59988 else if ((
double)
j < Main.rockLayer)
59989 {
59990 num /= 2;
59994 }
59997 {
59999 {
60000 if (
InWorld(
k,
l) && Main.tile[
k,
l].active() && Main.tile[
k,
l].type == 211)
60001 {
60003 }
60004 }
60005 }
60007 {
60008 return false;
60009 }
60012 {
60014 {
60015 if (
InWorld(
m,
n) && Main.tile[
m,
n].active() && Main.tile[
m,
n].type == 211)
60016 {
60018 }
60019 }
60020 }
60022 {
60023 return false;
60024 }
60025 return true;
60026 }
static bool InWorld(int x, int y, int fluff=0)
References Terraria.Main.remixWorld, Terraria.Main.rockLayer, and Terraria.Main.tile.