Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Add file path to example
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz authored Jun 24, 2022
1 parent 47cdd92 commit 6b9bd75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- !<geary:inherit> # Inherits components from another prefab
from: [mineinabyss:hostile]
Expand Down

0 comments on commit 6b9bd75

Please sign in to comment.