[VMR] Rare Crate does not contain all unobtainable items

Discussion in 'Help & Support / Errors & Bugs' started by pokeball92870, Nov 3, 2018.

  1. pokeball92870

    pokeball92870 PokeManiac
    Resident ⛰️ Ex-President ⚒️⚒️ Prestige ⭐ I ⭐ Premium Upgrade

    Joined:
    May 3, 2017
    Messages:
    787
    Trophy Points:
    26,010
    EcoDollars:
    $0
    Ratings:
    +1,547
    Minecraft Username:
    pokeball92870

    Brief Description:
    As of the 1.13 flattening, the Rare Crate no longer contains all of the unobtainable items. Because the Booklet counts items based on Spigot's Material enum, blocks and items that were previously all covered under an umbrella of data values are now separate items according to Minecraft and Spigot, thus requiring each and every one of these variants to be sold in order to count toward the Booklet (instead of one of many with separate data values).

    This makes the Booklet Medal impossible to achieve in its current state.

    Instructions:
    Use the VMR Rare Crate.
    Notice how the crate only contains 16 of the required 68 unobtainable items.

    How many times did you recreate this?:
    N/A

    Result:
    Rare Crate contains 16 items.

    Expected Result:
    Rare Crate contains 68 items.

    Evidence:
    I've listed out the new list of Spigot Material IDs of the unobtainable items of Minecraft.
    This list was compiled by taking the enum values of org.bukkit.Material and removing any Material IDs that did not have an item form. These were then further sorted to items that were unobtainable by any means in Survival Minecraft.
    https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
     
    • Informative Informative x 1
    • List
    #1 pokeball92870, Nov 3, 2018
    Last edited: Nov 3, 2018
  2. AdmiralD

    AdmiralD IsleTradingCo
    President ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ V ⭐ Premium Upgrade

    Joined:
    Jul 26, 2013
    Messages:
    6,105
    Trophy Points:
    97,160
    Gender:
    Male
    Ratings:
    +4,290
    I see you are still at it - thank you for continuing to watch out for us...you are awesome :thumbsup:
     
  3. andrewkm

    Founder Premium Upgrade

    Joined:
    Apr 5, 2011
    Messages:
    20,375
    Trophy Points:
    102,160
    Ratings:
    +15,066
    Took a while but I got them all.
    There are two pages of them xD

    [​IMG]

    Now added all unobtainables to the rare crates.
     
  4. pokeball92870

    pokeball92870 PokeManiac
    Resident ⛰️ Ex-President ⚒️⚒️ Prestige ⭐ I ⭐ Premium Upgrade

    Joined:
    May 3, 2017
    Messages:
    787
    Trophy Points:
    26,010
    EcoDollars:
    $0
    Ratings:
    +1,547
    @andrewkm

    Just realized, I missed another unobtainable.

    Code:
    PLAYER_HEAD
    Please add to the crate :)
     
  5. andrewkm

    Founder Premium Upgrade

    Joined:
    Apr 5, 2011
    Messages:
    20,375
    Trophy Points:
    102,160
    Ratings:
    +15,066
    Fixed.