How can I create Minecraft items myself with all kinds of enchantment, appearance, effects, etc.
Here you can edit items very well, but you can't change the texture. As far as I know, you have to do that with a texture pack or mod.
http://mapmaking.fr/give1.16/
What kind of mod is that?
I would have thought that you would make your own mod.
I want to create a mod with armor, wands, backpacks and much more. Of course, every armor (if all parts of it are put on) should give an effect to the person. I would also like that there's a witch's broom that you can fly with.
but how do i do that?
Do you have to program that or can you do it through a website?
I'm not that into the subject myself, but the internet is full of it. For example, the page looks promising:
This is not compatible with the latest Minecraft version 1.16.4
Sorry, but as I said, from here on I can only google.
-.
What do you mean?
For this you have to create a mod (aka. Modification).
It would be best if you can program.
If not, then I recommend Mcreator: https://mcreator.net/
If you don't feel like mods (like me xD), then you can use a texture pack to add a texture for an item with a CustomModelData (not edit) and then you can use this item with
/ give player item {CustomModelData: Name}
or so give.
But I'm not sure how to do that.
I've been trying to figure this out myself for a few weeks xD
I can program a bit, I'm currently trying with MCreator
I can program C #
Doesn't matter (comment deleted)
You would have to program your own mod with Forge or Fabric (I recommend Forge)