Skip to content

Commit

Permalink
fix(worldgen): 🌍Fix AdvRocketry spam new planets on Magnis Vulpes s…
Browse files Browse the repository at this point in the history
…ystem

I accidentally enabled generation of ~15 dimensions in one of planetary systems. All generated planets was called like "Magnis Vulpes xxx" and was actually mostly featureless. This bug only affected worlds created from `v1.31.0`.
  • Loading branch information
Krutoy242 committed Mar 27, 2024
1 parent d91b2eb commit d06bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/advRocketry/planetDefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<rotationalPeriod>12000</rotationalPeriod>
</planet>
</star>
<star blackHole="false" name="Magnis Vulpes" temp="87" x="6" y="-142" numPlanets="5" numGasGiants="1">
<star blackHole="false" name="Magnis Vulpes" temp="87" x="6" y="-142" numPlanets="0" numGasGiants="0">
<star temp="200" separation="10.0"/>
<star temp="100" separation="6.0"/>
<planet name="KELT-1b" DIMID="117" customIcon="gasgiantred">
Expand Down

0 comments on commit d06bd03

Please sign in to comment.