Still in 14w11b
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.
still a bug in 08a
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.
The problem is solved.
I figured out that when I copied the " changed and would not be accepted.
Also included the command on screen.