#How do i add my Item model to minecraft Java as a new Item

5 messages · Page 1 of 1 (latest)

limber summit
#

I created a pretty neat Katana for Java but i don’t know how to code all the stats or how to add it as a new item at all. ( Please help)

#

Ps: it is my first time working with Blockbench so i am pretty helpless

empty snow
#

You could make a mod, especially if you plan to add cool special effects and more complicated stuff like that.

tawny plumeBOT
#

(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

limber summit