Minecraft Java 1.16 Mod for Fabric mod loader.
x
Entera
Survivald
Server default
Invocation Location is saved and restored on exit to make it less exploitable
Not using /c
and /s
to be carpet compatible
Query user statistics. This works for both online and offline players, if they are in usercache.
import the corresponding user statistic to a scoreboard.
If multiplier < 0
the score is modified with 1/multiplier
, since FloatArgumentType does not support exponentials
like 1.3e-4
Calculator for simple mathematical expressions.
Supported operators: +-*/
The player's coordinates are available though variables x
y
z
.
Displays ticks since last invocation
Renames stack in hand.
Water Bottles can be filled with a Dispenser from a water source, just like Buckets.
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
A dispenser pointing into an undyed Shulker Box can apply a color.
Music Discs can be played using a dispenser.
minecraft.custom:minecraft.traded_with_villager
only counts the amount of interactions with a Villager.
Parquet provides more granular tracking of trades by counting every item purchased from Villagers under
minecraft.traded:<item>
.
Note: Since /scoreboard
command completion is handled client-side, they might not show up and have to be entered
manually.
Makes all blocks fire resistant instead of changing firetick behavior.
Using the gamerule firetick
results in fires burning forever, even on non-flammable blocks.
Stat minecraft.used:minecraft.firework_rocket
is only incremented, when the rocket is used on the ground, not during
elytra flight.
Bug is marked as fixed, but still crashes for me. GG!
Cartographer map trade replaced with dummy map around (0,0) to mitigate server crash in large worlds due to poor implementation of locateStructure.
Some features can be disabled in parquet.properties
, all are enabled by default.