This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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.
Yeah, I think I know what's happened here. If you type /sms get submenus.back_item.material, does it say wooden_door ?
/sms get submenus.back_item.material
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').
/sms set submenus.back_item.material wood_door
Next version of SMS will ensure the item version 'wood_door' is the default in the config.yml.
To post a comment, please login or register a new account.