How can I recreate the End Gate effect?

Started by beans-against-… on

Topic category: Advanced modding

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I recreate the End Gate effect?

Basically like this

End Gateway

If plugins are required, lmk.

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is a Shader. This is not…
Sat, 03/25/2023 - 21:51

Is a Shader.

This is not possible inside of MCreator.

Only with Coding.

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You are wrong, this is more…
Thu, 04/27/2023 - 11:47

You are wrong, this is more than possible inside MCreator as all that needs to be changed is the RenderType in the mob/block render code.

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
And What Render Type is it?
Thu, 04/27/2023 - 18:18

And What Render Type is it?

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RenderType#endPortal and…
Fri, 04/28/2023 - 18:10

RenderType#endPortal and RenderType#endGateway 

Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Obscuria    If you have a…
Mon, 05/01/2023 - 16:29

@Obscuria 

 

If you have a way or ability to help us make these kind of blocks, it would be very beneficial.

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@ObskuriaI just registered…
Fri, 05/05/2023 - 03:48

@Obskuria
I just registered to ask this. I'm trying to give one mob in my mod this texture, and there is literally NO RENDER TYPE in Entity Renderers. Maybe I'm not looking there? what to do? Help...

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Feellian Java knowledge is…
Sat, 07/29/2023 - 16:58

@Feellian

Java knowledge is required to implement this thing, only in this case it will be easy to implement inside MCreator by locking the entity code. You need to overwrite EntityRenderer#render in your entity renderer class and apply the required render type from RenderType when calling EntityModel#renderToBuffer. One of the renderToBuffer arguments is the VertexConsumer, which is created with the render type defined. Vanilla code examples are the best tutorials.

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to do this with blocks  
Sat, 07/13/2024 - 15:51

how to do this with blocks

 

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to do this with blocks
Sat, 07/13/2024 - 15:52

how to do this with blocks

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
they said that already
Sat, 07/13/2024 - 15:56

they said that already

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
there is no rendertype class…
Sat, 07/13/2024 - 15:57

there is no rendertype class for blocks