From 2902f476a780d98b40876e090b33624775eb511d Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 28 Oct 2020 21:04:21 +0100 Subject: Readme --- Readme.md | 5 +++++ properties.md | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3