DragonITA
Members-
Posts
552 -
Joined
-
Last visited
Everything posted by DragonITA
-
[1.15.1] How to import OBJ files as block models
DragonITA replied to MaxHyper's topic in Modder Support
I would like to help you, but unfortunately I do not know the answer to your problem. -
[1.15.1] How to import OBJ files as block models
DragonITA replied to MaxHyper's topic in Modder Support
You saved my life! I've been asking for days and still can't find an answer, you're luckier than me. I hope you find a solution and that I can try it, otherwise it's hopeless. P.S.: If you can help me, I would be very happy. The Link: is this. -
[1.15.1] its possible to make a Entity Model with a OBJ Model?
DragonITA replied to DragonITA's topic in Modder Support
PLS HELP MEEEEEEEEEEE!!!!!!!! -
[1.15.1] its possible to make a Entity Model with a OBJ Model?
DragonITA replied to DragonITA's topic in Modder Support
I found this addon for Blender that should help me making 3D models for Minecraft, my idea was to make a lightweight mesh and then see how it is made, and then update it for 1.15.1, but I can't install it because it is broken. -
[1.15.1] How can you make an entity model with a Json file?
DragonITA replied to DragonITA's topic in Modder Support
Ok, can I at least use Blender, make a model and then export it to Minecraft as Json? -
If i know good the forum, Versions below 1.14.4 are not more supported, you should update your mod.
-
Help with creating a block that generates on the seabed
DragonITA replied to RainbowPizzaHy's topic in Modder Support
Why you not try to look the Vanilla Code? -
Ah, I just saw that the Minecraft Forge Doc has been updated to versions 1.14.x and 1.15.x, including the (hopefully) animation API. I hope this will solve my problems. Thanks for all the help I got (but really, you could have written it and saved me hours of maintenance. No kidding, it's so hard to write a message that says whatever, as long as it says something) and by that I mean myself.
-
The title explains everything, I want to look at all json string variables and what they can do, I mean all of them, but I can't find any API and in eclipse you can search for functions and read what they can do, but you can't read string variables in json files. Why is there no api?
-
[1.15.1] How to make mesh blocks/entities models/models?
DragonITA replied to DragonITA's topic in Modder Support
I found that Lycanite has a Youtube Canal. I tried to see a few videos but i dont realy understand. Lycanite use for make OBJ EntityModels Json Code or Java Code? -
[1.15.1] How to make mesh blocks/entities models/models?
DragonITA replied to DragonITA's topic in Modder Support
Even a single answer would help me, even if they are ideas and so on. -
[1.15.1] How to make mesh blocks/entities models/models?
DragonITA replied to DragonITA's topic in Modder Support
Could even tell someone that it's impossible? I am always waiting for an answer and if you tell me that it is impossible, I can switch to something else. Is it even possible? -
[1.15.1] How to make mesh blocks/entities models/models?
DragonITA replied to DragonITA's topic in Modder Support
is it really so hard now? How did Lycanite get that? There must be some way. @Lycanite, how did you do it? -
[1.15.1] How to make mesh blocks/entities models/models?
DragonITA replied to DragonITA's topic in Modder Support
I found this video so I know how to bring OBJ models into Minecraft, but how can I use them as entity models? Here is the link to the video. -
I know two mods, one is the NoCubes mod and the second is the LycaniteMobs and these two have one thing in common: the two use non-cubic blocks/models and my question is: How did they do it? With blender or something? For the models I found a tutoriala, so I'm interested in the LycaniteMobs: how did his modder OBJ make EntitiesModels and apply them to the entities? I found this link. If it is possible to use OBJ Models as EntitiesModels too, then how can I animate them?
-
[1.15.1] How to make a Block with a GUI (like a furnace)?
DragonITA replied to DragonITA's topic in Modder Support
I found a tutorial of the 1.14.4, I could use it and then update one or two things if I am allowed to do so. -
[1.15.1] How to make a Block with a GUI (like a furnace)?
DragonITA replied to DragonITA's topic in Modder Support
And no, I don't have a bug in my code. I just want to do a Chest. They told me what to use,but I don't know how to use it. -
[1.15.1] How to make a Block with a GUI (like a furnace)?
DragonITA replied to DragonITA's topic in Modder Support
I exactly followed the tutorial, EXACT. Can I use a tutorial from 1.14.4? -
[1.15.1] How to make a Block with a GUI (like a furnace)?
DragonITA replied to DragonITA's topic in Modder Support
All, I have never tried Tile Entities before. -
[1.15.1] How to make a Block with a GUI (like a furnace)?
DragonITA replied to DragonITA's topic in Modder Support
I've already read that. I didn't mean this, but a tutorial where I learn to use Guis and so on, because I know that they already answered me, but I have no idea how to use it (AND YES, I'VE SEEN CADIBOOS EXAMPLE MOD but also want to understand why i do what).