#how do I get a model into java???

6 messages · Page 1 of 1 (latest)

topaz ivy
#

So, I've been working on an open world map for almost a year now and I want to have custom Boss'.
I've been using Entity Wizard to make the Boss Models but I don't know how to get them into Java can someone help me?

vagrant starBOT
#
Welcome to the help forum!

Please make sure to read #1029373817119838218 as it may answer your question!

Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.

flint lynx
#

(Java Edition resource packs have no native support for new entities nor entity (re)modeling in general)

compact jetty
# topaz ivy So, I've been working on an open world map for almost a year now and I want to h...

Try this I haven't tried this yet but im making my own end mod including some mobs and I found a tutorial on what your asking and saved it for later.

https://www.youtube.com/watch?v=wgVnkqqBGFs

In this Minecraft Modding Tutorial, we are adding a Custom Mob to Minecraft 1.20.2 - this is basically a Custom Entity with Animations all done in Vanilla Minecraft with Fabric. The custom entity is made with the help of Blockbench!

== MODDING COURSES ==
FORGE ▶️ https://url.kaupenjoe.net/CourseForge120X
FABRIC ▶️ https://url.kaupenjoe.net/C...

▶ Play video
topaz ivy
#

I have no idea how to code things.