Skip to content

Commit

Permalink
noSpawn and despawn timer for new aberrant flesh
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed May 3, 2024
1 parent e9b4f7f commit 1165f8d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@
Slash: 6
- type: ReplacementAccent
accent: genericAggressive
- type: TimedDespawn
lifetime: 1500 # 25 minutes until mobs despawn

- type: entity
parent: BaseMobFleshExpeditions
id: MobFleshJaredExpeditions
noSpawn: true
components:
- type: Sprite
layers:
Expand All @@ -68,6 +71,7 @@
- type: entity
parent: BaseMobFleshExpeditions
id: MobFleshGolemExpeditions
noSpawn: true
components:
- type: Sprite
layers:
Expand Down Expand Up @@ -97,6 +101,7 @@
- type: entity
parent: BaseMobFleshExpeditions
id: MobFleshClampExpeditions
noSpawn: true
components:
- type: Sprite
layers:
Expand All @@ -121,6 +126,7 @@
- type: entity
parent: BaseMobFleshExpeditions
id: MobFleshLoverExpeditions
noSpawn: true
components:
- type: Sprite
layers:
Expand All @@ -146,6 +152,7 @@
parent: BaseMobFleshExpeditions
id: MobAbominationExpeditions
name: abomination
noSpawn: true
components:
- type: Sprite
drawdepth: Mobs
Expand Down

0 comments on commit 1165f8d

Please sign in to comment.