thebrightspark / SparksTools

Successor to Sparks Hammers, but now adding all kinds of tools!
GNU General Public License v3.0
0 stars 0 forks source link

[1.14.4] Lumber Axes doesn't work on big trees. #7

Open Gbergz opened 4 years ago

Gbergz commented 4 years ago

Title^ It doesn't work because it doesn't check for logs being sideways. Only works if they're facing the same direction. (The Logs.)

Showcase: https://gyazo.com/9cc9a218b86ed678a9ccfd4af0f457de

While the mod works if you don't count what i just showcased this is just an annoying issue!

Mod Version: 1.1.0 Forge Version: 28.2.4 KSparkLib Version: 1.2.1 Kottle Version: 1.4.0

Any clue if this can be fixed?

thebrightspark commented 4 years ago

Ah yes, I see the problem in my code. More specifically, it'll only chop down blocks that are of the exact same block type and orientation as the first block you break. Will fix this when I get round to updating the mod!