Immersive Weathering [FORGE]

Immersive Weathering [FORGE]

6M Downloads

tinkers construct compat

poly-1810 opened this issue ยท 2 comments

commented

Feature:
basically, tinkers construct tools cant get bark from stripping trees, nor remove moss or things like that, so a compat would be nice

Alternatives:

instead of the tools required to get moss and bark being just tools, how about you just have it so that if "forge:tools/axe" interacts with logs, itll give bark

Additional info:

not much more info i can put here, but i can try writing up a PR for you

commented

I noticed the same issue while testing my modpack. I don't know if it's possible to add compatibility using datapacks, so we'll have to wait for mods author to update this mod

commented

private static InteractionResult axeStripping(Item item, ItemStack stack, BlockPos pos, BlockState state,

could be made platform specific and then use https://nekoyue.github.io/ForgeJavaDocs-NG/javadoc/1.18.2/net/minecraftforge/common/ToolActions.html on forge

Seems to also be supported by tinkers construct if I understand it correctly

https://github.com/SlimeKnights/TinkersConstruct/blob/09626c7f3f379ebe68e37312395af07b8c16e475/src/main/java/slimeknights/tconstruct/library/tools/item/ModifiableItem.java#L445