blob: aae5531e15aa73b75ca4509eafefeffa01ad5cd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
# Parquet
Minecraft Java 1.15.2 Mod for [Fabric](https://fabricmc.net/) mod loader.
## Commands
### Cameramode `/x` `/a` `/d`
* `x` Enter
* `a` Survival
* `d` Server default
Invocation Location is saved and restored on exit to make it less exploitable
Not using `/c` and `/s` to be carpet compatible
### `/savedata`
#### `playersave list`
List all player savefiles, UUIDs are resolved to names if in usercache
#### `stats`
Query user statistics and import them to the scoreboard. This work for both online and offline players, if they are in usercache.
`/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
## 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 an undyed Shulker Box can apply a color.
## Fixes
### [MC-111534](https://bugs.mojang.com/browse/MC-111534)
Stat `minecraft.used:minecraft.firework_rocket` is only incremented, when the rocket is used on the ground, not during elytra flight.
|