[Bug] Unable to override quartz glass block drops with data packs
alerikaisattera opened this issue ยท 0 comments
What happened?
I made a personal data pack that makes glass blocks drop when mined. While it works with standard glass blocks&panes and Better Nether quartz glass panes, it has no effect effect on quartz glass and framed quartz glass blocks.
Example entry:
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "betternether:quartz_glass_framed"
}
],
"rolls": 1.0
}
]
}
BetterNether
7.1.3
BCLib
2.1.6
Fabric API
0.67.0
Fabric Loader
0.14.9
Minecraft
1.19.2
Relevant log output
No response
Other Mods
No response