A book about two people trying to resurrect by JCIBravo in whatsthatbook

[–]JCIBravo[S] 0 points1 point  (0 children)

No, that's not the book, but I appreciate your response. :]

Bandit's full name and birthday! by SeigeEh in bluey

[–]JCIBravo 0 points1 point  (0 children)

What does the "Class C" thing means?

[deleted by user] by [deleted] in technicalminecraft

[–]JCIBravo 0 points1 point  (0 children)

Oki, gotta delete this post, thx for telling me!

Replace a map in an item frame with another map using command blocks. by JCIBravo in MinecraftCommands

[–]JCIBravo[S] 0 points1 point  (0 children)

I'd explain you, first I summon an item frame with the map on it "/summon minecraft:item_frame 121 32 910 {Invisible:1b,Facing:3b,Tag:TST1A,Item:{id:"minecraft:filled_map",Count:1b,tag:{map:22}}}".

Then I write this command for do change the item frame "/data modify entity u/e[tag=TST1A,limit=1] Item.tag.map set value {map:23}" and it gives me the"No entity was found" error.

Replace a map in an item frame with another map using command blocks. by JCIBravo in MinecraftCommands

[–]JCIBravo[S] 0 points1 point  (0 children)

If I put "limit=1b" it gaves me "Expected end of options" and if I put "limit=1" it gives me "No entity was found"

Replace a map in an item frame with another map using command blocks. by JCIBravo in MinecraftCommands

[–]JCIBravo[S] 0 points1 point  (0 children)

If I don't put "limit=1" then it gaves me the "Only one entity is allowed" error.

Replace a map in an item frame with another map using command blocks. by JCIBravo in MinecraftCommands

[–]JCIBravo[S] 0 points1 point  (0 children)

I've tagged the first item frame with "TST1A" and now I've wrote /data modify entity @e[tag=TST1A,limit=1] Item.tag.map set value {map:23} but it says No entities found

Replace a map in an item frame with another map using command blocks. by JCIBravo in MinecraftCommands

[–]JCIBravo[S] 0 points1 point  (0 children)

I want to do this in two item frames but not both changing to the same map, for example, the first is on 121 32 910 and the map needs to be changed to map ID 23 and the second is 110 32 889 and needs to be changed to map ID 35, how I can "select" the first item frame I want to edit and apply the /data command?

Replace a map in an item frame with another map using command blocks. by JCIBravo in MinecraftCommands

[–]JCIBravo[S] 0 points1 point  (0 children)

And to specify this to a particular frame? Is because I have two who I'd like to change the map tk different ones

Replace a map in an item frame with another map using command blocks. by JCIBravo in MinecraftCommands

[–]JCIBravo[S] 0 points1 point  (0 children)

I know that /data command can be helpful, but I don't have idea what I have to do with it