Makes brown rocks have a planetmap suffix (#23011)
* makes brown rocks planetmap stuff * revert le procgen asteroids
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#Asteroid rocks
|
||||
#These can probably be merged with the rock types below these now, but I'm not going to mess with it since I don't want to risk altering any behavior.
|
||||
#TODO: Someone should probably move the ore vein prototypes into their own file, or otherwise split this up in some way. This should not be 1.5k lines long.
|
||||
|
||||
|
||||
#Asteroid rock
|
||||
- type: entity
|
||||
id: AsteroidRock
|
||||
parent: BaseStructure
|
||||
@@ -152,6 +154,7 @@
|
||||
id: WallRock
|
||||
parent: BaseStructure
|
||||
name: rock
|
||||
suffix: planetmap
|
||||
components:
|
||||
- type: PlacementReplacement
|
||||
key: walls
|
||||
|
||||
Reference in New Issue
Block a user