Play World of Warships here: wo.ws/3MA6rsF Thank you World of Warships for sponsoring this video. During registration use the promo code WARSHIPS to receive a huge starter pack including a bunch of Doubloons, Credits, Premium Account time, and a ship! The promo code is only for new players who register for the first time on the Wargaming portal.
Negative thorns could make it into a pretty simple life steal minigame. Like bedwars but you get a little HP for every hit and this HP disappears when you die
If negative thorns was used in an anarchy server, it could be able to use as a permanent banning super weapon that instantly crashes peoples games after hitting them. Would be very powerful NGL.
The reason you were gaining health from falling without the boots was because the fall damage formula probably looks something like this: d(h)=(h-m)/a where d(h) is the damage taken after falling from h height, a is the absorption and m is the minimum number of blocks before actually taking damage, by removing the condition of h>m from the code you allow this formula to be used in cases where the output is negative, causing an increase in health.
@@thekoolkat-oe9vc the formula is Falling Damage =(x-3)÷2 don't be fooled by the x, just imagine the x as the amount of blocks you have fallen, so for example you have fallen 3 blocks, 3-3=0 zero can't be divided meaning you don't take Damage, now let's say you fall from 10 blocks, 10-3= 7, 7÷ 2 is just how many times can you fit 2 into seven, which is 3.5, so you will take 3.5 hearts of Damage, the point five is half a heart, now just before you jump, you can use this calculation to see how much damage you will take
I love the idea of negative sharpness 9 billion and negative thorns 9 billion, for instead of kill the person's character, you just outright CRASH them
Kind of makes me wonder, since he stills has them, even if he relogged, would he still be frozen? He's just locked out of that world or server forever lmao
So what happens is: Drop of 1 block = 0 damage (because the minimum drop height for fall damage overrides any amount of negative Feather Falling) Drop of 3 or more blocks = DEATH
In a map this could have huge potential to do something like curses or new items, like The Traitors Blade: You will make more damage but you will be always stabbed from behind (sharpness 2, knowback -2) Helmet of Rage: You will make your enemies tremble with fear but at the cost that everything hurts more (grants speed II and strength II effects but has protection -3) sounds pretty cool lol
I discovered this some time ago while tinkering with Apoli and Origins (the mod): If you give a player or a mob negative Damage Over Time values, they gain absorption health like in this video. It doesn't have a time limit and it's not tied to any effects, also just like in this. Pretty sure this just means that's how negative damage works overall. Honestly it makes sense - you temporarily lose health when you get hit and you get temporary health when you get negative-hit. Cool stuff
I think the reason it works like this is, when damage is applied to a player, the game first tries to remove temporary hearts before it removes actual hearts. Consequently, negative damage will always affect temporary hearts because they are affected first.
I believe why you gain the absorption hearts and not regular ones is because your “base” hp is still 20, and you cant heal back absorption, unlike if you got the “Health Boost” effect, which would increase the “base hp” because you can heal that back.
@Wow Poubelle Uh, my guy, this is in Bedrock version. Java hasn’t been updated in nearly 4 years so it doesn’t have the code that Bedrock does to allow negative enchantments. Though Java is more open source, it is severely lacking in content and technical advancements that Bedrock has. Regardless how people feel about Bedrock and Java, times have changed to where Bedrock is the more advanced form of Minecraft and Java being outdated.
@@wowpoubelle He removed the limitations that blocked negative enchantments, and considering we've already see you can do the same with potion effects, it makes sense for that to work with enchantments too-
3:31 in bedrock I bugged it so I did that.. so basically I got an iron golem to chase me then switched game mode to peaceful (I was on bedrock) it still attacked but gave me absorption hearts Edit: 69 likes nice
I feel like this would work well for rpg servers, cuz you could have strong healers by giving absorption hearts by hitting them or them hitting you, depending on the enchantment. Also for bosses you need a specific attack to not trigger his healing chest plate
I wonder what happens with bow or trident enchantments or fortune in the negatives. There are so many more enchantments and I would really appreciate to see them.
If you think about it, the negative sharpness is the most op if it's a very low number, (aka high number with negative sign), because it just makes you unable to join the world
Before I watch the video, here is some ideas that would realy fit in the game Desert Foots/nether Foots- water disapear under you if you have it in your boots Quicksand - If you step on sand or red sand you will get the same result as the new snow (also for boots) Curse of magnet - All arrows, tridents, etc have a 100% chance hit you broken blades - Sword damage less than normaly curse of price - basically you can not enchant the item anymore Illusions - You will see mobs that are not there (for helmet) (potentially usefull) Curse of dimensions - There will spawn mobs that only can spawn if this enchant is on your helmet (would work more if it was an effect but) curse of fruitless - when you about to harvest the crop it would have a 75% chance give nothing (automatic farms would outplay it) Curse of stink - Friendly or neutral mobs would go away from you but agressive mobs would know about you in their view zone even if they can not see you Curse of rude - Both friendly and agressive mobs would damage you Curse of fall - bigger fall damage for less height (surely for boots) Curse of havieness - you can not jump (both leggins and boots) ALSO you could not swim Curse of direction - up is down, forward is backward, left is right way Curse of big foots (not the best name) it would brake blocks under you as fast as your hand would do Curse of look - if you look at a mob it will get damaged (not working for agressive mobs) Curse of broke - Items and armores in your inventory that can broke will broke slowly either yuo use it or not Well i think that was all i can make up now.
Fire aspect, no. Frost walker, no. Mending, yes. If you'd like, I'm planning to explain this in a video, so feel free to check in about a week on my channel.
that hitting sword gives absorbtion would be a cool mechanic for servers with RPG theme where healer actually hit party member with a sword or aim with a bow to heal
Bro thorns -1b is op asf. "BEHOLD MY NETHERITE AXE WITH SHARPNESS V" "But i have full diamond armor with thorns" "LIKE THAT'S GONNA STOP ME!! TAKE THIS!!" [gets overcharged with life and the body proceeds to not work anymore] "Yeah that's thorns -1b, i forgot to mention"
I think the reason that negative damage gives absortion is that Minecraft calculated the absortion first and subtract the damage from that, then noticed that the absortion is "still" positive so it set the absortion to that amount.
You should have tried out quick charge, or either of the speed enchants(soul speed or swift sneak). I would have loved to see the crossbow take like 30 seconds to charge lol.
The default value for quick charge is 0, and changes by enchantment. If the enchantment changes the value of 4 and up or -1 and down, the value is set to the negative 32 bit integer limit (At least that’s what I think)
1:34 math explanation ok if you are in middle school you may know that + + +=+ and - + += - and for last - + -= + so if xelement put -90 and -100 it would got the positive result (190) but probably what xelement was expecting probably was -10 but no The explanation is free but if you what to give me a like is ok (NOT BEGGING)
Not gonne lie Negative Knockback would make so much sense for a Combo Bow where you hit the enemy, drag them towards you and hit them with the sword (albeit that's the same thing the fishing does but at greater distance), it would be could to see some servers use this in some way Even negative Thorns armour could be cool in like a game where you defeat Hordes of monsters, and there's this Bonus enemy with Negative Thorns that is used to heal you
Play World of Warships here: wo.ws/3MA6rsF
Thank you World of Warships for sponsoring this video.
During registration use the promo code WARSHIPS to receive a huge starter pack including a bunch of Doubloons, Credits, Premium Account time, and a ship!
The promo code is only for new players who register for the first time on the Wargaming portal.
why no one comment this
this is your first video wich sponsores a game
how do you do this enchant 1000000 level? pls tell me
wanna try negative potion effects, i kinda wanna see negative 100 levitation
I hate how WOWS only gives new players suff in the sponsor vids
Negative thorns could make it into a pretty simple life steal minigame. Like bedwars but you get a little HP for every hit and this HP disappears when you die
Yes...
A GD ball with arms and legs looks cursed
Nah, A GD robot with arms
Shut up you two it's awesome and cute
If negative thorns was used in an anarchy server, it could be able to use as a permanent banning super weapon that instantly crashes peoples games after hitting them. Would be very powerful NGL.
The reason you were gaining health from falling without the boots was because the fall damage formula probably looks something like this: d(h)=(h-m)/a where d(h) is the damage taken after falling from h height, a is the absorption and m is the minimum number of blocks before actually taking damage, by removing the condition of h>m from the code you allow this formula to be used in cases where the output is negative, causing an increase in health.
How use letter in math pls explain
@@thekoolkat-oe9vc the formula is Falling Damage =(x-3)÷2 don't be fooled by the x, just imagine the x as the amount of blocks you have fallen, so for example you have fallen 3 blocks, 3-3=0 zero can't be divided meaning you don't take Damage, now let's say you fall from 10 blocks, 10-3= 7, 7÷ 2 is just how many times can you fit 2 into seven, which is 3.5, so you will take 3.5 hearts of Damage, the point five is half a heart, now just before you jump, you can use this calculation to see how much damage you will take
u just ruined the whole thing for me
he knew that ;-;
Uhmmmmm😅😅
I love the idea of negative sharpness 9 billion and negative thorns 9 billion, for instead of kill the person's character, you just outright CRASH them
You kill them in a different sense I suppose.
A weapon that straight up erases you from existence sounds horrifying
it heals so mutch, that the target bascily spontaniusly explodes from the overheal
"You dare punch me in my sick new armor? Begone with you!"
Kind of makes me wonder, since he stills has them, even if he relogged, would he still be frozen? He's just locked out of that world or server forever lmao
enchanting would be so interesting if there was a chance for a negative enchantment, like protection V but you also have negative feather falling
Imagine getting sharpness 4 but also looting -3 💀
Why the negative feather falling didn't work is that to take any fall damage you need to fall at least three blocks
Edit: 1.4K LIKES!?!?!?
Did you watch the video ?
@@the_Pink_french_dude yes. I posted this before he changed the code to always deal fall damage
@@Mr._Leaf grammar
So what happens is:
Drop of 1 block = 0 damage (because the minimum drop height for fall damage overrides any amount of negative Feather Falling)
Drop of 3 or more blocks = DEATH
@@simarkarmani4034 yes I am pretty sure that's how it works. If that is not the case i don't know what it is
In a map this could have huge potential to do something like curses or new items, like
The Traitors Blade: You will make more damage but you will be always stabbed from behind (sharpness 2, knowback -2)
Helmet of Rage: You will make your enemies tremble with fear but at the cost that everything hurts more (grants speed II and strength II effects but has protection -3)
sounds pretty cool lol
Wait you can enchant armors with potion effects?
@@lodgedog4419 with mods / plugins, yes, or maybe even commands
@@lodgedog4419 i have made datapacks that have custom versions of armors that grant potion effects, so yes
@@lodgedog4419 The turtle shell gives you a potion effect, I think!
That idea is pretty cool! I gonna steal it (clash royal hehehehaw)
6:20
that feeling when u let ur toddler play with lego around ur bed and just woke up and get out of bed and just stepped on it
I wouldn't let a toddler play in my room at all. They're germy.
I discovered this some time ago while tinkering with Apoli and Origins (the mod):
If you give a player or a mob negative Damage Over Time values, they gain absorption health like in this video. It doesn't have a time limit and it's not tied to any effects, also just like in this. Pretty sure this just means that's how negative damage works overall. Honestly it makes sense - you temporarily lose health when you get hit and you get temporary health when you get negative-hit. Cool stuff
I think the reason it works like this is, when damage is applied to a player, the game first tries to remove temporary hearts before it removes actual hearts.
Consequently, negative damage will always affect temporary hearts because they are affected first.
5:44 it won’t kick in until you hid the fall distance to trigger fall damage
That’s what the new safe fall distance attribute does.
I believe why you gain the absorption hearts and not regular ones is because your “base” hp is still 20, and you cant heal back absorption, unlike if you got the “Health Boost” effect, which would increase the “base hp” because you can heal that back.
He gains absorption hearts because the video is fake, negative enchantments literally can't work in java
@Wow Poubelle Uh, my guy, this is in Bedrock version. Java hasn’t been updated in nearly 4 years so it doesn’t have the code that Bedrock does to allow negative enchantments. Though Java is more open source, it is severely lacking in content and technical advancements that Bedrock has. Regardless how people feel about Bedrock and Java, times have changed to where Bedrock is the more advanced form of Minecraft and Java being outdated.
@@wowpoubelle He removed the limitations that blocked negative enchantments, and considering we've already see you can do the same with potion effects, it makes sense for that to work with enchantments too-
@@wowpoubelle Shut up anyways. Go to make own fake video then.
@@wowpoubelle Fake pfp like dream speedrun fake.
Hmm yes I love healing my teammates with -100 sharpness
I'm glad that after your drop-in channel views, you are back at it stronger than ever!
nice sam hogan pfp lol
I think the increase in production quality increases retention and views so yea
So Feather Falling would basically be Anvil Falling...
1:33 knockfront
GET OVER HERE
@@Psi_Fan123i know the reference
@@AssassinForPeace :D
Man I love dripstone caves they ad so much more to the game play.
Dripstone Cave gameplay: 5:49
If you have feather falling -9999 and thorns 9999, will the world crumble?
That’s interesting
I’d honestly love a Life-Steal enchantment (like negative-thorns) where you heal when dealing damage!
majrus enchantments : hey! i'm here with the live steal enchantment for the sword!
tinkers construct necrotic multiplier for realsies :3
3:31 in bedrock I bugged it so I did that.. so basically I got an iron golem to chase me then switched game mode to peaceful (I was on bedrock) it still attacked but gave me absorption hearts
Edit: 69 likes nice
was it on bedrock?
@@misstati2308 dude...
@@misstati2308 Are u dumb he said it was in bedrock💀
@@misstati2308 Hmmm idk the comment *clearly* has no indication that it was on bedrock.
@@misstati2308 guy,,,
That’s good that you’ve been able to get a sponsor your channel is really growing. Great job EX.
Negative Soul Speed 💀
Bro u tryna destroy the world or smth?
Nah, id win
It would make you slow probably
@@nnoxie.a nah bc soul speed 0 is normal speed so I think negative would slow you down
@@nnoxie.a lol there’s probably an edge case for that
I feel like this would work well for rpg servers, cuz you could have strong healers by giving absorption hearts by hitting them or them hitting you, depending on the enchantment.
Also for bosses you need a specific attack to not trigger his healing chest plate
I wonder what happens with bow or trident enchantments or fortune in the negatives. There are so many more enchantments and I would really appreciate to see them.
Negative loyalty: the trident keeps moving away as you get closer (This is a joke, I would like to see a video of that as well.)
Negative infinity maybe would waste many arrows per one shot? Power same as sharpness. Mending maybe use xp to destroy tools
If you think about it, the negative sharpness is the most op if it's a very low number, (aka high number with negative sign), because it just makes you unable to join the world
Minecraft should add code where if it sees it tried to render a lot of hearts, it should compress it down and shows a visual number of health.
Element X: “How would negative enchantments ACTUALLY WORK!?”
Curse of Binding/Curse of Vanishing: “Am I a joke to you?”
Before I watch the video, here is some ideas that would realy fit in the game
Desert Foots/nether Foots- water disapear under you if you have it in your boots
Quicksand - If you step on sand or red sand you will get the same result as the new snow (also for boots)
Curse of magnet - All arrows, tridents, etc have a 100% chance hit you
broken blades - Sword damage less than normaly
curse of price - basically you can not enchant the item anymore
Illusions - You will see mobs that are not there (for helmet)
(potentially usefull) Curse of dimensions - There will spawn mobs that only can spawn if this enchant is on your helmet
(would work more if it was an effect but) curse of fruitless - when you about to harvest the crop it would have a 75% chance give nothing (automatic farms would outplay it)
Curse of stink - Friendly or neutral mobs would go away from you but agressive mobs would know about you in their view zone even if they can not see you
Curse of rude - Both friendly and agressive mobs would damage you
Curse of fall - bigger fall damage for less height (surely for boots)
Curse of havieness - you can not jump (both leggins and boots) ALSO you could not swim
Curse of direction - up is down, forward is backward, left is right way
Curse of big foots (not the best name) it would brake blocks under you as fast as your hand would do
Curse of look - if you look at a mob it will get damaged (not working for agressive mobs)
Curse of broke - Items and armores in your inventory that can broke will broke slowly either yuo use it or not
Well i think that was all i can make up now.
Is anyone else having a day where they feel like their brain has sharpness-10, or is that just me?
Wait isn't it normal to have -10 sharpness brain all the time?
@@diegovankeersbilck8828 Smooth brain ;)
1:25 "imaginary technique: hollow knockback"
negative enchantments would be really good curses. we don't have enough of those
Not if you can crash the other person's game
3:00 if you wana skip the sponsor
W
Huge W
w
W
Erm actually its 2:58
the sword with -4000 sharpness could be used for a minigame and that sword would be to heal your teammates
Would be interesting a negative punch bow that actually atracts people, like a fishroot but actually better.
1:11 knockback literally means this, the literal meaning
Knock back = knock the enemy back from you?
Brings a whole new meaning to " I AM DOING SO LITTLE DAMAGE ITS HEALING THEM"
Just imagine how op negative knockback would be in pvp
Can you try feather falling negative infinity? I think you could just basically can't jump or climb up stairs anymore
4:37 Imagine your teammate says "hey hit me for free infinite hp"
And you think its fake but, its actually true because of the help of negative thorns
Xddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
The end of the ad 2:59
Thanks bro
@@sambuko1003 you are welcome
The sprint-hopping whilst taking fall damage is so funny 😂
Bro has knockfoward 💀
😂
😐
😂🤣😯😮😲🫨🧟♂️💀
It’s knockward
😂
Make knockback - so knockback - makes the player go to you when you hit them and it can be useful for making them follow you when they are afk
PLZ do this in Minecraft: negative level potion effects
Yess that would be so cool
"No, NO ITS TO MUCH POWER (*[computer] explodes*)"
-kongfu panda 3
Can you make a video with all the enchant effects as negative, it would be funny so see the other enchantments
25hits with negative sharpness: TACTICAL EXPLODING PC INCOMING!!!!
"The Fact That Stole Other Idea Angered Me" 💀
i can't imagine trolling your friend with curse of binding, mending, and negative feather falling boots
0:17 the real skin of element X in the back
The negative enchants can be use as “50 man hunt me, but I get hp by jumping and getting hit”
people : wow negative and positıve enc in the same time
FBI : 9 missed calls
I wonder what happens if you enchant a negative level to frost walker
Water probably will disappear instead of turn too ice
@@mr-steam5744 no it just doesnt work
What if it turned the water into magma blocks lol
@@Redjd2098 someone tested this already it just doesnt work
@@AcePlayzRBLX I was just saying that it would be cool if it did
Now its time for: negative curse of binding!
how about negative mending
is negative fire aspect still burn target?
or negative frost walker will turn ice into water?
Fire aspect, no. Frost walker, no. Mending, yes. If you'd like, I'm planning to explain this in a video, so feel free to check in about a week on my channel.
Imagine making a sword and having -10000 sharpness or something and naming it : IBrokeYourComputer
0:32 I call that the Fus Ro Dah...
Note to self: In Minecraft Hardcore, make sure to drop a modded in -sharpness sword to have a zombie hit you with, lol
Sharpness kill u but negative sharpness crash ur game
that hitting sword gives absorbtion would be a cool mechanic for servers with RPG theme
where healer actually hit party member with a sword or aim with a bow to heal
3:54 How the springlock suit was created
I was waiting for this comment
@@Plantiks Why thank you :)
@@Plantiks And I wanted to say this because he gets killed by touching something lol 😆
@@nikolanikoloski1 especially water
(Banan is my alt btw)
Exactly
Element X:"How do you spawn in this hole?"
dude, literally everyone spawn from a hole 💀
Bro thorns -1b is op asf.
"BEHOLD MY NETHERITE AXE WITH SHARPNESS V"
"But i have full diamond armor with thorns"
"LIKE THAT'S GONNA STOP ME!! TAKE THIS!!"
[gets overcharged with life and the body proceeds to not work anymore]
"Yeah that's thorns -1b, i forgot to mention"
But that Axe had -1b Sharpness
Who let bro cook
Imagine if there was a PvP kit with the bloody ‘GET OVER HERE!’ swords.
Bro just plugged a sponsor like 4 times in the span of less than 9 minutes. Sheeeesh
Bro has to pay bills leave him alone
@hunter still a little annoying, tho
8:03-8:07 akin to having too many entities. Mojang could’ve add a render limit and keeping the actual amount of 80,000 HP
hmm yes. I do love this World of Warship video
7:05 "negative nananananana" 💀
8:22 feels like a ban sword and a ban armor
In bedrock you could do that, jump boost negative insta kills you when you go down one block
6:11 he’s gaining health
"It's lag I swear"
Negative sharpness giving extra hearts is an amazing concept for a rpg game like a healer class or something and it doesnt need coding.
5:58 Is this Asian difficulty?
i still think its funny how this is the first commentary video of his that ive seen despite watching him for years
1:55 sponsor begins
2:58 sponsor ends
You don't have to struggle with fast forwarding
Hmm yes nice video, do potions effects next
6:28 you tripped thats the problem
You’ve grown your channel so much) I was there quite early
4:08 one punch man reference
2:07, wish granted 💀
7:20 best part
8:58 best part
Hey! I was just wondering how do you find the minecraft source code and modify it (at least that's what i think you're doing)?
minecraft is packaged by jar and jar contains java classes. he probably decompiled them, made changes and recompiled to class again and made it a jar.
Terrible PvP idea:
Attack players with -9999999 Sharpness sword, defeating them by defeating their computer.
Smort
perfect timing i just got a world of Warships add and you sponsoring it whoa
We can use sword sharpness -9999 for kicking user from server useful
How the hell that your voice is sooooo clear now. Its like 2 years ago since I last watched your vids
Damn danial:
4:58
Wait this is really my dream from yesterday or more
I think the reason that negative damage gives absortion is that Minecraft calculated the absortion first and subtract the damage from that, then noticed that the absortion is "still" positive so it set the absortion to that amount.
bro what if you were a moderator on a Minecraft server and all the moderators get this cursed sword so they can kick out hackers and griefers
Ban hammer or I guess ban sword
Yea good idea Mario
You should have tried out quick charge, or either of the speed enchants(soul speed or swift sneak). I would have loved to see the crossbow take like 30 seconds to charge lol.
The default value for quick charge is 0, and changes by enchantment. If the enchantment changes the value of 4 and up or -1 and down, the value is set to the negative 32 bit integer limit (At least that’s what I think)
6:50 this is a ban sword
Tbh negative enchantments would be sick!! It can be used in mini-games to make different buffs and weaknesses to armor!!
Pull from sb: 1:12
So real
@OkoroBlox5493 i agree with urself too xd
@@ПростоЛекс lol
Imagine u have negative knockback 10 in a pvp not letting the enemy get away instead pulling them toward them 😂😂😂
0:42 FIRE IN THE HOLE!!!
This could be fun. Healing with bow shots, cursed items with mixed effects (for example, high defense, but healing the enemy)
2:54 where sponsorship ends
Thanks
1:34 math explanation ok if you are in middle school you may know that + + +=+ and - + += - and for last - + -= + so if xelement put -90 and -100 it would got the positive result (190) but probably what xelement was expecting probably was -10 but no
The explanation is free but if you what to give me a like is ok
(NOT BEGGING)
Not gonne lie Negative Knockback would make so much sense for a Combo Bow where you hit the enemy, drag them towards you and hit them with the sword (albeit that's the same thing the fishing does but at greater distance), it would be could to see some servers use this in some way
Even negative Thorns armour could be cool in like a game where you defeat Hordes of monsters, and there's this Bonus enemy with Negative Thorns that is used to heal you
Za hando
Why did you have to fake it?
Edit: yes, its fake
-sharpness is like a ban hammer whenever you hit someone they crash