Blackstone Hammer only accepts Gilded Blackstone
g0urra opened this issue · 3 comments
Modpack version
0.5.2 Server
Describe the bug
Trying to craft a Blackstone hammer head with Blackstone makes it a regular Stone hammer head instead. In order to upgrade to a Blackstone hammer head it instead needs Gilded Blackstone, even though Holosphere says both can be used to make a Blackstone hammer head.
@mickelus Hey again 😅
We have a material with two tags: forge:blackstone
and quark:stone_tool_materials
The blackstone tag procudes blackstone parts, the stone_tool_materials tag procudes stone parts.
Blackstone has both of these tags. Is there any way to prioritize one over the other?
If you add this somewhere after your quark:stone_tool_materials
entry (like here) it should take precedence over the stone outcome.
{
"material": {
"tag": "forge:blackstone"
},
"requiredTools": {
"hammer": 3
},
"moduleKey": "double/basic_hammer",
"moduleVariant": "basic_hammer/blackstone"
}