-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding More Blocks to Specialty Tool Break Tags (#5971)
* Update block tags for grinding disc cutting - Added metal multiblocks to the list of cuttables - Added most* `MetalDevice`s to the list of cuttables - Added windows and new decor to the list of cuttables - Added transformers to the list of cuttables * Remove razor wire from hammer break list - Brings parity with expectations - Now, only wirecutters can remove it * Update rockcutting blade breakable tags - Add other Overworld stones (calcite, dripstone) - Add nether stones (blackstone, basalt) - Add other stones (endstone, obsidian) - Added silktouchable stone blocks: - Added Gilded Blackstone - Added coral blocks * Add Vanilla metallic blocks to grinding disc - Added chipped, damaged, and normal anvils - Add cauldrons with all fluids - Added chains and iron bars - Added iron doors and trapdoors - Added light and heavy weighted pressure plates - Added hopper and lightning rod * Remove non-metal storage blocks from grinding disc - Does not remove other mod's storage blocks - Technical limitations prevent this - Removes lapis, redstone, quartz, diamond, emerald, amethyst, and coal
- Loading branch information
1 parent
7f5b1ed
commit 76830ae
Showing
5 changed files
with
154 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
src/generated/resources/.cache/8861e8b56b8339d4437e7f8f8306e4a1ccd9b173
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
69 changes: 68 additions & 1 deletion
69
src/generated/resources/data/immersiveengineering/tags/blocks/mineable/grinding_disk.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
src/generated/resources/data/immersiveengineering/tags/blocks/mineable/hammer.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
25 changes: 25 additions & 0 deletions
25
src/generated/resources/data/immersiveengineering/tags/blocks/mineable/rockcutter.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.