From 0e3e3264b8f116b4eaf67c790f3b4527310948bd Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 18 Apr 2020 20:06:12 +0200 Subject: updated readme --- Readme.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 70d4e3f..a08d9dc 100644 --- a/Readme.md +++ b/Readme.md @@ -26,4 +26,21 @@ Query user statistics and import them to the scoreboard. `/savedata stats PLAYER CRITERIA [import OBJECTIVE [MULTIPLIER]]` -If `MULTIPLIER < 0` the score is modified with `1/MULTIPLIER`, since FloatArgumentType does not support exponentials like 1.3e-4 \ No newline at end of file +If `MULTIPLIER < 0` the score is modified with `1/MULTIPLIER`, since FloatArgumentType does not support exponentials like 1.3e-4 + +## Features + +### Dispenser Behavior + +#### Cauldron +A dispenser pointing into a cauldron can: + +* add one fill level with a water bottle +* add up to 3 fill levels with a water bucket +* get a water bottle for one fill level +* get a water bucket if the cauldron is full +* remove the color of a shulker box + +#### ShulkerBoxes + +A dispenser pointing into a Shulker Box can dye it with dye items. \ No newline at end of file -- cgit v1.2.3