has anyone noticed that the Minecraft fight logic is hitting someone without even touching them?
There is also a time-lag between the time you click to when your computer sends data to the minecraft server to hit, and also a time-lag of when someone else moves on the server to be sent to your computer.
ye
logic is not there in minecraft
https://minecraft.gamepedia.com/Logic_circuit There's a user here named Ultrilliam that has built complicated machinery using red-stone logic in minecraft. It's like electrical engineering. And I made something like this: https://www.falstad.com/circuit/e-7segdecoder.html
there is smoll logic in mine craft
@dude So pretend we have 2 red-stone wires named A and B. A can be on or off. B can be on or off. The AND gate looks like this: |dw:1568060129053:dw| C will only be 'on' if A and B are both on.
There are also OR gates: |dw:1568060219592:dw| C will only be 'on' if A or B is on.
Last but not least we have the NOT gate. |dw:1568060282654:dw| C will be 'on' if A is off. C will be 'off' if A is on.
With these you can create a SR-Flip Flop: http://4.bp.blogspot.com/-skWzmvczgpY/UAbTs5b5OJI/AAAAAAAAALk/IcAx3W4W3JQ/s1600/set.gif
uhhhh...you made me feel stupid XD
And you can use gates to do addition + subtraction: https://i.ytimg.com/vi/thkTzdnkL5U/maxresdefault.jpg
ye ye I've heard of slightly more complicated logic ones though XQR? XOR? (Not sure what exactly was its label)
And with addition + subtraction + memory, you can create counters: https://www.falstad.com/circuit/e-counter.html
XOR is just a fancy name for (A OR B) AND (NOT (A AND B) )
oh double negative
Let me just @Ultrilliam bloop
You can just look under the section "Combinational Logic" here: https://www.falstad.com/circuit/e-index.html#jkff and play around with the logic gates they made. It's all 1s and 0s so you also need to know how to convert binary into decimal to make sense of some of them.
Join our real-time social learning platform and learn together with your friends!