Fix missing component error with disposal units (#1610)

This commit is contained in:
DrSmugleaf
2020-08-07 22:16:47 +02:00
committed by GitHub
parent ffc9a24ea0
commit ce02bf1ca1

View File

@@ -100,6 +100,14 @@
layer: layer:
- Impassable - Impassable
- MobImpassable - MobImpassable
- type: Collidable
anchored: true
shapes:
- !type:PhysShapeAabb
bounds: "-0.3,-0.3,0.3,0.3"
layer:
- Impassable
- MobImpassable
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: Anchorable - type: Anchorable