Jump to content

RenderType endPortal does not render Custom Block with End Portal shader


Recommended Posts

Posted

I was wondering if all you needed to create a block that looked like the end portal (without functionality) was this line of code: 

ItemBlockRenderTypes.setRenderLayer(ThingamajigsBlocks.END_PORTAL_DECO.get(), RenderType.endPortal());

 

This line of code was in the setupClient() method with every other block's renderType setup.

 

This is the line of code for the custom block in the Block Registry class:

public static final RegistryObject<Block> END_PORTAL_DECO = registerBlock("end_portal_deco", () -> new Block(BlockBehaviour.Properties.of(Material.STONE).strength(10f,100f).requiresCorrectToolForDrops().sound(SoundType.STONE)), ThingamajigsCreativeTab.ALL_ITEMS_TAB);

 

But it was just an invisible block, everything else about it worked however (model, item, recipe, loot_table).

I looked at vanilla code and it didn't seem like I was missing a step. Did I forget a crucial step somewhere to make the block render like the end portal?

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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