#How do i add my Item model to minecraft Java as a new Item
5 messages · Page 1 of 1 (latest)
You could make a mod, especially if you plan to add cool special effects and more complicated stuff like that.
(Result for "java-modding")
How to make Minecraft Java Edition mods:
Step 1: Learn how to program java, you should at least know the basics or know another programming language.
You can use !faq learn-java to get a list of java tutorials.
Step 2: Choose whether you want to use Fabric or Forge & follow the according tutorials.
Forge (community docs): https://forge.gemwire.uk/wiki/Main_Page
Forge (official docs): https://mcforge.readthedocs.io/
Fabric (official docs): https://fabricmc.net/wiki/start
Are there softwares and tutorials i should use?