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

 

Im trying to make an costume shield model the thing is i want it to have a curved form and round corners as this one 

united-shield-international-ballistic-sh

im using blockbench for this and is i made the shield side whit round borders and try to rotate 22.5 in Y  its fucks up the corner blocks 
iT like a cube cannot have more than one rotation 

aniway

i been seen mods whit nice modeled items what are they using 

 

 

 

 

 

 

 

 

 

 

 

 

  • Author
11 hours ago, poopoodice said:

You can achieve it using java models (more specific rotations), like tridents and shields.

?? java models 
shield is an entity but you can just put an normal item model and left the entity translucent thats wat im doing

Don't use java models. They're only recommended for entities. You can even do most of their logic with custom model loaders.

On 10/11/2022 at 9:02 PM, perromercenary00 said:

iT like a cube cannot have more than one rotation 

That's because they can't, at least when in a non 90 degree rotation. You can use translations and scaling to get around that limitation, but you'll have to work with it. You can use a different object loader (such as OBJ) if you prefer, but if not, then it's simply trial and error.

8 hours ago, ChampionAsh5357 said:

Don't use java models. They're only recommended for entities. You can even do most of their logic with custom model loaders.

Hi, what's the trade-off here? I've recently used java model for blocks (TESR) to render lots of repeating units in a block instead of direct rendering call, is it not recommended? And how?

Thanks.

19 minutes ago, poopoodice said:

Hi, what's the trade-off here? I've recently used java model for blocks (TESR) to render lots of repeating units in a block instead of direct rendering call, is it not recommended? And how?

Entities and block entities are essentially uploaded and rendered to the vertex buffer every frame and, as such, needs to be constructed over and over again. They cannot be batched and cached into a single call like baked models are. That's why, unless there is particularly complex logic or there are animations, it's recommended to use baked models and custom model loaders.

Technically, there are ways to fix this by doing proper OpenGL handling manually such that the models are uploaded once and then transformed and placed within shaders, but that is out of scope and goes against Minecraft's rendering system, so that would not be supported here.

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.