diff --git a/NewHorizons/External/Modules/Props/EchoesOfTheEye/DreamCandleInfo.cs b/NewHorizons/External/Modules/Props/EchoesOfTheEye/DreamCandleInfo.cs
index 10106fb8..7f4efb24 100644
--- a/NewHorizons/External/Modules/Props/EchoesOfTheEye/DreamCandleInfo.cs
+++ b/NewHorizons/External/Modules/Props/EchoesOfTheEye/DreamCandleInfo.cs
@@ -14,7 +14,7 @@ namespace NewHorizons.External.Modules.Props.EchoesOfTheEye
///
/// The type of dream candle this is.
///
- [DefaultValue(DreamCandleType.Ground)] public DreamCandleType type = DreamCandleType.Ground;
+ [DefaultValue("ground")] public DreamCandleType type = DreamCandleType.Ground;
///
/// Whether the candle should start lit or extinguished.