I am using 1.10.2 of Minecraft and when I do a /time set night time changes to night, but when I do the same in a command block, the output of the CB says that is set time to 13000, but it is set to day. When I do the opposite (time set day) in a command block, it says it set the time to 1000, but it turns to night
Comments 4
I just went back and tried it and it is still failing. Here is what I am doing....
Place an IMPULSE command block
for the command type "time set day"
activate the command block with a button
It turns to night when the command block activates.
Additional Details - superflat world, redstone ready. Peaceful.
Just for grins....I went back to 1.9.2 and tried this. When the command "time set day" is executed in the command block, the output is "[@: Set the time to 13000]"
This is NOT just with 1.10.x
gamerule doDayNightCycle false
OMG! I am terribly, terribly, sorry. I figured out the issue and it was me and I forgot to add an additional comment. I had 2 command blocks (not facing into each other) with time set commands - one for day, the other for night. If I activated the DAY one, it sent a redstone signal (I totally forgot about this happening) into the adjacent one causing it to fire. I thought that they were directional only, but this is not the case, they still emit RS signals when activated.
Please CLOSE this ticket.
Can't reproduce. It all works as it should.