quiqueck / BetterNether

BetterNether Mod
https://modrinth.com/mod/betternether
Other
20 stars 27 forks source link

[Bug] Unable to override quartz glass block drops with data packs #120

Open alerikaisattera opened 1 year ago

alerikaisattera commented 1 year ago

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