Skip to content

Commit

Permalink
Add blackstone to semi-disposables
Browse files Browse the repository at this point in the history
Seems reasonable when basalt is also in the same category
  • Loading branch information
anoomolu authored and artemisSystem committed Jul 5, 2024
1 parent 8f05d81 commit 1742c1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected void addTags(HolderLookup.Provider provider) {
Items.NETHERRACK, Items.COBBLED_DEEPSLATE, Items.END_STONE)
.addTag(ItemTags.SAND);
this.tag(BotaniaTags.Items.SEMI_DISPOSABLE).add(Items.ANDESITE, Items.DIORITE, Items.GRANITE,
Items.TUFF, Items.CALCITE, Items.STONE, Items.BASALT,
Items.TUFF, Items.CALCITE, Items.STONE, Items.BASALT, Items.BLACKSTONE,
Items.DEEPSLATE, Items.DRIPSTONE_BLOCK, Items.POINTED_DRIPSTONE, Items.MOSS_BLOCK,
Items.SANDSTONE, Items.RED_SANDSTONE)
.addOptional(new ResourceLocation("quark", "jasper"))
Expand Down

0 comments on commit 1742c1b

Please sign in to comment.