Carrier

Carrier

9M Downloads

[1.17.1] tag support in config file?

MSandro opened this issue ยท 1 comments

commented

How can I add tags in the config file?
This does not work:

{
  "enableGloves": false,
  "slownessLevel": 2,
  "hungerExhaustion": 0.05,
  "type": "WHITELIST",
  "list": [
    "#c:chest",
    "#c:wooden_chests",
    "#c:wooden_barrels",
    "#c:shulker_box",
    "minecraft:lectern",
    "minecraft:jukebox",
    "#c:furnaces",
    "minecraft:dispenser",
    "minecraft:dropper",
    "minecraft:hopper",
    "minecraft:smoker",
    "minecraft:blast_furnace",
    "expandedstorage:*",
    "charm:*"
  ]
}

commented
{
  "enableGloves": false,
  "slownessLevel": 2,
  "hungerExhaustion": 0.05,
  "type": "WHITELIST",
  "list": [
    "*chest",
    "*barrel",
    "*shulker_box",
    "minecraft:lectern",
    "minecraft:jukebox",
    "*furnace",
    "minecraft:dispenser",
    "minecraft:dropper",
    "minecraft:hopper",
    "minecraft:smoker",
    "minecraft:blast_furnace",
    "expandedstorage:*",
    "charm:*"
  ]
}

This config crashes the world if I try to pick up an barrel.

java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0