From 6b9bd7576ec977c39b42361965c1ada8c96dfecc Mon Sep 17 00:00:00 2001 From: Danielle Voznyy Date: Fri, 24 Jun 2022 11:42:33 -0400 Subject: [PATCH] Add file path to example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2ea00208..1b771b770 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ ECS lets us split up many mob behaviours into individual components, making code We can easily create serializable components, which lets us read from a config file or store data on a mob's persistent data container. Here's an example config from our own server: + +[**`plugins/Geary/mineinabyss/mobs/hostile/kuongatari.yml`**](https://github.com/MineInAbyss/server-config/blob/master/servers/minecraft/plugins/Geary/mineinabyss/mobs/hostile/kuongatari.yml) ```yaml - ! # Inherits components from another prefab from: [mineinabyss:hostile]