How to Add Custom Death Messages - Minecraft 1.20.4

  Рет қаралды 4,915

Conure

Conure

Күн бұрын

Пікірлер
@samstrange7958
@samstrange7958 9 ай бұрын
I was with my head in my hands with the /reload problem. I would have probably resorted to restarting eventually but I was stubbornly trying to find formatting issues for a while lmao. Thanks for this!
@danielrhouck
@danielrhouck 9 ай бұрын
7:51 *THANK YOU!* I had been working on this for ages after trying to get this working from the wiki and not finding anything.
@samutheoneandonly3876
@samutheoneandonly3876 9 ай бұрын
Dude. I have been wanting to make custom damage types for ages but I could never get it to work! You helped me out so much man! Thank youuu! Wanna see what I made with your tutorial?
@conure512
@conure512 8 ай бұрын
That's great! And sure I'd love to :)
@l9m241
@l9m241 5 ай бұрын
I remember messing around with modding minecraft, and was wanting to add a custom damage type to a liquid. I decided to check how damage sources worked and it's similar to what you've shown. And funny enough, when I did this for my little mod. The next week Mojang added the damage command to the next minecraft version and I was chuckling since the process was the exact same. Even down to the language file.
@codemob
@codemob 10 ай бұрын
This could lead to some chaos on hermitcraft
@plasmarob741
@plasmarob741 10 ай бұрын
Or anywhere.
@themessymeerkatyah
@themessymeerkatyah 10 ай бұрын
fr
@RavenRavel
@RavenRavel 10 ай бұрын
We can finally die from dysentery in Minecraft!
@berkle
@berkle 10 ай бұрын
That's been in the game!
@RavenRavel
@RavenRavel 10 ай бұрын
How does one...? I'm sure there's a mod for that.
@conure512
@conure512 10 ай бұрын
No water = heatstroke, unclean water = dysentery... *evil laughter*
@Painstillplays
@Painstillplays 10 ай бұрын
This is gonna be fun to mess with 🤣
@conure512
@conure512 10 ай бұрын
This will be put to use on Eons soon and I guarantee people will hate me for it
@Painstillplays
@Painstillplays 10 ай бұрын
@@conure512I will love you for it XD
@themissinglink2481
@themissinglink2481 10 ай бұрын
@@conure512 Could you also make custom mobs using the current existing mobs and have attribute scale and any other attributes and custom resoursepack and sounds for those mobs?
@themissinglink2481
@themissinglink2481 10 ай бұрын
@@conure512 And maybe custom food, plants and crops using the current items but have custom textures and saturation levels if its possible?
@Run2Seeun
@Run2Seeun 5 ай бұрын
After testing, I can say that death message translation doesn't have to be in the "minecraft" namespace. As long as the translation key is correct, the death message will work in any language file.
@tigg1000
@tigg1000 4 ай бұрын
I'm currently making a fantasy rp server, you sir are being added to the spawns wall of credits. Thank you
@Dominator_mc
@Dominator_mc 8 ай бұрын
What I want to know is how to make that lil black hole particle thing with the end chest particle but on bedrock edition
@As1anCr4ck3r
@As1anCr4ck3r 2 ай бұрын
How can I edit existing death messages? Im making a splatoon datapack thing and I want to replace the player attack (swords, bows,etc) with "%1$s was Splatted using (Insert Pre-Written weapon name)". Like say a person used a sword it would say "%1$s was Splatted using Splat-Roller" and if a player died from a bow shot it would be "%1$s was Splatted using Splat-Charger". How would it be formatted in the resource pack? Edit: Is it also possible to add color to the text in the death message?
@K1d3r1
@K1d3r1 2 ай бұрын
can you make it that it executes /damage command using /execute as @a at @s?
@Tamrak_
@Tamrak_ 3 ай бұрын
Just followed your setup and i'm taking heaps of knockback when using the custom damage type, any idea why?
@FimeArt
@FimeArt 10 ай бұрын
hello! it would be interesting to know how to add a custom merchant to the village to the datapack and add datapack items to his trades
@conure512
@conure512 10 ай бұрын
That's a great idea! I'll add it to my list of video topics :) (It's actually a bit complicated and typing it out in a comment wouldn't be super clear imo)
@berkle
@berkle 10 ай бұрын
I found this helpful!
@PrimevalPotato
@PrimevalPotato 10 ай бұрын
Isn’t when an object enters the gravitational pull of a black hole, it’s spaghettified before being folded?
@conure512
@conure512 10 ай бұрын
Yes, but if it's small enough and you approach it with your torso first (like I did in this video), the spaghettification will stretch your torso away from your head and feet, which has the effect of folding you backward :)
@arcticpandapro3749
@arcticpandapro3749 8 ай бұрын
How come en_us works but not en_gb
@guc1o149
@guc1o149 10 ай бұрын
Hi can you tell me how to make custom drop from a spider that is tagged as for example BossSpider? I want to make common spiders have standard drop but the one that is tagged as a BossSpider should drop an golden apple
@conure512
@conure512 10 ай бұрын
Sure! Create a custom loot table containing the golden apple, and then summon the spider with {DeathLootTable:"your_loot_table_name_here"}.
@guc1o149
@guc1o149 10 ай бұрын
That exactly how I did that, but thanks for responding@@conure512
@KittenKatja
@KittenKatja 10 ай бұрын
The placeholders %1$s and %2$s are useless. They can be shortened to %s, because they specify the position in the "with" array and only get used, when the values get put in another order. Something like this [{"text":"","color":"light_purple"},{"text":"X","obfuscate":true},{"text":" God Weapon "},{"text":"X","obfuscated":true}] Is shortened to {"translate":"%1$s God Weapon %1$s","color":"light_purple","with":[{"text":"X","obfuscated":true}]}
@conure512
@conure512 10 ай бұрын
Sure, but if you get in the habit of using the %1$s format, you can more easily switch their order around if you want to! Also, this is the way vanilla does it (I checked the default resource pack files), and I tend to stick to convention whenever I can :)
@KittenKatja
@KittenKatja 10 ай бұрын
@@conure512 %1$s is used 95 times, while %s is used 815 times. The amount of times the order was different: 1, in "translation test complex" I believe these placeholders are included to the death messages to make those that translate Minecraft into other languages to have an easier way to understand how to change the order.
@conure512
@conure512 9 ай бұрын
@@KittenKatja Ah interesting! Yeah that's a good point with translation, I suppose it would especially be helpful in languages that have a significantly different grammar structure.
@K1d3r1
@K1d3r1 2 ай бұрын
i doesnt work
@EvsGamer
@EvsGamer 9 ай бұрын
im aware your title says 1.20.4, but is this just limited to 1.20.4 or can i do this in let's just say 1.20.1?
@conure512
@conure512 9 ай бұрын
I'm not aware of any differences in earlier versions, as I first discovered this in 1.20.4 - I say just give it a try and see if it works!
@EvsGamer
@EvsGamer 9 ай бұрын
@@conure512 i asked this because i couldn't get it working. turns out, i was just using the /damage command the wrong way sorta. thanks man!
@Strafecafe
@Strafecafe 7 ай бұрын
We are omniverse not herbivores it doesn't mean that hunting an animal for food is cruel we need that protein
@CrqckBack
@CrqckBack 5 ай бұрын
@@lingskiihis comment probably accidentally made its way on this video, it happened to someone else on shorts
@dominicdaniel2379
@dominicdaniel2379 9 ай бұрын
*Promo SM*
What is the LONGEST Death Message in Minecraft?
10:52
Wifies
Рет қаралды 2,4 МЛН
I Tried Redeeming A Decade Old Minecraft Gift Card
16:47
Cube Dimensions
Рет қаралды 227 М.
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.
This Mob Was Removed From Minecraft?
8:55
mysticat
Рет қаралды 2,4 МЛН
Everything Custom Enchantments Can Do (Minecraft 1.21)
27:18
Custom Potions and 50 New Blocks || Minecraft Datapack Devlog
20:07
Can You Beat Minecraft From One Grass Block?
35:27
Beppo
Рет қаралды 4 МЛН
The Secrets of Minecraft's Old Textures
12:41
_jspecter
Рет қаралды 160 М.
I was wrong. Right Click Detection is here. For real.
10:24
Easy Loot Datapack for Minecraft [1.21+]
9:07
Cloud Wolf
Рет қаралды 6 М.
Invisible Minecarts in Minecraft
6:04
Cloud Wolf
Рет қаралды 4,9 М.