MCreator Tutorial: How to Make and Use Enchantments

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 181

  • @gavman2253
    @gavman2253 3 роки тому +11

    If you want to do this, but don't want to use a custom sword, just replace all of the "provided item stack's" with "item in main hand event/target entity"

    • @Boba_Fett1980
      @Boba_Fett1980 3 роки тому

      I had to do item in main hand event but change target entity to source entity (player) and I had to add a global trigger "when entity attacked" but it worked perfectly with your comments help !

  • @foxthor0528
    @foxthor0528 3 роки тому +14

    This is really helpful, I’m thinking of making an enchantment like “smite” or “sharpness”, well, basically that affects damage, and make it sort of “Dimensional Sharpness” that adds more damage depending on the dimension you’re in, that as long as you’re not in the Overworld you deal more damage. I think it’ll be easy by checking the dimension the player’s in. Also make it incompatible with Sharpness, Smite, Bane of Arthropods, but I don’t know how to make it appear only in chests from the end cities, maybe modifying the loot table would do the trick?

    • @explodingkittens3091
      @explodingkittens3091 2 роки тому +1

      I'm thinking about "Heavy Lifting" which comes in tiers I and II where the attack speed is increased by 0.1 on the tool per tier

  • @NorthWestTreesMCreator
    @NorthWestTreesMCreator 4 роки тому +29

    Great tutorial as always Matej keep up the great work guys :D

    • @poison_ivon1804
      @poison_ivon1804 4 роки тому +1

      no way i watched your tutorials in my early days of my mod!!!

    • @rocketguy
      @rocketguy 3 роки тому

      What north NorthWestTrees Gamingyou watch pylo!!!!!!!!! i still watch your vids. NorthWestTrees Gaming keep up the good work!

    • @Enderman-sb6tm
      @Enderman-sb6tm 3 роки тому

      lol

  • @fakezalem2216
    @fakezalem2216 4 роки тому +42

    As always super well explained tutorials and very good editing.

  • @sonof6802
    @sonof6802 4 роки тому +2

    haven't used mcreator in a while but this is cool i wanted this for a while

  • @justablitz
    @justablitz 3 роки тому +24

    for the lifesteal one, you can do "Deal [-1] damage to [Entity] whatever" so you instantly regenerate 1 or 0.5 (i dont remember) hearts per hit
    edit: it doesnt work

    • @deathmario123
      @deathmario123 2 роки тому

      And, if you want the lifesteal to scale, you can always get the ench level and multiply that by -1 and deal that damage :)

    • @pastatheh7041
      @pastatheh7041 2 роки тому

      @Naki i don't think there is something you can't do with procedures. it just depends on how much blocks it will take.
      also, you would need to create a variable that stores how much hp entity has, then comparing previous health and current health of the entity, then adding the health back or setting the entity hp to what it was before, and finally, dealing that amount of damage to the source entity.
      sorry that i found your comment kinda too late. you probably found a way to do this already before me

    • @diiiamondmaster1461
      @diiiamondmaster1461 2 роки тому

      Just tested it and it did not work. instant heath did but it was in fact too potent.

    • @hapy3929
      @hapy3929 2 роки тому +1

      or you could set your hp to your current hp + 1

    • @YuHayate
      @YuHayate Рік тому

      so the enchantment is going to give the mod extra health?

  • @TheMinecraftPro0000
    @TheMinecraftPro0000 2 роки тому +1

    On the 2022.1 version of MCreator, I can't find the set movement of vector block! Pls help!!!

  • @NeedToDev
    @NeedToDev 4 роки тому +9

    I've been waiing for this! :D

  • @masjutschi
    @masjutschi 4 роки тому +2

    Mcreator is soooooo good

  • @Gierownik_Studios
    @Gierownik_Studios 3 роки тому

    On the end of this video i realized that you are the creator of mcreator

  • @jiahmiller3861
    @jiahmiller3861 Рік тому +1

    Thank you very much for your help! You have a new subscriber! :))

  • @supha24
    @supha24 Рік тому

    Thanks, Upon starting this I already thought of a wolf summon enchantment and a karma curse(this has a chance to double damage taken)

  • @justanotheraddict180
    @justanotheraddict180 3 роки тому +1

    Your voice is so, so, so beautiful.

  • @smileyface6622
    @smileyface6622 3 роки тому +2

    is there a tutorial video on how to make enchantments with percentage chance effects?

  • @VD8696
    @VD8696 3 роки тому +1

    I can’t find entity procedures

  • @DaydreamStudios_Official
    @DaydreamStudios_Official 4 роки тому +2

    Iv’e Been Waiting For This Update For A LONG Time, Thank You Very Much

  • @5uperM
    @5uperM 3 роки тому

    This is so freaking cool.

  • @YoungDyl99
    @YoungDyl99 2 роки тому

    So you have to have those logic statements and variables to make the enchant function? I’m very new to modding lol

  • @firozahmmed123
    @firozahmmed123 3 роки тому +3

    hey pylo,could you make an update so you can set how fast a ranged item can shoot per minute?it would be really helpful for my gun mod,because i need to add very fast guns,thank you!

  • @celilili
    @celilili 2 роки тому

    It's a very good tutorial ;)

  • @sebvr1523
    @sebvr1523 2 роки тому +1

    im using the 2022 version, so i cant set it to "ALL" at the enchantment settings, would it be a weapon armor or breakable or like what

  • @MaskedRokho
    @MaskedRokho 3 роки тому +1

    what trigger would I use if I wanted to make an enchantment that makes me faster in water?

    • @MaskedRokho
      @MaskedRokho 3 роки тому

      @מחשבים ותכנות - Super maker oh thanks

  • @Gluxess
    @Gluxess 3 роки тому +1

    I need help creating a enchantment so whenever you hit a mob, you summon a lightning bolt on them.

  • @vivix67
    @vivix67 2 роки тому

    thanks for your help brother

    • @vivix67
      @vivix67 2 роки тому

      I tried lifesteal and I just added effect regeneration instead of poison in case, that you are atacking a undead mob... :)

  • @mr._ozy_ozvold7247
    @mr._ozy_ozvold7247 4 роки тому +1

    Are you guys planing to add custum mob attack animations and extending to mob animatons?

  • @LoicMDF
    @LoicMDF 4 роки тому +5

    Is making a local variable really necessary though?
    We could just get item in main hand = TNT
    Instead of setting the item in hand into a variable and then get varianle

    • @Pylo
      @Pylo  4 роки тому +2

      It is not necessary but is good to use them when accessing the same data (item in hand in this case), because getting variable value is much faster than extracting data. Item in hand is not really any slower than reading entity, but in many other cases, there is an actual performance difference.

  • @voxdox9219
    @voxdox9219 4 роки тому +1

    Thanks!

  • @ominousplayer
    @ominousplayer 3 роки тому +2

    but how do i make the procedure apply to the enchant?

  • @anonymoussausage9873
    @anonymoussausage9873 3 роки тому +1

    can you do the same tutorial but not with a spicific weapon

  • @Ramen_Fan3
    @Ramen_Fan3 Рік тому

    I am trying to follow this tutorial, as I wanted to create an armor enchant that bounces entities back when they hit the player (e.g.: arrows are deflected and bounce backwards, and mobs/players are bounced backwards if attacked via melee), however, I could not find the "Get item from armor slot (0) of (Event/Target Entity)" block. I could find a "Get a copy of item from slot (0) of (Provided Itemstack) if it has inventory" block. However, I could not place the "(Event/Target Entity)" block inside the second slot, and I am unsure how to specify the slot because it doesn't specify armor, main hand, off-hand, etc. and I want to have it for any armor and shield. Am I missing something, or is there another way to do so?

  • @dataglitch6975
    @dataglitch6975 2 роки тому +1

    How do i launch the player in the direction they're looking?

  • @danniitv
    @danniitv 3 роки тому

    THANK YOU

  • @agodimus8727
    @agodimus8727 2 роки тому

    super well explained "not" at 1:49 how i know how to get to the Enter procedure name tab bcs you dont show where you clicked top

    • @mini816
      @mini816 Рік тому

      dude it says procedure in the main menu that pops up..

  • @logoisntlogo
    @logoisntlogo 2 роки тому +2

    BRO YOUR GOING SO FAST

  • @mickkelley3776
    @mickkelley3776 4 роки тому +1

    Is there a way to make an enchantment affect loot tables of of already existing blocks much like fortune does for leaves, gravel and ores such as diamond and nether quartz? I ask because I'm wanting to make an enchantment that will smelt the block the tool destroys (yeah, I know, a Smelting Touch enchantment, how original), but I can't figure out how to do so.

  • @programmertank3029
    @programmertank3029 3 роки тому

    @Pylo, I have watched and follow your instructions. Life Steal and Propeller works fine, but Ignition doesn't work. How do I fix this?

  • @jaydenwebster7510
    @jaydenwebster7510 Рік тому

    Say I want an enchantment that can be applied to any tool from any mod that has a specific string in it's name, for example "Greatsword", Is that something I can do? This way I could have an enchantment that applies to any weapon considered a greatsword by name, like "Iron Greatsword", "Diamond Greatsword" etc.
    Are there other better ways I could create support for other mods?

  • @ludicrousspeeds4938
    @ludicrousspeeds4938 Рік тому

    How would I make an enchantment that would let you keep certain items upon death? I'm trying to get it to work, but it doesn't seem that the procedures don't support itemstack lists, so I'm kind of stumped.

  • @CosmicZ2222
    @CosmicZ2222 6 місяців тому

    Cannot get the enchantment table to find custom enchantment, help. I have an item that i only want specific enchantments to ever be allowed, they are not showing up on the enchantment table..

  • @kstudios4046
    @kstudios4046 2 роки тому

    the second enchantment doesnt work for my mcreator version: 2021.2 but will that block come back in the next version?

  • @zcopey
    @zcopey 3 роки тому

    Thank you so much!!!!

  • @space_mex_og1795
    @space_mex_og1795 2 роки тому

    how would you make multi tools enchantable with the enchanments that are avabile for certain tools

  • @fbsanakonda3514
    @fbsanakonda3514 2 роки тому

    hey! if i press the save mod element button, the procedure window is not popping up. can you help me?

  • @guidomenicacci336
    @guidomenicacci336 4 місяці тому

    How to make an enchantments for swords that shoot a shockwave projectile entity when you’re attacking, just like on minecraft dungeons?
    I also wanna make an enchantment that increase tour max health.

  • @martinfallow
    @martinfallow 4 роки тому +1

    Pylo why did you remove option "affected by silk touch"? I think its really important and I need it... Please answer ASAP.

    • @Pylo
      @Pylo  4 роки тому

      Coming back in 2020.5 in loot-tables. Please check mcreator.net/comment/148175#comment-148175

    • @martinfallow
      @martinfallow 4 роки тому

      @@Pylo Ok. Thank you for answer. Have a nice day!

  • @Wimsksks
    @Wimsksks 2 роки тому

    @poly can we make a sword in mcreator that lock use permission, it is like the player won't be able to use the sword but another player can

  • @andreaguli6707
    @andreaguli6707 4 роки тому +2

    How can i make a mob anti knockback?

  • @minestreem-official
    @minestreem-official 3 роки тому

    How to make the trigger even get triggered? i can't apply it to books, where does i have to place the procedure?

  • @tailsthefox3259
    @tailsthefox3259 2 роки тому +1

    hey uhh i'm tryna make a enchantment for bows and i cant seem to find how to do that, can you help me ???????????
    edit: forget it i just saw 2:10 of the video (was a bit useless)
    edit 2: no tutorials for bow?

  • @kakrethtmd8165
    @kakrethtmd8165 3 роки тому

    adding items that can have the enchant through the 'can be applied to field' seems to make the enchantments not show up on any item (INCLUDING the ones added) via the enchantment table, is this a bug or am i doing something wrong?

  • @signoredelladistruzionegdnp
    @signoredelladistruzionegdnp 2 роки тому

    This Was Extremely Useful! One Thing Tho:What If I Wanted To Propel (Or Rather Id Want To Do A Dodge,Ultra Instinct Style) The Player? Would I Need to Put The Event/target Entity instead of the source entity block?

  • @AchillesRightNow
    @AchillesRightNow Рік тому

    how do you have it so the enchants come on books? for me it says "Not Supported"

  • @thevampirematrix816
    @thevampirematrix816 3 роки тому

    I can't find the procedure 'Set source entity movement vector to vx vy vz' anywhere in the procedures list. I've also searched for it in the search bar but with now luck. Please can you help? :)

  • @LoicMDF
    @LoicMDF 4 роки тому +2

    Omg thanks

  • @Kalseyum
    @Kalseyum 4 роки тому +1

    A very well made tutorial! 👏

  • @flow-breeze
    @flow-breeze 4 роки тому

    Thanks for telling and show us how to make enchantments but wait is the mod for 1.16 or 1.15

  • @sulfur3684
    @sulfur3684 4 роки тому +2

    How to make an enchantment that deals extra damage but only when you hit the enemy for the first time?

    • @craftor0609
      @craftor0609 4 роки тому +1

      what is that first blood?
      also that's a great idea!

    • @sulfur3684
      @sulfur3684 4 роки тому +1

      @@craftor0609 like first strike from hypixel, kinda forgot this comment existed lol

    • @minestreem-official
      @minestreem-official 3 роки тому

      why

  • @mitsaori
    @mitsaori 2 місяці тому

    Pls!! I need a tutorial on how to do a "Dash" / double jump enchantment for leggings

  • @GBV1436
    @GBV1436 2 роки тому

    Thanks for this tutorial. I find it's still helpful, but it doesn't offer the solution to the problem I'm having with enchantments. With a persistent enchantment like fly, how can I stop it working? My procedure checks for an armour in slot to work, but when the armour's removed, the fly is still active until the game is restarted. Can anyone help?

  • @andreaguli6707
    @andreaguli6707 4 роки тому +2

    mcreator is the best mod maker! I have a question, will you add support for blockbench custom animations?

  • @KorteZZ88
    @KorteZZ88 4 місяці тому

    How to make vampirism without "Regeneration" effect, but just 50% of dealed damage?
    Ex: If I deal 6 hp damage, I will earn 3 hp. And if I deal 10 hp damage, then I earn 5 hp health.
    I think, I must somehow get a dealed damage and divide it by 2. But How?

  • @thegentleman6226
    @thegentleman6226 3 роки тому

    *Hello Everyone!*
    *Matt here!*

  • @XPMihail
    @XPMihail 2 роки тому

    how do you make the lifesteal one without a custom weapon

  • @tinxdevelopment4982
    @tinxdevelopment4982 4 роки тому

    Nice vid but is there comming an tutorial on an Energy Cable system because its was said in an forum post.

  • @clarks-short-channel
    @clarks-short-channel 6 місяців тому

    I couldn't find "Get item from armor slot ("number") of ("event")" and im in the latest version of MCreator

  • @laddydaddy613
    @laddydaddy613 2 роки тому

    it doesnt ask me to add a procedure when i save the enchantment, how do i add the procedure?

  • @criperm19
    @criperm19 4 роки тому

    I need your help and here was the only place I found for me to communicate, so when I put the mod in the .minecraft mods folder and enter minecraft the mod does not work and does not even appear in the list of mods, I can the forge and the minecraft version right, please answer

  • @Chaos0verlord
    @Chaos0verlord 3 роки тому

    How do you make an enchant for a sword do more damage like sharpness does?

  • @HeenaPatel253
    @HeenaPatel253 4 роки тому

    Nice 👍

  • @itme3929
    @itme3929 3 роки тому

    While creating a workspace , in setting up gradle project while downloading assets , it fails to download assets , what should i do .
    This is a bug , i cant create a workspace , what should i do

  • @shardofglass
    @shardofglass 2 роки тому

    Is it possible to edit base enchantments?

  • @imago8343
    @imago8343 3 роки тому

    i want to make a enchantment that will upgrade your sword when you deal a certain amount of damge

  • @icoglioni123
    @icoglioni123 Рік тому

    if i wanted to do an enchantment for every sword?

  • @poison_ivon1804
    @poison_ivon1804 4 роки тому

    i was planning on making life steal and you were making it, but it does not work
    I'm not sure if i did something wrong or what.

  • @sebvr1523
    @sebvr1523 2 роки тому

    in the 2022 version there is no "set movement vector" there is only an "attempt to set entity's motion vector to"

  • @icastoriubriachi
    @icastoriubriachi 2 роки тому

    How I get to the page of procedures?

  • @Gabriel_Mantelli
    @Gabriel_Mantelli 3 роки тому

    How can I be sure that only my tool is delighted? Without enchanting the book. In other words, enchant her directly from MCreator

  • @JasonPegasus
    @JasonPegasus 4 роки тому

    I don't have the option in the mcreator to do enchantments

  • @enragedcoffey4922
    @enragedcoffey4922 2 роки тому

    th e/get local encaht level block literaly dosn't exist in my mcreator

  • @bloodthebird5540
    @bloodthebird5540 4 роки тому

    Hello creators of mcreator. I am having a problem where when i make a mod it randomly crashes the game (I had restarted everything even made a normal tool and it still crashes) Please if you could fix this. Thank you!

  • @tenbatsu4833
    @tenbatsu4833 3 роки тому

    Does anyone know how to make it so you can target specific groups of items? Like is there a way for me to say all swords or do I have to use "Else If" statements for each sword variant? Also if the second one is the case how do I accommodate items added by other mods?

  • @nieznanyczogista4613
    @nieznanyczogista4613 2 роки тому

    How to make enchantment that multiplies power of TNT?

  • @Si-jv8xi
    @Si-jv8xi 3 роки тому

    can you make a enchantment that make you to dont lose an item when die?

  • @dwayneirvinopeda8534
    @dwayneirvinopeda8534 2 роки тому

    what about enchants for bows? i wanna make a bazooka enchant

  • @nirav4132
    @nirav4132 3 роки тому

    I tried to do it but the blocks weren't connecting and i dn't know why

  • @apiansoda4107
    @apiansoda4107 3 роки тому

    Is there a way to make lifesteal work on any sword and not just a custom one?

  • @StorBjorneLort
    @StorBjorneLort 3 роки тому

    How do I get the procedure thing up?

  • @wither5623
    @wither5623 4 роки тому

    i have a error when i play on my mcreator mod it says main has mods that were not found how can i fix

  • @brickgang6985
    @brickgang6985 2 роки тому

    I DID THE EXACT SAME CODE BUT IM ONLY GETTING PROPELLING! NO PROPELLING I OR PROPELLING II

  • @mvpower0212
    @mvpower0212 Місяць тому

    i wanna use a infinity vanilla encantment in a custom item that i created

  • @SkyLP
    @SkyLP 4 роки тому

    Is it possible to make a progress bar for a machine in "Mcreator"?

    • @parzu3364
      @parzu3364 2 роки тому

      this is possible and hard :(

  • @pheonix2427
    @pheonix2427 3 роки тому

    Sorry! I Have A Question if anyone has an answer uh whenever i load into MCreator and press the + button it only comes up with 7 mod elements while pylo here has way more and i've spent 30 minutes trying to figure out why any idea's?

    • @elephant6856
      @elephant6856 3 роки тому

      Did you do a forge mod? If you did a data pack or addon it will be less i believe.

    • @pheonix2427
      @pheonix2427 3 роки тому

      @@elephant6856 Yeah I thought you had to fill out Forge Mod The addon And the data pack but I found out that it was The different workspace types and now happily making mod's now

  • @masterfeskullswettroef801
    @masterfeskullswettroef801 3 роки тому

    ej does anybody know where those coding blocks are?

  • @parzu3364
    @parzu3364 2 роки тому

    how to make cooldown for enchant?

  • @xeggi
    @xeggi 3 роки тому

    where is the if block found help

  • @Minecraftforadacaixa
    @Minecraftforadacaixa 4 роки тому

    When does 2020.5 Will realese?

  • @gavanscommandblock
    @gavanscommandblock 4 роки тому +4

    why not try make a sims mod maker (or you can't do that)
    edit: HOW DARE YOU, I WANT A SIMS MOD MAKER BY THESE GUYS

  • @Hypeet
    @Hypeet 4 роки тому

    I just need to know why I have uninstalled mcreator I reinstall it now whenever I start a new mod make something and try to start the thing it says gradle failed

    • @Pylo
      @Pylo  4 роки тому

      If you have Gradle errors, check this page: mcreator.net/wiki/gradle-setup-errors

  • @raz_3599
    @raz_3599 4 роки тому

    bonjour je n arive pasa faire un mod sa ne me connecte pas

  • @imkrozen6065
    @imkrozen6065 4 роки тому

    Hey! I've a question.
    How can I create a biome that only spawns in nether?

    • @NeedToDev
      @NeedToDev 4 роки тому +1

      Pretty sure that'll be supported in 1.16 if im not mistaken

    • @Hypeet
      @Hypeet 4 роки тому

      So you make a biome and there is an option that makes it spawn in the nether

    • @NeedToDev
      @NeedToDev 4 роки тому

      @@Hypeet There isnt

    • @Hypeet
      @Hypeet 4 роки тому

      NeedToDev is there not? Oh ok

    • @NeedToDev
      @NeedToDev 4 роки тому

      @@Hypeet Pretty sure there used to be one, but it didn't work.