aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-18 20:06:12 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-18 20:06:12 +0200
commit0e3e3264b8f116b4eaf67c790f3b4527310948bd (patch)
tree79761c2c47e32230fe3d4707331fa94307458cf4
parent80f9a70553d0c53819a95982f24a80a4f72ce88e (diff)
downloadparquet-0e3e3264b8f116b4eaf67c790f3b4527310948bd.tar.gz
updated readme
-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