aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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