Help, how do I make my ore to generate only in the Underground Jungle?
Also, how do I make it shine when I use a spelunker potion?
Also, also, how do I make the ore show up on the mini-map?
Code:
How do I make ore spawn in a specific biome? (And other questions)
Also, how do I make it shine when I use a spelunker potion?
Also, also, how do I make the ore show up on the mini-map?
Code:
Code:
using System.IO; using System.Collections.Generic; using Terraria; using Terraria.ID; using Terraria.ModLoader; using Terraria.World.Generation; using Microsoft.Xna.Framework; using Terraria.GameContent.Generation; namespace ModOfRandomness { public class ModWord...
How do I make ore spawn in a specific biome? (And other questions)