The Hard difficulty in Minecraft isn't hard enoughMaking SMP Minecraft more challengingIs there a way to change the difficulty setting of a saved Minecraft game?What's the point of leveling up in Minecraft?How does Food work in Minecraft?Do Mobs Recover their Health?Minecraft 1.8 Mob spawner isn't workingHow can I make players share damage using command blocks?Minecraft server local difficulty doesn’t changeWhat are the differences between Minecraft difficulties?(Java Minecraft 1.14.2) How to make a charged creeper do more damage without increasing explosion radius or summoning multiple?

When were "acrobatics" introduced at weddings?

Why did computer video outputs go from digital to analog, then back to digital?

What is the purpose of this "red room" in "Stranger Things"?

Are symplectomorphisms of Weil–Petersson symplectic form induced from surface diffeomorphisms?

Alternative methods for solving a system of one linear one non linear simultaneous equations

How to correct errors in proofs of an accepted paper

How to write a sincerely religious protagonist without preaching or affirming or judging their worldview?

Are glider winch launches rarer in the USA than in the rest of the world? Why?

What kind of world would drive brains to evolve high-throughput sensory?

How can the artificial womb be made affordable for the common people?

What Is the Meaning of "you has the wind of me"?

Invert Some Switches on a Switchboard

Bug in Lualatex: not printing characters from calculation

Is the statement "I/we am/are pressing charges" incorrect?

What is "ass door"?

What was the rationale behind 36 bit computer architectures?

ExactlyOne extension method

Why is DC so, so, so Democratic?

Impact of throwing away fruit waste on a peak > 3200 m above a glacier

Character Frequency in a String

what to say when a company asks you why someone (a friend) who was fired left?

Is there a way to factor age into the mass-luminosity relationship for stars?

The seven story archetypes. Are they truly all of them?

The 50,000 row query limit is not actually a "per APEX call" as widely believed



The Hard difficulty in Minecraft isn't hard enough


Making SMP Minecraft more challengingIs there a way to change the difficulty setting of a saved Minecraft game?What's the point of leveling up in Minecraft?How does Food work in Minecraft?Do Mobs Recover their Health?Minecraft 1.8 Mob spawner isn't workingHow can I make players share damage using command blocks?Minecraft server local difficulty doesn’t changeWhat are the differences between Minecraft difficulties?(Java Minecraft 1.14.2) How to make a charged creeper do more damage without increasing explosion radius or summoning multiple?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















And i want the mobs to be tankier ( more health points ) and hit harder ( do more damage ). How do i do that? Thanks for your attention.









share







New contributor



Luis Gustavo R. Farias is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • There's also "ultra hard core", where you only regenerate health through potions and golden apples, nothing else. And hardcore alone already adds a lot of challenge, because you have to be much more careful not to die if that means losing the world.

    – Fabian Röling
    6 mins ago

















0















And i want the mobs to be tankier ( more health points ) and hit harder ( do more damage ). How do i do that? Thanks for your attention.









share







New contributor



Luis Gustavo R. Farias is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • There's also "ultra hard core", where you only regenerate health through potions and golden apples, nothing else. And hardcore alone already adds a lot of challenge, because you have to be much more careful not to die if that means losing the world.

    – Fabian Röling
    6 mins ago













0












0








0








And i want the mobs to be tankier ( more health points ) and hit harder ( do more damage ). How do i do that? Thanks for your attention.









share







New contributor



Luis Gustavo R. Farias is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











And i want the mobs to be tankier ( more health points ) and hit harder ( do more damage ). How do i do that? Thanks for your attention.







minecraft





share







New contributor



Luis Gustavo R. Farias is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share







New contributor



Luis Gustavo R. Farias is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







share



share






New contributor



Luis Gustavo R. Farias is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 12 mins ago









Luis Gustavo R. FariasLuis Gustavo R. Farias

42 bronze badges




42 bronze badges




New contributor



Luis Gustavo R. Farias is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




Luis Gustavo R. Farias is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.














  • There's also "ultra hard core", where you only regenerate health through potions and golden apples, nothing else. And hardcore alone already adds a lot of challenge, because you have to be much more careful not to die if that means losing the world.

    – Fabian Röling
    6 mins ago

















  • There's also "ultra hard core", where you only regenerate health through potions and golden apples, nothing else. And hardcore alone already adds a lot of challenge, because you have to be much more careful not to die if that means losing the world.

    – Fabian Röling
    6 mins ago
















There's also "ultra hard core", where you only regenerate health through potions and golden apples, nothing else. And hardcore alone already adds a lot of challenge, because you have to be much more careful not to die if that means losing the world.

– Fabian Röling
6 mins ago





There's also "ultra hard core", where you only regenerate health through potions and golden apples, nothing else. And hardcore alone already adds a lot of challenge, because you have to be much more careful not to die if that means losing the world.

– Fabian Röling
6 mins ago










1 Answer
1






active

oldest

votes


















0














The easiest way is probably with status effects. Put a repeating command block chain down somewhere with these commands:



effect give @e[type=!player] strength 1 0 true
effect give @e[type=!player] resistance 1 0 true


You can increase the 0 to increase the effect. But note that with 4 or more as the value for the resistance effect amplifier, all mobs become invincible (except for void damage and commands).





share

























    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',
    autoActivateHeartbeat: false,
    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
    );



    );






    Luis Gustavo R. Farias is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f355028%2fthe-hard-difficulty-in-minecraft-isnt-hard-enough%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









    0














    The easiest way is probably with status effects. Put a repeating command block chain down somewhere with these commands:



    effect give @e[type=!player] strength 1 0 true
    effect give @e[type=!player] resistance 1 0 true


    You can increase the 0 to increase the effect. But note that with 4 or more as the value for the resistance effect amplifier, all mobs become invincible (except for void damage and commands).





    share



























      0














      The easiest way is probably with status effects. Put a repeating command block chain down somewhere with these commands:



      effect give @e[type=!player] strength 1 0 true
      effect give @e[type=!player] resistance 1 0 true


      You can increase the 0 to increase the effect. But note that with 4 or more as the value for the resistance effect amplifier, all mobs become invincible (except for void damage and commands).





      share

























        0












        0








        0







        The easiest way is probably with status effects. Put a repeating command block chain down somewhere with these commands:



        effect give @e[type=!player] strength 1 0 true
        effect give @e[type=!player] resistance 1 0 true


        You can increase the 0 to increase the effect. But note that with 4 or more as the value for the resistance effect amplifier, all mobs become invincible (except for void damage and commands).





        share













        The easiest way is probably with status effects. Put a repeating command block chain down somewhere with these commands:



        effect give @e[type=!player] strength 1 0 true
        effect give @e[type=!player] resistance 1 0 true


        You can increase the 0 to increase the effect. But note that with 4 or more as the value for the resistance effect amplifier, all mobs become invincible (except for void damage and commands).






        share











        share


        share










        answered 3 mins ago









        Fabian RölingFabian Röling

        10k3 gold badges16 silver badges47 bronze badges




        10k3 gold badges16 silver badges47 bronze badges




















            Luis Gustavo R. Farias is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            Luis Gustavo R. Farias is a new contributor. Be nice, and check out our Code of Conduct.












            Luis Gustavo R. Farias is a new contributor. Be nice, and check out our Code of Conduct.











            Luis Gustavo R. Farias is a new contributor. Be nice, and check out our Code of Conduct.














            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f355028%2fthe-hard-difficulty-in-minecraft-isnt-hard-enough%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

            ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

            Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

            19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу