Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

So i just started modding with Forge and am following Bedrock_miners Tutorials. I have set up my Workspace and made my first item, so now i have reached the Section where the texture and Model gets registered for that Item. Now i already have an Idea for a Mod in Mind so i am kind of working on that, which means that my first item will be a key. I don't wanna just copy his code if it isn't actually what i want in the end so my Question is,

 

how do i make a Custom Model for an item? Something like the Thaumcraft Wands for example. How would one go about making a 3D Model like that?

So i just started modding with Forge and am following Bedrock_miners Tutorials. I have set up my Workspace and made my first item, so now i have reached the Section where the texture and Model gets registered for that Item. Now i already have an Idea for a Mod in Mind so i am kind of working on that, which means that my first item will be a key. I don't wanna just copy his code if it isn't actually what i want in the end so my Question is,

 

how do i make a Custom Model for an item? Something like the Thaumcraft Wands for example. How would one go about making a 3D Model like that?

 

I'm fairly new also but as far as I know you create initial 2D images and thne it uses certain calculations to twist and turn the 2D image so it looks 3D in certain view points 'dropped' 'placed' 'inhand' etc. there is an amazing tool that does all this for you and gives you the needed .json file that tells minecraft all the variables and calculations to make it 3D

 

http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1265906-tool-mc-model-maker-design-custom-block-models

There is still a way to make 3D techne type models for held items and such, but it is very complicated.  Not something to start off with.  Stick with the normal methods for now.

Long time Bukkit & Forge Programmer

Happy to try and help

  • Author

Okay, so ive looked into this one already and i kinda understand it so ill use it for now. Is there any way for me to read up on the techne method? Just for future Reference?

You can make 3D items with Minecrafts model format. I'm not going to explain that since there are a dozen tutorials for that.

 

If using voxels isn't your thing, then you can replace the model with a new IBakedModel. TheGreyGhost has a tutorial project for that kind of thing. Just search Minecraft by Example. Do note that if you use the IBakedModel method, you do have to use quads, not triangles. However, they don't need to be cuboid quad groups.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.