Skip to content

Commit e6d4af8

Browse files
committed
fix: add mineable pickaxe and needs_iron_tool block tags
All three mod blocks used requiresCorrectToolForDrops() but had no mineable tag entries, making them unharvestable in survival. Iron pickaxe (or better) is now required to get drops.
1 parent cbc3702 commit e6d4af8

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"replace": false,
3+
"values": [
4+
"researchcube:research_station",
5+
"researchcube:drive_crafting_table",
6+
"researchcube:processing_station"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"replace": false,
3+
"values": [
4+
"researchcube:research_station",
5+
"researchcube:drive_crafting_table",
6+
"researchcube:processing_station"
7+
]
8+
}

0 commit comments

Comments
 (0)