The command block doesn`t want to change the Block Tipe!
I cant finish my minecraft map because the command block isnt changing from Impulse or doesnt show anything...So please resolve this bug!
Comments 9
Always Active is the opposite setting from Needs Redstone. That wasn't what I was talking about. I meant, does your circuit try to cause the block to execute its command between the time you open its UI and the time you close it? If so, your edits will be lost.
Try editing a command block that's isolated from any circuit. If it saves changes, that's your problem.
The command block was The single from a 22 plate of dirt...and no redstone...The block tipe doesn`t want to change!
I have no idea what a "single from a 22 plate of dirt" could mean.
Another thing that could be causing the block to execute while you're trying to edit it is if it's a repeating command block with a short (<200 or so) Delay in Ticks. In such cases, you might have to break and replace the block since you can't edit it between executions.
Can you give us screenshots of the command block in-circuit, and also of its open UI?
@unknown - Please remember to adhere to our guidelines, which includes limited comments to new and relevant information about the bug only, and please be respectful towards others.
Please make sure that comments are related to reported bug and written respectfully towards other players and development team. Offtopic, arguments and insults will be removed and author will be banned.
This is a bug tracker and not a forum for discussion or feedback.
Thank you for your report!
However, this issue has been temporarily resolved as Awaiting Response
Is this still an issue in the latest version?
If it is, please be sure to include steps to reproduce the problem:
Steps to Reproduce:
1.
2.
3.Observed Results:
(Briefly describe what happens)Expected Results:
(Briefly describe what should happen)
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
What I think is happening is that they're trying to change the type of the command block and it's not changing. I think what "22 plate of dirt" means is a platform made of 22 dirt blocks with some command blocks on it or 22 command blocks on some dirt. In that case, "no redstone" makes sense because they're all chain command blocks, and the issue Mogos is having is that one of the command blocks isn't changing from Impulse to Chain. If so, try to pick block a chain command block and place it down where you need it.
Are you trying to edit the command block while it's active? That can't be done, because usually you change is (or may be) saved, but on the next tick the internal copy used to perform the command is saved over the top of it, reverting your edits. To solve this problem, make sure that the block is not being powered (if Needs Redstone is on) or activated by chaining from another command block.