Posted September 30, 20196 yr Is there a way to make custom items and blocks using blender and export it? I tried using blender plugin that exports it as a .json file but it doesn't seem to work. I also tried MrCrayfish's model creator but I can't import anything.
September 30, 20196 yr 1 minute ago, jun2040 said: plugin that exports it as a .json file The model is probably not in the same format as minecraft expects. You can export it as a .obj file. Forge has a way to load obj models I dont know much about it. But here is some documentation. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
September 30, 20196 yr Author 23 minutes ago, Animefan8888 said: But here is some documentation. I cannot understand how to do it...
September 30, 20196 yr 15 minutes ago, jun2040 said: I cannot understand how to do it... What part are you having problems with? VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
September 30, 20196 yr Author 2 minutes ago, Animefan8888 said: What part are you having problems with? Basically everything. But the thing that got me confusing is where do I put this command?: { "__comment": "Add the following line on the same level as a 'model' declaration.", "custom": { "flip-v": true }, "model": "examplemod:model.obj" } Do I even add it? I also can't figure out where to register OBJLoader.addDomain Edited September 30, 20196 yr by jun2040
September 30, 20196 yr Author Wait. I got the OBJLoader.addDomain part. I still don't get the declaring model part.
September 30, 20196 yr 40 minutes ago, jun2040 said: Do I even add it? I believe that even if you are making an item. If your model is an obj file you need a blockstate json. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.