London Summers
- londonsummers
- londonsummers
- Asia/Shanghai
- Yes
- No
/summonitemfram only allows for 90 degree rotation/summon ItemFrame only allows for 90 degree rotation
No idea what is going on with this one.... I am using command blocks to summon villagers and then removing the command block. However, when I save and quit and relog the command block has reappeared (some times with command some times without.) and the villager is gone.
I assume that this is some sort of save crash bug that will be very hard to duplicate... however, I did not see another post for this so I figured I should say something. If it will help I can try to post screenshots, or I can create a debug log (If that is helpful). Please let me know if there is a way to force a save or if there is something wrong with my file. Every block placement I do is saved, but the summoned creatures are not.
Here is a sample of one of the many commands I am using.
/summon Villager ~ ~-2 ~ {Profession:5,PersistenceRequired: 1,CustomName:Cow Herd,CustomNameVisible:1,Attributes:[
{Name:generic.movementSpeed,Base:0}],Offers:{Recipes:[ {buy:
{id:0},sell:{id:323,Count:1,tag:{display:{Name:”Cow Herd”,Lore:[“You Heard of cows?”]}}}},{buy:
{id:371,Count:3},sell:{id:335,Count:1, tag:{display:{Name:"Bessy’s Milk"}}}}]}}
No idea what is going on with this one.... I am using command blocks to summon villagers and then removing the command block. However, when I save and quit and relog the command block has reappeared (some times with command some times without.) and the villager is gone.
I assume that this is some sort of save crash bug that will be very hard to duplicate... however, I did not see another post for this so I figured I should say something. If it will help I can try to post screenshots, or I can create a debug log (If that is helpful). Please let me know if there is a way to force a save or if there is something wrong with my file. Every block placement I do is saved, but the summoned creatures are not.
Here is a sample of one of the many commands I am using.
/summon Villager ~ ~-2 ~ {Profession:5,PersistenceRequired: 1,CustomName:Cow Herd,CustomNameVisible:1,Attributes:[{Name:generic.movementSpeed,Base:0}],Offers:{Recipes:[ {buy:{id:0},sell:{id:323,Count:1,tag:{display:{Name:”Cow Herd”,Lore:[“You Heard of cows?”]}}}},{buy:{id:371,Count:3},sell:{id:335,Count:1, tag:{display:{Name:"Bessy’s Milk"}}}}]}}














I figured out that when I copied the " changed and would not be accepted.
The problem is solved.
/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
{CanDestroy:["end_portal_frame"]}/give @a minecraft:ender_eye 1 0
and that does not work either.
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.
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"}}}]}still a bug in 08a
Please find the Development Console out put attached.
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.
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?
Second DV please check this.
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!
Still a bug in w10a
Will this be fixed or is it just part of adventure mode?
Still in 14w11b
Also included the command on screen.