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

I'm trying my best to understand and learn how to mess around with quads and I've finally found a way to manipulate them which is great. Only problem is there's a big black box around item models when I'm messing with them, any idea how to remove that?

 

ioUyWwj.png

 

https://github.com/BeardlessBrady/Currency-Mod/blob/master-1.11.2/src/main/java/gunn/modcurrency/mod/client/model/BakedModelVending.java#L47-L61

You should only include the item quads for the TRANSLUCENT render layer, this should ensure they're rendered with transparency enabled. You can get the current render layer using MinecraftForgeClient.getRenderLayer.

 

The "flip-v" custom data property (in the blockstates file) is only used by ObjModel, it does nothing for any other type of model.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

  • Author

Where am I supposed to check 'MinecraftForgeClient.getRenderLayer' as if I check it in the eventHandler or in the getQuads method of the model It just returns null

You should be able to check it in your implementation of IBakedModel#getQuads, that's what MultiLayerModel does.

 

It will be null when the model isn't being rendered in the world (e.g. when it's rendered as an item).

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

  • Author

Im realizing this is probably the wrong way to add item models to a block model. Should I not be doing this through the ModelBakeEvent?

Edited by BeardlessBrady

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.