AbsolemJackdaw / AppleCrates

sell your items out of crates
GNU General Public License v3.0
2 stars 6 forks source link

Broken Mineable/Axe Block Tag #4

Closed WenXin20 closed 2 years ago

WenXin20 commented 2 years ago

Apple Crates v1.2.0 Minecraft v1.18.2

The block tag minecraft:mineable/axe currently is broken if botania, byg, malum, etc. is not installed. The below format will prevent any errors if one of the compat mods are not installed.

{
  "replace": false,
  "values": [
    { "id": "applecrates:biomesoplenty_mahogany_crate", "required":false },
    { "id": "applecrates:byg_embur_crater", "required":false }
  ]
}
AbsolemJackdaw commented 2 years ago

thanks for the tip, i will fix this asap

WenXin20 commented 2 years ago

Np, thanks!