Pixelmon Mod - Bug tracker

[9.0.6] Graveler Held item fix completed for upcoming version

Ticket description:
In the Graveler standard spawn json there is a typo when writing Black Augurite as "pixelmon:black_augerite". Attached is the json in question:

Code: Select all{
  "id": "Graveler",
  "spawnInfos": [
    {
      "spec": "species:Graveler",
      "stringLocationTypes": [
        "Land",
        "Rock Smash"
      ],
      "minLevel": 25,
      "maxLevel": 36,
      "typeID": "pokemon",
      "heldItems": [
        {
          "itemID": "pixelmon:ever_stone",
          "percentChance": 5
        },
        {
          "itemID": "pixelmon:black_augerite",
          "percentChance": 5
        }
      ],
      "condition": {
        "stringBiomes": [
          "arid",
          "mountainous",
          "mesas",
          "biomesoplenty:volcano",
          "biomesoplenty:volcanic_plains"
        ],
        "maxY": 80
      },
      "rarity": 40.0
    },
    {
      "spec": "species:Graveler form:alolan",
      "stringLocationTypes": [
        "Land",
        "Rock Smash"
      ],
      "minLevel": 25,
      "maxLevel": 36,
      "typeID": "pokemon",
      "heldItems": [
        {
          "itemID": "pixelmon:cell_battery",
          "percentChance": 5
        }
      ],
      "condition": {
        "stringBiomes": [
          "minecraft:gravelly_mountains",
          "minecraft:shattered_savanna",
          "minecraft:shattered_savanna_plateau",
          "pixelmon:ultra_deep_sea"
        ]
      },
      "rarity": 0.5
    },
    {
      "spec": "species:Graveler",
      "stringLocationTypes": [
        "Underground"
      ],
      "minLevel": 25,
      "maxLevel": 36,
      "typeID": "pokemon",
      "heldItems": [
        {
          "itemID": "pixelmon:ever_stone",
          "percentChance": 5
        }
      ],
      "condition": {
        "maxY": 70
      },
      "rarity": 40.0
    },
    {
      "spec": "species:Graveler form:alolan",
      "stringLocationTypes": [
        "Underground"
      ],
      "minLevel": 25,
      "maxLevel": 36,
      "typeID": "pokemon",
      "heldItems": [
        {
          "itemID": "pixelmon:cell_battery",
          "percentChance": 5
        }
      ],
      "condition": {
        "stringBiomes": [
          "mountainous",
          "savannas",
          "freezing mountains"
        ],
        "maxY": 70
      },
      "rarity": 0.5
    }
  ]
}

Comments

#27208 Posted by Kadinu » 30 Jul 2022 06:30

Hello and thank you for your report!

I've been able to confirm the issue for the following files:

- geodude_line_rocksmash.set.json
- graveler.set.json

#27211 Posted by Yoshi7711 » 30 Jul 2022 08:54

This has been moved to our internal trackers. Thanks again for the report!

#27464 Posted by Laulox19 » 17 Aug 2022 08:27

I have seen that you have fixed it for standard spawning, but not for the geodude_line_rocksmash.set.json file, as you have also detected (just remember it in case you missed it). I also take this opportunity to ask a question: is it intentional that the Graveler that spawns underground does not have the possibility of having Black Auguriteas a held item? In this case only the possibility of Everstone is mentioned.

#28030 Posted by LordSamosa » 28 Sep 2022 08:44

Sorry for the late response, but I've reopened the internal ticket for the rock smash. Not sure on the underground thing tho

#28036 Posted by Laulox19 » 28 Sep 2022 09:45

For those that spawn underground, it is not specified that it can hold Black Augurite, so I don't know if it is intentional or not.

Ticket details

  • Ticket ID: 18770
  • Project: Pixelmon Mod
  • Status: Fix completed for upcoming version
  • Component: Error
  • Project version: 1.16.5-9.x.x
  • Priority: Normal
  • Severity: Normal
  • Forge/Sponge: Forge 36.2.34
  • What else would be useful to know?: (unknown)
  • Assigned to: Kadinu
  • Reported by: Laulox19 (Send PM)
  • Reporter's tickets: (List all tickets)
  • Reported on: 30 Jul 2022 05:02
  • Ticket last visited by: Sophie847 on 24 Nov 2022 19:42
JOIN THE TEAM