[Suggestion] Add itemdb short(er) name for beetrootseed

Discussion in 'Suggestions' started by TunedMassDamsel, Aug 20, 2016.

  1. TunedMassDamsel

    TunedMassDamsel Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Jul 29, 2013
    Messages:
    14
    Trophy Points:
    25,395
    Gender:
    Female
    Ratings:
    +11
    Minecraft Name:
    TunedMassDamsel

    Suggestion
    :
    If possible, add a shorter item short name for beetroot seeds.

    Reason:
    Currently, it's impossible to store more than nine beetrootseeds in a Trade sign because of the length of the only available name for the item. ItemDB shows that the only item short name is "beetrootseed".
     
    #1 TunedMassDamsel, Aug 20, 2016
    Last edited: Aug 20, 2016
  2. ClarinetPhoenix

    ClarinetPhoenix She does what she wants.
    Owner Events Manager ECC Sponsor Mayor ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ IX ⭐ Gameplay Architect Premium Upgrade Wiki Leader

    Joined:
    Jun 23, 2014
    Messages:
    7,302
    Trophy Points:
    102,870
    Gender:
    Female
    Ratings:
    +5,535
    You can still use the Item ID# for beetrootseed instead of the item name if you want to stock more. That's how I get more to fit. Its "435", then I have a sign above it labeling the sign to sell beetroot seeds
    However a shorter name for the beetroot seeds would make life for Trade signs easier.
     
    • Agree Agree x 2
    • Useful Useful x 1
    • List
  3. TunedMassDamsel

    TunedMassDamsel Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Jul 29, 2013
    Messages:
    14
    Trophy Points:
    25,395
    Gender:
    Female
    Ratings:
    +11
    True, yeah, I shouldn't have said "impossible"... but it sure is nondescriptive! ;)

    "435s! 435s for sale, reasonable price. Come and get your 435s...!"
     
  4. Riggs316

    Riggs316 The Ultimate Rigger
    Mythic ⚔️ I ⚔️ EcoLegend ⛰️⛰️⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ I ⭐ Premium Upgrade

    Joined:
    May 1, 2014
    Messages:
    719
    Trophy Points:
    68,410
    Gender:
    Male
    Ratings:
    +769
    Even though you can use 435 on the sign, it seems a bit excessive that beetroot has the short names of "bseeds", "brseeds", "beetroot", and "beetseeds". Surely beetrootseeds can get ONE of those attached to it.
     
    • Agree Agree x 1
    • Potato Potato x 1
    • List
  5. quefueve

    quefueve Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Sep 3, 2012
    Messages:
    584
    Trophy Points:
    27,890
    Gender:
    Male
    Ratings:
    +233
    Adding shorter itemdb names for Chorus Flowers, Chorus Fruit, Purpur Blocks, End Stone Brick and Purpur Pillar would also be greatly appreciated.
     
    • Informative Informative x 1
    • List
  6. 314

    314 Irrational SuperMod, former ServerAdmin
    SuperMod EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,055
    Trophy Points:
    97,160
    EcoDollars:
    $2,400,000
    Ratings:
    +4,921
    If I am extrapolating from my 1.8 Spigot test setup: Literally add one single line to items.csv file.
    Code:
    brseed,435,0
    
    Note:
    "#If you change this file, it will not be automatically updated after the next release." - items.csv.
    I am not sure whether ECC already uses a customized list. If it does, it doesn't affect anything. If it doesn't use a custom one already, this could mean additional work when updating to the next Minecraft version that adds blocks or items.
     
  7. quefueve

    quefueve Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Sep 3, 2012
    Messages:
    584
    Trophy Points:
    27,890
    Gender:
    Male
    Ratings:
    +233
    • Informative Informative x 1
    • List
  8. 314

    314 Irrational SuperMod, former ServerAdmin
    SuperMod EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,055
    Trophy Points:
    97,160
    EcoDollars:
    $2,400,000
    Ratings:
    +4,921
    Ah, thanks. In that case, please ignore my second paragraph.

    Well, the items.csv is not designed to replace any names - as I mentioned, one line will be added. Each item name has its own line.
    Code:
    beetrootseed,435,0
    brseed,435,0
    
    /itemdb, /worth, etc. would then use both the original "beetrootseed" and the new "brseed".