GTNewHorizons / GT-New-Horizons-Modpack

A big progressive questing modpack for Minecraft 1.7.10 balanced around the mod GregTech.
https://www.gtnewhorizons.com/
Other
1.01k stars 306 forks source link

Quest Diamond Shield [#660] invalid items #1345

Closed alphaest closed 7 years ago

alphaest commented 7 years ago

Currently: TGregworks:tGregToolPartLargePlate:97 x2 [material:8=Diamond] TGregworks:tGregToolPartToughBind:97 x1 [material:8=Diamond] TGregworks:tGregToolPartToughRod:97 x2 [material:8=Diamond]

But the item damage is actually :95 for all of them.

Could be a duplicate of #1194

Dream-Master commented 7 years ago

Ok will look at it. I thought this was fixed ?

alphaest commented 7 years ago

I checked this with the current build in SP after /load and /refresh so i guess it was not fixed.

Dream-Master commented 7 years ago

ok will check.

Drobac commented 7 years ago

None of the parts made by Tinkers Gregworks seem to be detectable in quests

Dream-Master commented 7 years ago
{
      "questID": 660,
      "name": "Diamond Shield",
      "description": "Your iron shield got very old. With a shield made from diamond plates you can maintain block up to 5 seconds.",
      "isMain": false,
      "isSilent": false,
      "lockedProgress": false,
      "simultaneous": false,
      "globalParticipation": 0.0,
      "globalQuest": false,
      "globalShare": true,
      "autoClaim": false,
      "repeatTime": -1,
      "sounds": {
        "complete": "random.levelup",
        "update": "random.levelup"
      },
      "logic": "AND",
      "taskLogic": "AND",
      "icon": {
        "id": "battlegear2:shield.diamond",
        "Count": 1,
        "OreDict": "",
        "Damage": 0
      },
      "visibility": "UNLOCKED",
      "tasks": [
        {
          "partialMatch": true,
          "ignoreNBT": false,
          "consume": false,
          "autoConsume": false,
          "requiredItems": [
            {
              "id": "TGregworks:tGregToolPartLargePlate",
              "Count": 2,
              "OreDict": "",
              "Damage": 97,
              "tag": {
                "material:8": "Diamond"
              }
            },
            {
              "id": "TGregworks:tGregToolPartToughBind",
              "Count": 1,
              "OreDict": "",
              "Damage": 97,
              "tag": {
                "material:8": "Diamond"
              }
            },
            {
              "id": "TGregworks:tGregToolPartToughRod",
              "Count": 2,
              "OreDict": "",
              "Damage": 97,
              "tag": {
                "material:8": "Diamond"
              }
            }
          ],
          "taskID": "bq_standard:retrieval"
        },
        {
          "partialMatch": true,
          "ignoreNBT": true,
          "requiredItems": [
            {
              "id": "battlegear2:shield.diamond",
              "Count": 1,
              "OreDict": "",
              "Damage": 0
            }
          ],
          "taskID": "bq_standard:crafting"
        }
      ],
      "rewards": [
        {
          "choices": [
            {
              "id": "minecraft:spawn_egg",
              "Count": 1,
              "OreDict": "",
              "Damage": 57
            },
            {
              "id": "minecraft:spawn_egg",
              "Count": 1,
              "OreDict": "",
              "Damage": 62
            },
            {
              "id": "enhancedlootbags:lootbag",
              "Count": 1,
              "OreDict": "",
              "Damage": 5
            }
          ],
          "rewardID": "bq_standard:choice"
        },
        {
          "rewards": [
            {
              "id": "dreamcraft:item.CoinSmithI",
              "Count": 2,
              "OreDict": "",
              "Damage": 0
            },
            {
              "id": "dreamcraft:item.CoinSurvivorI",
              "Count": 2,
              "OreDict": "",
              "Damage": 0
            }
          ],
          "rewardID": "bq_standard:item"
        }
      ],
      "preRequisites": [
        89
      ]
    },
Dream-Master commented 7 years ago

Now all of them have meta id 97.

alphaest commented 7 years ago

It was :97 before in quest and needed to be changed to :95 since diamond parts in game are all with :95

Dream-Master commented 7 years ago

ah ok will change it.

Dream-Master commented 7 years ago

So with version 17 all will work fine.

Dream-Master commented 7 years ago

Need TGregworks version 17