Do Redstone circuits cause noticable lag?











up vote
-1
down vote

favorite












I have a Minecraft world that has a Redstone district. I put all my contraptions and farms with a lot of hopper lines, water streams, and a lot of Redstone circuits.



Does Redstone circuit (Redstone clock) cause lag? If so, is there a way to prevent lag?










share|improve this question
























  • It all depends on your computer and processing power. You are going to have to give more information about your computer.
    – Assafi Cohen-Arazi
    Oct 14 '17 at 19:52















up vote
-1
down vote

favorite












I have a Minecraft world that has a Redstone district. I put all my contraptions and farms with a lot of hopper lines, water streams, and a lot of Redstone circuits.



Does Redstone circuit (Redstone clock) cause lag? If so, is there a way to prevent lag?










share|improve this question
























  • It all depends on your computer and processing power. You are going to have to give more information about your computer.
    – Assafi Cohen-Arazi
    Oct 14 '17 at 19:52













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I have a Minecraft world that has a Redstone district. I put all my contraptions and farms with a lot of hopper lines, water streams, and a lot of Redstone circuits.



Does Redstone circuit (Redstone clock) cause lag? If so, is there a way to prevent lag?










share|improve this question















I have a Minecraft world that has a Redstone district. I put all my contraptions and farms with a lot of hopper lines, water streams, and a lot of Redstone circuits.



Does Redstone circuit (Redstone clock) cause lag? If so, is there a way to prevent lag?







minecraft minecraft-redstone






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 10 mins ago









Robotnik

27k40126222




27k40126222










asked Oct 14 '17 at 19:28









user198346

6




6












  • It all depends on your computer and processing power. You are going to have to give more information about your computer.
    – Assafi Cohen-Arazi
    Oct 14 '17 at 19:52


















  • It all depends on your computer and processing power. You are going to have to give more information about your computer.
    – Assafi Cohen-Arazi
    Oct 14 '17 at 19:52
















It all depends on your computer and processing power. You are going to have to give more information about your computer.
– Assafi Cohen-Arazi
Oct 14 '17 at 19:52




It all depends on your computer and processing power. You are going to have to give more information about your computer.
– Assafi Cohen-Arazi
Oct 14 '17 at 19:52










1 Answer
1






active

oldest

votes

















up vote
2
down vote













