aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.md19
1 files changed, 18 insertions, 1 deletions
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