Fix mobs colliding with each other (#4326)

* Fix humans colliding with each other

* This one too
This commit is contained in:
metalgearsloth
2021-07-22 20:22:59 +10:00
committed by GitHub
parent a4ced702e9
commit 56bbeb5edd
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,6 @@
- SmallImpassable
layer:
- Opaque
- MobImpassable
- type: AtmosExposed
- type: Flammable
fireSpread: true
@@ -341,7 +340,7 @@
- VaultImpassable
- SmallImpassable
layer:
- MobImpassable
- Opaque
- type: HumanoidAppearance
- type: Body
template: HumanoidTemplate

View File

@@ -20,6 +20,7 @@
hard: false
mask:
- Impassable
layer:
- MobImpassable
linearDamping: 0
angularDamping: 0