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

Hey, I would be know if there's some rewrite for 1.9 thats similar to the ISBRH in 1.7.. I mean a mod/util that let me render blocks without json files with custom model... like it was in the 1.7

 

Thank you and have a nice day :)

 

Legend

No. Use the model system, it is far more efficient in terms of rendering performance. If you need complex dynamic stuff or complicated animations, you can use a TESR, but for normal block rendering you should use the model system.

Don't make mods if you don't know Java.

Check out my website: http://shadowfacts.net

Developer of many mods

The model system is good, its just different and seems less powerful.

 

If your dealing with cubic models json files are the way to go. For other shapes you have B3D and OBJ as options.

 

IFlexibleBakedModel gives you more power.

For example you can merge multiple json models based on tile entity data.

 

If you wanted models that you programmatically define like ISBRH, you can define your own BakedQuads and return them in getFaceQuads and getGeneralQuads

A BakedQuad takes; a int array for vertex data (x, y, z, shadeColor, u, v, <unused>), an int for tintindex, and an enumfacing

That BakedQuad constructor is deprecated, this is the one that is recommended to be used now

public BakedQuad(int[] vertexDataIn, int tintIndexIn, EnumFacing faceIn, TextureAtlasSprite spriteIn, boolean applyDiffuseLighting, net.minecraft.client.renderer.vertex.VertexFormat format)

Current Project: Armerger 

Planned mods: Light Drafter  | Ore Swords

Looking for help getting a mod off the ground? Coding  | Textures

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.