Fix mobs colliding with each other (#4326)
* Fix humans colliding with each other * This one too
This commit is contained in:
@@ -151,7 +151,6 @@
|
|||||||
- SmallImpassable
|
- SmallImpassable
|
||||||
layer:
|
layer:
|
||||||
- Opaque
|
- Opaque
|
||||||
- MobImpassable
|
|
||||||
- type: AtmosExposed
|
- type: AtmosExposed
|
||||||
- type: Flammable
|
- type: Flammable
|
||||||
fireSpread: true
|
fireSpread: true
|
||||||
@@ -341,7 +340,7 @@
|
|||||||
- VaultImpassable
|
- VaultImpassable
|
||||||
- SmallImpassable
|
- SmallImpassable
|
||||||
layer:
|
layer:
|
||||||
- MobImpassable
|
- Opaque
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
- type: Body
|
- type: Body
|
||||||
template: HumanoidTemplate
|
template: HumanoidTemplate
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
hard: false
|
hard: false
|
||||||
mask:
|
mask:
|
||||||
- Impassable
|
- Impassable
|
||||||
|
layer:
|
||||||
- MobImpassable
|
- MobImpassable
|
||||||
linearDamping: 0
|
linearDamping: 0
|
||||||
angularDamping: 0
|
angularDamping: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user