No Tree Punching

No Tree Punching

14M Downloads

Torches don't drop if you directly break them

asikwus opened this issue ยท 3 comments

commented

Felt most likely to be a bug, since they drop if you break the block they're attached to.

Setup:
MC 1.18.2
MC Forge 40.1.0
notreepunching-forge-1.18.2-5.0.3

commented

Yes with a tag, noted in the wiki

commented

Ah alright. I guess I'll just put doInstantBreakBlocksDropWithoutCorrectTool to true, or as what I get by "They are not specifically whitelisted to ignore either of these rules by default.", there is a way to whitelist them from this? (can't seem to find that in the config)

commented

Under the default configuration options:

  • Torches, as a block that breaks instantly, are always breakable.
  • In order to get their item to drop, they must be harvested with the correct tool, which for torches, is inferred to be a pickaxe.
  • They are not specifically whitelisted to ignore either of these rules by default.
  • Breaking when unsupported is a separate behavior than when broken by a player, and thus is unaffected by NTP's harvestability rules.

All that said, this is working as intended.