diff --git a/NewHorizons/External/Modules/AsteroidBeltModule.cs b/NewHorizons/External/Modules/AsteroidBeltModule.cs
index 5a145562..29588801 100644
--- a/NewHorizons/External/Modules/AsteroidBeltModule.cs
+++ b/NewHorizons/External/Modules/AsteroidBeltModule.cs
@@ -10,7 +10,7 @@ namespace NewHorizons.External.Modules
///
/// Amount of asteroids to create.
///
- [Range(0, 200)] [DefaultValue(-1)] public int amount = -1;
+ [Range(-1, 200)] [DefaultValue(-1)] public int amount = -1;
///
/// Angle between the rings and the equatorial plane of the planet.