syldium / NetherTree

Makes the "leaves" of the Nether trees (huge fungus) non-persistent, like the trees in the overworld.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetherTree

The Nether update added new trees, why shouldn't their "leaves" decay?

Demonstration GIF

Features

  • 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.

How does it work?

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.

About

Makes the "leaves" of the Nether trees (huge fungus) non-persistent, like the trees in the overworld.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%