mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-05 18:10:09 +03:00
* Fix bad name given to the Iron Door.
This commit is contained in:
@@ -138,7 +138,7 @@ void Item::initItems()
|
||||
|
||||
Item::door_iron = NEW_X_ITEM(DoorItem, ITEM_DOOR_IRON, Material::metal)
|
||||
->setIcon(12, 2)
|
||||
->setDescriptionId("doorWood");
|
||||
->setDescriptionId("doorIron");
|
||||
|
||||
Item::leather = NEW_ITEM(ITEM_LEATHER)
|
||||
->setIcon(7, 6)
|
||||
|
||||
Reference in New Issue
Block a user