All right I just made gravity 100 times stronger let’s see what happens all right so now let’s just look Around nice ah finally I have broken the Bedrock was it worth it absolutely Minecraft combat update was pretty controversial so I made my own and hopefully this will fulfill your needs that’s right oh I love this actually this is so fun this is the best combat update you could ask For and now you know what we need to do Um I think he doesn’t see me oh Okay and once again you know what we need to do now he just deleted them okay Okay wait let’s increase This yes yes okay let’s try this okay now this is definitely cursed okay let’s see what happens if I go into survival they can’t even chase me oh I know what we’re going to do we’re going to try this also let’s try this um okay Yes okay now this is the best thing I’ve done today oh man I’m kind of hungry let’s eat some rotten flesh it’s a nice food to have H I’m also low on health so maybe I eat this it’s not the best cuz it gives hunger effect but it restores life Pretty nicely speaking of of restoring life I also have this that is a very nice food to have I definitely can recommend this and also I don’t know why but I have the worst food in the game it’s like you you can’t get worse than that so um let’s just eat It yeah I shouldn’t have done that okay similarly to the weird food defs I also made some changes to potions so for this example the regeneration potion gives the poison effect which is the opposite strength potion will give you weakness and slowness potion for example will give you Speed now archery is very important part of the game what happened okay let me try again ow oh and there’s an arrow okay let’s try again ow I think I know what’s going on okay I’m going to try to outsmart this yep that’s what I thought okay so Now we’re going to go through tutorials on how to do these things I kept them as easy as possible it will be just copying and pasting okay before we start in every one of these methods we will use command block so I will show you how to Get it in the video description there will be sections find preparation and copy and paste the First Command or you can just type what you see now on the screen I also recommend typing another command this will make sure your chat isn’t spammed by the command blocks and Last thing the command blocks types if there’s an orange one then don’t touch these buttons If there’s a purple one press left button two times and right button one time and if you see a green one then press every single button once so for the stronger gravity you Want one purple command block and then two green on top now in the description find section stronger gravity and copy and paste first three commands in order as shown into command blocks and hit done also copy the for command into chat and then if can dig a two block deep Hole and fill it with red concrete specifically and then cover it with something that blends in I covered it with glass so we can see it and then as soon as we walk over this we’re going to be killed so yeah this whole gravity thing is a choke what actually kills you Is the area that you chosen for the breaking Bedrock effect all you need is one orange command block copy and past past the command from the description breaking Bedrock section of course then you want to look at the Bedrock that you want to break and then type set block Then space bar and click here so we can copy these coordinates and paste them here now we want to add some maximally delayed repeaters leading to this command block and then you want to choose a block that you want to power bar and once again look at it type set Block space bar then type redstone block click here copy the entire thing and when you’re ready grab your pickaxe go to survival past the command and you can just mine it for the new combat system just find this section in the description and copy and paste the command into a purple Command block and that’s it now this works on every mob and also this works with every item not just the netherite sword for the everything spins once again find the section in the video description and copy and paste the command into a purple command boook now I didn’t run the command yet so I’m going to do it now and yeah this is what happens and that’s actually it for the cursed food find the section in video description copy and paste the commands as shown in order and the item frames here represent the type of food These commands are managing so for the rotten flashh it just removes the hunger effect always the cooked pork chop is a bit more complicated basically how this works is Det T if you don’t have cooked pork shops if your inventory so if you have more than one and needed then Nothing will happen so we have to have one and this last one and then this will give you the hunger effect also then the mechanism resets so you can use it twice and also you cannot use this while using the rotten flesh one because the rotten flesh one removes hunger and this one Gives hunger so they don’t go well in pair so if you want to use the cooked pork chop you need to disable the rotten flesh one fer eyes are very simple this command just removes the poison effect and the other one just gives regeneration which is the opposite and For the enchanted golden apple well it just checks if you have fire resistance effect because the enchanted golden apple gives that effect you can choose actually resistance and then you can safely drink for for example Fire Resistance potion and also make sure to replace this with your nickname and also You can customize this death message and as we did in stronger gravity you should definitely type in this command for the potions exact same thing find the section in video description and copy and paste the commments in order as shown and this do the following so this one clears the Regeneration and Gives poison this clears strength and gives weakness and the last one clears slowness and gives speed you can of course customize this you can do for example Hast mining fatigue even though you can’t have these potions but you can customize it but also you can’t really do two at the same Time so you can have slowness into speed and at the same time speed into slowness is because these two will clear each other and that wouldn’t make any sense for the arrows that shoot yourself want to build this contraption so place a purple command block then leave two Block space then here will be redstone block so you can mark it I marked it with red wool then repeater facing right orange command blocks two repeaters facing right and delay them as much as possible and in the end purple command block find the last section the description copy and paste commands in Order and here you want to look at this marked block and type set block then space bar click here copy these Cords and paste them here and also here and in this command block there’s one exception leave the right button to needs Redstone now you want to press press F3 find South and you need to shoot in this South Direction and as you can see the arrow is teleporting behind You and that’s all I’ve got for today’s video I hope you enjoyed it and you can subscribe by the way now goodbye Video Information
This video, titled ‘Cursed Minecraft things YOU can do (part 2)!’, was uploaded by Mr_Candleshot on 2023-11-30 19:00:18. It has garnered 17 views and 0 likes. The duration of the video is 00:11:23 or 683 seconds.
Commands:
Preparation: /give @p minecraft:command_block /gamerule CommandBlockOutput false
Stronger gravity: /execute at @p run execute if block ~ ~-2 ~ minecraft:red_concrete run kill @p /tellraw @a “{Player name} fell from a high place” /setblock ~ ~-1 ~ minecraft:air /gamerule showDeathMessages false
Breaking bedrock: /setblock {X Y Z} minecraft:air destroy
New combat system: /execute at @e[type=item] run kill @e[type=!player, type=!item, distance=..2]
Everything spins: /execute as @e[type=!player] at @s run tp @s ~ ~ ~ ~20 ~
Cursed food: /effect clear @a minecraft:hunger /execute unless entity @p[nbt={Inventory:[{id:”minecraft:cooked_porkchop”}]}]/effect give @p minecraft:hunger 5 100 /setblock ~ ~-1 ~ minecraft:air /effect clear @a minecraft:poison /effect give @a minecraft:regeneration 30 /effect clear @a minecraft:fire_resistance /kill @a /tellraw @a “{Player name} ate Enchanted Golden Apple” /gamerule showDeathMessages false
Cursed potions: /effect clear @p minecraft:regeneration /effect give @p minecraft:poison 45 /effect clear @p minecraft:strength /effect give @p minecraft:weakness 180 /effect clear @p minecraft:slowness /effect give @p minecraft:speed 90
Arrows that shoot yourself /execute if entity @e[type=arrow, distance=..50] run setblock {X Y Z} minecraft:redstone_block /execute at @e[type=arrow] run tp @e[type=arrow] ~ ~ ~-10 /setblock {X Y Z} minecraft:air
Music used in the video: Drowned valley (0:00) Lupus Nocte – Titan (1:52) C418 – Aria Math (4:17) Mural Legends (9:26)
Timestamps: 00:00 Stronger gravity 00:13 Breaking bedrock 00:24 New combat system 01:30 Everything spins 02:36 Cursed food 03:26 Cursed potions 03:50 Archery 04:17 Tutorials intro 05:08 Stronger gravity tutorial 05:53 Breaking bedrock tutorial 07:01 New combat system tutorial 07:13 Everything spins tutorial 07:33 Cursed food tutorial 09:19 Cursed potions tutorial 10:03 Archery tutorial 11:15 Outro