code bug

  1. Windows Iron and Copper Ore in Skull Cavern

    Not sure if this is a bug or intended behaviour. The code to choose stone type has the following code which is used to pick between iron and copper. double chanceForIron = Math.Min(0.5, 0.1 + (double)(this.mineLevel - Math.Min(200, skullCavernMineLevel)) * 0.005); But as...
  2. Issue Trouble with operating SAMPI (Mac)

    Hi all! I'm having a lot of trouble making SAMPI (and by proxy, the rest of my mods work). I've been playing Stardew for three years, and this is the first time this has ever happened. I'm playing on a mac. Every time I open the page that usually downloads SAMPI, I get a code in terminal that...
  3. PC Possible Train Code Bug

    While working on a mod I noticed that the value of the variable trainTimer in the class Railroad.cs can go to -8 while counting down. The code to start the train looks for trainTime <=0, which works fine and the train appears. However, nothing sets the value to 0 and the code to launch the...
Top