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
|
#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.
|
||||||
#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.
|
|
||||||
|
|
||||||
|
#Asteroid rock
|
||||||
- type: entity
|
- type: entity
|
||||||
id: AsteroidRock
|
id: AsteroidRock
|
||||||
parent: BaseStructure
|
parent: BaseStructure
|
||||||
@@ -152,6 +154,7 @@
|
|||||||
id: WallRock
|
id: WallRock
|
||||||
parent: BaseStructure
|
parent: BaseStructure
|
||||||
name: rock
|
name: rock
|
||||||
|
suffix: planetmap
|
||||||
components:
|
components:
|
||||||
- type: PlacementReplacement
|
- type: PlacementReplacement
|
||||||
key: walls
|
key: walls
|
||||||
|
|||||||
Reference in New Issue
Block a user