From e4d2839ee2e9bd00610d3368890958b2ea3a9cf3 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 29 Mar 2023 15:29:37 +0200 Subject: Added DisabledFeatures.json --- constants/DisabledFeatures.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 constants/DisabledFeatures.json diff --git a/constants/DisabledFeatures.json b/constants/DisabledFeatures.json new file mode 100644 index 0000000..9bb0232 --- /dev/null +++ b/constants/DisabledFeatures.json @@ -0,0 +1,3 @@ +{ + "mushroom_cow_nether_warts": true +} \ No newline at end of file -- cgit