Archy-X / AuraSkills

The ultra-versatile RPG skills plugin
https://aurelium.dev/auraskills
GNU General Public License v3.0
235 stars 88 forks source link

Remove saplings and every TreeType when they grow from placed blocks #258

Closed ErikSzabo closed 5 months ago

ErikSzabo commented 5 months ago

Fixes #243

This will remove the placed sapling/mushroom and everything from the TreeType enum from the placed blocks when they grow naturally or via bonemeal, so placed blocks that are converted into natural blocks can give skill XP.

ErikSzabo commented 5 months ago

@Archy-X here is the revised version of #244. I think this is a far better and more complete solution than the previous one.