DynamicTreesTeam / DynamicTrees-PHC2

Compatibility Mod between Dynamic trees and Pam's HarvestCraft 2: Trees
MIT License
0 stars 4 forks source link

The conditions for coconut dropping are incorrect #10

Open joe-vettek opened 3 months ago

joe-vettek commented 3 months ago

In the mc latest version update, the minimum building height is no longer 0, so the coconut drop condition should not be limited to above 0. I think it can be set to pos.getY() >= world.getMinBuildHeight() code position