fix: missing bed memory for swarm
This commit is contained in:
@@ -71,6 +71,7 @@ object ProjectedPersonAI {
|
|||||||
MemoryModuleType.CANT_REACH_WALK_TARGET_SINCE,
|
MemoryModuleType.CANT_REACH_WALK_TARGET_SINCE,
|
||||||
MemoryModuleType.HOME,
|
MemoryModuleType.HOME,
|
||||||
MemoryModuleType.LAST_WOKEN,
|
MemoryModuleType.LAST_WOKEN,
|
||||||
|
MemoryModuleType.NEAREST_BED,
|
||||||
NearestVisibleContainer.memory.get(),
|
NearestVisibleContainer.memory.get(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user