Yes, physical and redstone mechanisms always cause at least a bit of lag. The best you can do (if you don't want to overanalyse everything) is to avoid redstone dust as much as possible. When redstone dust turns off, especially long lines, it causes much lag.



Item frames also cause more lag than you might expect.



Light updates are also pretty laggy, so you should better build a ceiling above your contraptions, if you have moving parts. But be careful about mob spawning.



Entities are also a source of lag, especially if they are near each other. Try to make the area spawn-proof and don't keep animals near laggy areas.



The game is only loaded up to a certain distance from you, so if you don't need something to run all the time, build it far away, then it'll pause when you're not there and not cause any lag.



If you have no problem with modding, there is a mod called "Optifine" that optimises performance, but mainly client-side, meaning that your framerate gets better, but the server (what's handling redstone etc.) is mostly unchanged.



In general, any PC can only handle a certain amount of stuff at the same time. So if you get lag, you can try to optimise against it and if that doesn't help, you'll either have to live with the lag or get a better PC.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "41"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f319616%2fdo-redstone-circuits-cause-noticable-lag%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote













    Yes, physical and redstone mechanisms always cause at least a bit of lag. The best you can do (if you don't want to overanalyse everything) is to avoid redstone dust as much as possible. When redstone dust turns off, especially long lines, it causes much lag.



    Item frames also cause more lag than you might expect.



    Light updates are also pretty laggy, so you should better build a ceiling above your contraptions, if you have moving parts. But be careful about mob spawning.



    Entities are also a source of lag, especially if they are near each other. Try to make the area spawn-proof and don't keep animals near laggy areas.



    The game is only loaded up to a certain distance from you, so if you don't need something to run all the time, build it far away, then it'll pause when you're not there and not cause any lag.



    If you have no problem with modding, there is a mod called "Optifine" that optimises performance, but mainly client-side, meaning that your framerate gets better, but the server (what's handling redstone etc.) is mostly unchanged.



    In general, any PC can only handle a certain amount of stuff at the same time. So if you get lag, you can try to optimise against it and if that doesn't help, you'll either have to live with the lag or get a better PC.






    share|improve this answer

























      up vote
      2
      down vote













      Yes, physical and redstone mechanisms always cause at least a bit of lag. The best you can do (if you don't want to overanalyse everything) is to avoid redstone dust as much as possible. When redstone dust turns off, especially long lines, it causes much lag.



      Item frames also cause more lag than you might expect.



      Light updates are also pretty laggy, so you should better build a ceiling above your contraptions, if you have moving parts. But be careful about mob spawning.



      Entities are also a source of lag, especially if they are near each other. Try to make the area spawn-proof and don't keep animals near laggy areas.



      The game is only loaded up to a certain distance from you, so if you don't need something to run all the time, build it far away, then it'll pause when you're not there and not cause any lag.



      If you have no problem with modding, there is a mod called "Optifine" that optimises performance, but mainly client-side, meaning that your framerate gets better, but the server (what's handling redstone etc.) is mostly unchanged.



      In general, any PC can only handle a certain amount of stuff at the same time. So if you get lag, you can try to optimise against it and if that doesn't help, you'll either have to live with the lag or get a better PC.






      share|improve this answer























        up vote
        2
        down vote










        up vote
        2
        down vote









        Yes, physical and redstone mechanisms always cause at least a bit of lag. The best you can do (if you don't want to overanalyse everything) is to avoid redstone dust as much as possible. When redstone dust turns off, especially long lines, it causes much lag.



        Item frames also cause more lag than you might expect.



        Light updates are also pretty laggy, so you should better build a ceiling above your contraptions, if you have moving parts. But be careful about mob spawning.



        Entities are also a source of lag, especially if they are near each other. Try to make the area spawn-proof and don't keep animals near laggy areas.



        The game is only loaded up to a certain distance from you, so if you don't need something to run all the time, build it far away, then it'll pause when you're not there and not cause any lag.



        If you have no problem with modding, there is a mod called "Optifine" that optimises performance, but mainly client-side, meaning that your framerate gets better, but the server (what's handling redstone etc.) is mostly unchanged.



        In general, any PC can only handle a certain amount of stuff at the same time. So if you get lag, you can try to optimise against it and if that doesn't help, you'll either have to live with the lag or get a better PC.






        share|improve this answer












        Yes, physical and redstone mechanisms always cause at least a bit of lag. The best you can do (if you don't want to overanalyse everything) is to avoid redstone dust as much as possible. When redstone dust turns off, especially long lines, it causes much lag.



        Item frames also cause more lag than you might expect.



        Light updates are also pretty laggy, so you should better build a ceiling above your contraptions, if you have moving parts. But be careful about mob spawning.



        Entities are also a source of lag, especially if they are near each other. Try to make the area spawn-proof and don't keep animals near laggy areas.



        The game is only loaded up to a certain distance from you, so if you don't need something to run all the time, build it far away, then it'll pause when you're not there and not cause any lag.



        If you have no problem with modding, there is a mod called "Optifine" that optimises performance, but mainly client-side, meaning that your framerate gets better, but the server (what's handling redstone etc.) is mostly unchanged.



        In general, any PC can only handle a certain amount of stuff at the same time. So if you get lag, you can try to optimise against it and if that doesn't help, you'll either have to live with the lag or get a better PC.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 14 '17 at 20:19









        Fabian Röling

        5,02931235




        5,02931235






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Arqade!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f319616%2fdo-redstone-circuits-cause-noticable-lag%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Котор

            Потомский, Вадим Владимирович

            Бедствия войны