HT's TreeChop

HT's TreeChop

3M Downloads

Let's do Meadow pine tree support

benio1394 opened this issue ยท 3 comments

commented

Hello, I want to report that pine tree from let's do meadow mod is not supported by tree chop. I ask about this satisfy, but he ask in return to rather report this here.

commented

Sorry for the delay! In Minecraft 1.19.2, the problem is that Meadow's leaves blocks don't have the #minecraft:leaves tag. I see that it's fixed in Minecraft 1.20.1.

You can fix the issue yourself in 1.19.2 in the treechop-common.toml config file by telling TreeChop about Meadow's leaves blocks. Find these lines:

	[treeDetection.leaves]
		#Blocks that should be considered leaves
		#Specify using registry names (mod:block), tags (#mod:tag), and namespaces (@mod)
		blocks = ["#treechop:leaves_like", "#minecraft:leaves", "#minecraft:wart_blocks", "#forge:mushroom_caps", "minecraft:shroomlight"]

and add "meadow:pine_leaves" and "meadow:alpine_birch_leaves_hanging" to the blocks list, like this:

		blocks = ["meadow:pine_leaves", "meadow:alpine_birch_leaves_hanging", "#treechop:leaves_like", "#minecraft:leaves", "#minecraft:wart_blocks", "#forge:mushroom_caps", "minecraft:shroomlight"]
commented
commented

Closing, since this is fixed as of Meadow 1.2.9