Minetest mod to makes leaves render bushy instead of boxy.
Go to file
Mikita Wiśniewski e16e015cd8
Set full node collision box for bushy leaves
When a node has no collision box it uses the node box as the collision
box. This effect made walking on nodes modified by this mod difficult.

This patch explicitly sets a collision box with the size of a full node
for modified nodes. This makes the “bushy leaves” effect purely visual;
it does not affect collision differently than if the mod is not loaded.
2022-05-10 18:43:38 +02:00
LICENSE Initial import 2022-05-04 08:36:23 +02:00
README Add README 2022-05-04 08:38:40 +02:00
init.lua Set full node collision box for bushy leaves 2022-05-10 18:43:38 +02:00
mod.conf Initial import 2022-05-04 08:36:23 +02:00
screenshot.png Initial import 2022-05-04 08:36:23 +02:00

README

This mod changes leaves to render bushy instead of boxy. I have tested it with Minetest Game, Repixture, NodeCore and Mineclonia, so it should work with MineClone2 or MineClone5.