Skip to content

Commit 02f070f

Browse files
committed
Fix: Add missing blocks to needs_stone_tool tag
1 parent 34726cb commit 02f070f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/generated/resources/data/minecraft/tags/block/needs_stone_tool.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"values": [
33
"deep_aether:nimbus_stone",
44
"deep_aether:light_nimbus_stone",
5+
"deep_aether:nimbus_pillar",
6+
"deep_aether:light_nimbus_pillar",
57
"deep_aether:nimbus_stairs",
68
"deep_aether:nimbus_slab",
79
"deep_aether:nimbus_wall"

src/main/java/io/github/razordevs/deep_aether/datagen/tags/DABlockTagData.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,8 @@ protected void addTags(HolderLookup.@NotNull Provider provider) {
792792
tag(BlockTags.NEEDS_STONE_TOOL).add(
793793
DABlocks.NIMBUS_STONE.get(),
794794
DABlocks.LIGHT_NIMBUS_STONE.get(),
795+
DABlocks.NIMBUS_PILLAR.get(),
796+
DABlocks.LIGHT_NIMBUS_PILLAR.get(),
795797
DABlocks.NIMBUS_STAIRS.get(),
796798
DABlocks.NIMBUS_SLAB.get(),
797799
DABlocks.NIMBUS_WALL.get()

0 commit comments

Comments
 (0)