From 2930f5bdaaa7090b13c8589f38e4014edcf873a1 Mon Sep 17 00:00:00 2001 From: tr7zw Date: Fri, 14 Jun 2024 19:33:29 +0000 Subject: [PATCH] Update FAQ.md --- wiki/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/FAQ.md b/wiki/FAQ.md index 7a5d21690..b79fab5b5 100644 --- a/wiki/FAQ.md +++ b/wiki/FAQ.md @@ -21,6 +21,6 @@ The experimental NBTInjector became unsupported since Minecraft 1.14 and was rem NBTInjector is incompatible with reloads and may break things, and thus is not recommended. -If you're using Minecraft 1.14, you should switch to the persistent storage API instead. +If you're using Minecraft 1.14+, you should switch to the persistent storage API instead. In versions prior to 1.14, you may use a workaround like storing data inside an item's nbt that the entity is wearing (e.g. having a button in mob's helmet, and storing data on that button).