From 1faf02394b6d1405a4f08f88f9b51a5af32dbd30 Mon Sep 17 00:00:00 2001 From: garbagemule Date: Thu, 31 Mar 2022 09:17:17 +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 be581a0..48a7c15 100644 --- a/Formulas.md +++ b/Formulas.md @@ -26,7 +26,7 @@ swarm2: type: swarm wave: 12 monster: slime - amount: max(20, * 2) + amount: min(20, * 2) ``` 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.