The Twilight Forest

The Twilight Forest

140M Downloads

Block & Chain Breaks Giant Blocks

AriaElidove opened this issue ยท 0 comments

commented

NeoForge Version

21.0.158

Twilight Forest Version

4.6.2721

Client Log

No response

Crash Report (if applicable)

No response

Steps to Reproduce

Enchant a Block & Chain with Destruction
Use it on Giant Blocks
Woah, cheap and quick way to get Giant Blocks!

What You Expected

Giant Cobble, Logs, and Obsidian shouldn't be broken this way. Leaves are the only exception because, well, leaves.

What Happened Instead

All Giant Blocks can be broken using the block and chain.

Additional Details

The issue is that Giant Blocks need to be added in BlockTagGenerator.java. I simply do not feel like pulling up IJ to PR this lol.

this.tag(BLOCK_AND_CHAIN_NEVER_BREAKS).addTags(MAZESTONE, CASTLE_BLOCKS, DEADROCK, BlockTags.WITHER_IMMUNE)
.add(TFBlocks.TIME_LOG_CORE.get(), TFBlocks.TRANSFORMATION_LOG_CORE.get(), TFBlocks.MINING_LOG_CORE.get(), TFBlocks.SORTING_LOG_CORE.get());

Please Read and Confirm The Following

  • I have confirmed this bug can be replicated without the use of Optifine.
  • I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
  • I have confirmed this issue is unique and has not been reported already.