From 69d64fd5033a46e889bec5c4ddd1fb71cf6eeef6 Mon Sep 17 00:00:00 2001 From: garbagemule Date: Sun, 9 May 2021 16:40:18 +0200 Subject: [PATCH] Updated Formulas (markdown) --- Formulas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formulas.md b/Formulas.md index 3b83c9f..be581a0 100644 --- a/Formulas.md +++ b/Formulas.md @@ -29,7 +29,7 @@ swarm2: amount: max(20, * 2) ``` -MobArena comes with a small bag of predefined formulas in `formulas.yml` called [macros](#macros). These can be used instead of manually typing in the same formula multiple times all over the config-file. It is possible to redefine or remove existing formulas, and to add entirely new, custom formulas. +MobArena comes with a small bag of predefined formulas in [`formulas.yml`](https://github.com/garbagemule/MobArena/blob/master/src/main/resources/formulas.yml) called [macros](#macros). These can be used instead of manually typing in the same formula multiple times all over the config-file. It is possible to redefine or remove existing formulas, and to add entirely new, custom formulas.