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

well this is rare

 

i create a door block whit the texture of the trap door, but you can see trougth the holes in the door just four plain black squares. i change the parental json to cube_all to get a full block but dont solve the issue

 

soo i take the texture of the yellow glass and set it to the custome door

https://www.dropbox.com/s/b3s14pudaacis4d/amarillo.png?dl=0

 

to the left a column of 3 yellow stained glass, to the rigth a column of 3 blocks of my custome block door

in the hot bar the two blocks are transparents  and in the steve hand the block is traslucent as well but wen put in the world its become opaque

 

¿it is a flag i been forgothing,  was looking in the glass.class and don't see nothing special either in

 

glass_yellow

{
    "parent": "block/cube_all",
    "textures": {
        "all": "blocks/glass_yellow"
    }
}   

 

help please

To get it to render transparent you need to include in the blocks class

@SideOnly(Side.CLIENT)
    public EnumWorldBlockLayer getBlockLayer()
    {
        return EnumWorldBlockLayer.CUTOUT;
    }

Did you really need to know?

Once again it is similar to what I posted previously but slightly different. You just need to change "CUTOUT" to "TRANSLUCENT" and that fixes it

Did you really need to know?

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.