Simple Diving Gear

Simple Diving Gear

1M Downloads

(1.20.1, downloaded from Modrinth) Dive boots don't exist according to logs.

XDuskAshes opened this issue ยท 0 comments

commented

When loading my world that has the mod, I find this little snippet in the logs:

[14:26:36] [Worker-Main-5/ERROR] [minecraft/SimpleJsonResourceReloadListener]: Couldn't parse data file simpledivegear:diveboots from simpledivegear:recipes/diveboots.json

I will admit, I changed the recipe to be more friendly to my personal playstyle wherein I mainly stay in the overworld, and don't often venture for obsidian. Here is the whole text:

{
  "type": "minecraft:crafting_shaped",
  "group": "divegear",
  "pattern": [
    "LOL",
    "LDL"
  ],
  "key": {
    "L": {
      "item": "minecraft:leather"
    },
    "O": {
      "item": "minecraft:charcoal"
    },
    "D": {
      "item": "minecraft:orange_dye"
    }
  },
  "result": {
    "item": "simpledivegear:diveboots"
  }
}

I am unsure if something is up with the file or if it's something mod-side, but I would be happy to know.
And, if it's relevant, I'm using Prism Launcher on Arch Linux.