aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-10-28 21:04:21 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-10-28 21:04:21 +0100
commit2902f476a780d98b40876e090b33624775eb511d (patch)
treea7df989ce9ff89714aa7f24ff5380bbdd93d7067
parent457e1fe35a3a370a2b50662a10d705a309ff6c4c (diff)
downloadparquet-2902f476a780d98b40876e090b33624775eb511d.tar.gz
Readme
-rw-r--r--Readme.md5
-rw-r--r--properties.md7
2 files changed, 11 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index e0f53c8..2bb1140 100644
--- a/Readme.md
+++ b/Readme.md
@@ -77,6 +77,11 @@ Parquet provides more granular tracking of trades by counting every item purchas
**Note:** Since `/scoreboard` command completion is handled client-side, they might not show up and have to be entered
manually.
+### Better no fireTick
+
+Makes all blocks fire resistant instead of changing firetick behavior.
+Using the gamerule `firetick` results in fires burning forever, even on non-flammable blocks.
+
## Fixes
### [MC-111534](https://bugs.mojang.com/browse/MC-111534)
diff --git a/properties.md b/properties.md
index c2a42a3..81ba990 100644
--- a/properties.md
+++ b/properties.md
@@ -14,4 +14,9 @@ This causes clients to crash when trying to access statistics.
## command-*
`[true]/false`
-enable/disable single parquet commands \ No newline at end of file
+enable/disable single parquet commands
+
+## better-no-fire-tick
+
+`true/[false]`
+Make all blocks fire resistant \ No newline at end of file