mojira.dev

London Summers

Assigned

No issues.

Reported

MC-91473 Depspensors don't place command blocks Duplicate MC-51495 Summoned mobs do not come with custom player heads Duplicate MC-49735 Command block summoing with special villager trade bug. Duplicate MC-49690 Villagers with blank or invalid items in their trades cause their chunk to fail to save Duplicate MC-48958 /blockdata gives a strange error when entering Items in a command block Invalid MC-48647 /kill @e problem when specified Duplicate MC-48629 /Clone command does not clone item frames Duplicate MC-48173 Endereyes unplaceable in adventure mode Fixed MC-48072 /summon ItemFrame only allows for 90 degree rotation Invalid MC-47902 Tellraw out put not clickable Duplicate MC-47753 CanDestroy:["beacon"] does not work Cannot Reproduce

Comments

Also included the command on screen.

Still a bug in w10a

Will this be fixed or is it just part of adventure mode?

This is not resolved! I placed a command block in a brand new world and ran this command

/summon Villager ~ ~-2 ~ {PersistenceRequired: 1,CustomName:Lever Game Champion,CustomNameVisible:1, Attributes:[{Name:generic.movementSpeed,Base:0}],Offers:{Recipes:[ {buy:{id:0},sell:{id:323,Count:1,tag:{display:{Name:Local Lever Game Champion,Lore:[Some day I will beat, the legendry Teep!]}}}}]}}

Relogged and the villager was gone!

Second DV please check this.

I have read the other bug reports and I believe that mine is slightly different... every report I have read talks about the chunk reverting. However, the only thing that does not save in my chunks is the out put of my command blocks, it seems that the commands are the only thing effected, is this a broken chunk or is something else going on?

I posted a duplicate of this (because I was specifically having problems with command block and didn't know it was a chunk error) This is on an adventure map I have been working on for ages, and the most recent bug fixes apparently caused all the chunks I have worked on to reload.... I am going to experiment with MCedit, but is there any thing I can do to save all of my bug fixes? If not I have a back up so that wont be a problem.... any help will be appreciated.

Please find the Development Console out put attached.

The correct command for the the above turns out to be:

blockdata ~ ~-2 ~ {Items:[{id:command_block,Count:1,Damage:0,tag:{BlockEntityTag:{Command:"/clone 1284 56 262 1285 58 264 ~-1 ~-2 ~-1"}}}]}

I went back and tried this.

The original command I was using:

/blockdata  ~ ~-2 ~ {Lock:"true",Items:[{id:command_block,Count:1,Damage:0,Command:"/clone 1284 56 262 1285 58 264 ~-1 ~-2 ~-1"}]}

Which is wrong but it does give the error above, and then any blockdata command will give the same error in that command block.

/give @a minecraft:ender_eye 1 0 {CanPlaceOn:["end_portal_frame"]}

I can see the outline of the end_portal_frame but I can't place the ender eye in the portal.

I also tried
/give @a minecraft:ender_eye 1 0 {CanDestroy:["end_portal_frame"]}

and that does not work either.

I figured out that when I copied the " changed and would not be accepted.