hammertater / treechop

MIT License
21 stars 9 forks source link

Chopping tree doesn't drop block. Jade also show an error message #243

Closed D3CXII closed 10 months ago

D3CXII commented 10 months ago

image_2023-11-23_175031773

1.19.2 running Oh the biome you'll go 2.0.1.6 Treechop 0.18.4 Jade 8.9.1

hammertater commented 10 months ago

Sorry for the wait! The Jade error is fixed in 0.18.5. Not sure what you mean by "Chopping tree doesn't drop block", can you elaborate?

D3CXII commented 10 months ago

Sorry for the wait! The Jade error is fixed in 0.18.5. Not sure what you mean by "Chopping tree doesn't drop block", can you elaborate?

https://github.com/hammertater/treechop/assets/148952127/26f227a2-d27c-47cd-af77-4cc94e890b1d

https://github.com/hammertater/treechop/assets/148952127/8c291e9a-f64a-4832-9d70-a77441c61707

Normally chopping tree would progress the chopping state once and drop 1 log right? In my playthrough, the tree only drops logs when it is completely chopped down. The "dropLootForChoppedBlocks" doesn't do anything, it's like it's always on false. Thanks for the Jade fix btw.

hammertater commented 10 months ago

Thanks for the video! That behavior was actually changed - now the log item only drops after the whole tree breaks. Older versions of treechop (especially pre-1.16.3) drop the item on the first chop, but it was always only a temporary hack to get around some limitations in the treechop code. Several people actually reported that behavior as a "bug", haha. I could add an option in the configs to re-enable it.

If dropLootForChoppedBlocks is false, chopped logs don't drop anything when the tree breaks. Someone suggested that'd be more realistic.

hammertater commented 10 months ago

Added a dropLootOnFirstChop option in treechop-common.toml. It'll show up in the next update. Closing!