Doors from Submenu doesn't show #74


  • Defect
  • Started
Open
Assigned to desht_08
  • _ForgeUser8077206 created this issue Mar 1, 2014

    What steps will reproduce the problem?
    1. Use Submenus command from that page
    2. /sms give book central
    3. Use and click to one of icon**

    What is the expected output? What do you see instead?
    Empty slot instead of doors in (probably) wrong place - after all items.

    What version of the product are you using?
    v2.3.3

    Do you have an error log of what happened?
    There aren't any errors.

    Please provide any additional information below.
    I use InventoryView.

  • _ForgeUser8077206 added the tags New Defect Mar 1, 2014
  • _ForgeUser8077206 edited description Mar 1, 2014
  • desht_08 posted a comment Mar 3, 2014

    Yeah, I think I know what's happened here. If you type /sms get submenus.back_item.material, does it say wooden_door ?

    The problem is that when SMS parses wooden_door, it's getting the block version of the wooden door (block ID 64). This was OK in 1.6.x but Mojang removed the textures for quite a few block materials in 1.7.x (see http://minecraft.gamepedia.com/Data_values - any light blue material has no texture any more and can't be obtained in any way).

    To fix the problem for now, just do /sms set submenus.back_item.material wood_door - that will force the use of the item version of the wooden door (the block version is called 'wooden_door', the item version is 'wood_door').

    Next version of SMS will ensure the item version 'wood_door' is the default in the config.yml.


    Edited Mar 3, 2014
  • desht_08 removed a tag New Mar 3, 2014
  • desht_08 added a tag Accepted Mar 3, 2014
  • desht_08 removed a tag Accepted May 20, 2014
  • desht_08 added a tag Started May 20, 2014

To post a comment, please login or register a new account.