The Nether update added two new trees-like structures called Huge Fungus. Unlike the trees already in the game, their "leaves" do not disappear when their stem is broken.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- 1.17
- 1.18
- Source Code:
- https://github.com/syldium/NetherTree
This plugin aims to reproduce the way the leaves of the trees in the overworld work.
Features
How does it work?
- Non-persistent blocks in the trees are gradually disappearing if they have no stem.
- Supports already generated chunks.
- Differentiates persistent blocks, even if they were placed before installing the plugin.
- Configurable drop rates.
Unlike the behavior of other leaves, the plugin listens to specific events and computes if the surrounding blocks should disappear. Then a task will make them decay, in the way that randomTickSpeed works.
Configuration
Code (YAML):drop:
base:
NETHER_WART_BLOCK: 40
WARPED_WART_BLOCK: 40
SHROOMLIGHT: 60
player:
NETHER_WART_BLOCK: 70
WARPED_WART_BLOCK: 70
SHROOMLIGHT: 90
always-drop-when-hoe-used: true
tnt-use-players-rate: true
max-distance-from-stem: 4

NetherTree 1.0
Makes the leaves of the Nether trees (huge fungus) non-persistent