Excavated Variants

Excavated Variants

3M Downloads

[BUG] Sulfur and potassium mod

cowsha opened this issue ยท 1 comments

commented

What went wrong?

Here is config:

{
  "mod_id": "sulfurpotassiummod",
  "provided_stones": [],
  "provided_ores": [
    {
      "id": "sulfur_ore",
      "stone": [
        "deepslate",
        "netherrack"
      ],
      "texture_location": "sulfurpotassiummod:textures/block/sulfur_ore.png",
      "block_id": [
        "sulfurpotassiummod:sulfur_ore",
        "sulfurpotassiummod:sulfur_nether_ore"
      ],
      "en_name": "Sulfur Ore",
      "types": [
        "stone"
      ]
    },
    {
      "id": "potassium_ore",
      "stone": [
        "stone"
      ],
      "texture_location": "sulfurpotassiummod:textures/block/potassium_ore.png",
      "block_id": [
        "sulfurpotassiummod:potassium_ore",
      ],
      "en_name": "Potassium Ore",
      "types": [
        "stone"
      ]
    }
  ]
}

Sulfur works just fine, but adding potassium crashing my game for some reason.

Platform

Fabric

Version

fabric-api-0.50.0+1.18.2

Logs and Screenshots

latest.log

commented

Turns out it was minor syntax error, sorry for bothering.