diff options
author | Keuin <[email protected]> | 2021-01-15 16:19:01 +0800 |
---|---|---|
committer | keuin <[email protected]> | 2021-01-15 16:19:01 +0800 |
commit | 05c4dbb3fdcc8e7af6a2dcb0a2edc5b2dd1fc337 (patch) | |
tree | c4e090c685cbce3b35e7e376102f06c0d7efe283 /src/main/resources | |
parent | 1c745f43a3547241f23b4b29bfe3596889b21f3f (diff) |
Implement MC-113809 (zero-tick plants farm) reintroduction (now for sugar cane, cactus and chorus flower. The last two plants have not been tested).
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/ohmyvanillamc.mixins.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/ohmyvanillamc.mixins.json b/src/main/resources/ohmyvanillamc.mixins.json index 09a4bb6..1070400 100644 --- a/src/main/resources/ohmyvanillamc.mixins.json +++ b/src/main/resources/ohmyvanillamc.mixins.json @@ -10,7 +10,8 @@ "DisableWanderingTraderSpawning", "ReintroduceLlamaItemDuping", "Mc113809SugarCaneBlockMixin", - "Mc113809CactusBlockMixin" + "Mc113809CactusBlockMixin", + "Mc113809ChorusFlowerBlockMixin" ], "injectors": { "defaultRequire": 1 |