Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-67697

Enchant code : English and Numbers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • Minecraft 14w33c
    • None
    • Unconfirmed

      summon Skeleton ~ ~ ~ {CustomName:"2F3", Attributes:[

      {Name:generic.maxHealth, Base:50}

      ], Equipment:[{id:"minecraft:bow", tag:{ench:[

      {id:"minecraft:punch",lvl:10}

      ,

      {id:"minecraft:flame", lvl:1}

      ]}},{},{},{},{}],Riding:{id:Silverfish, CustomName:"2F3", Attributes:[

      {Name:generic.maxHealth, Base:100}

      ] }}

      It doesn't work. (textures show enchanted bow but not effective)

      summon Skeleton ~ ~ ~ {CustomName:"2F3", Attributes:[

      {Name:generic.maxHealth, Base:50}

      ], Equipment:[{id:"minecraft:bow", tag:{ench:[

      {id:49,lvl:10}

      ,

      {id:50, lvl:1}

      ]}},{},{},{},{}],Riding:{id:Silverfish, CustomName:"2F3", Attributes:[

      {Name:generic.maxHealth, Base:100}

      ] }}

      It works.

      But I cannot use number code in 1.8 release!

            Unassigned Unassigned
            McDic McDic
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: